summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-08-121-1/+3
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-281-0/+4
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-191-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-191-25/+13
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-231-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-231-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-111-26/+15
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-171-1/+1
* tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-301-6/+13
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-041-5/+8
* tracing: Fix alignment of static bufferMinchan Kim2020-11-301-1/+1
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-021-1/+1
* Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-151-38/+73
|\
| * tracing: Fix some typos in commentsQiujun Huang2020-10-151-2/+2
| * tracing: Remove a pointless assignmentSudip Mukherjee2020-10-081-1/+0
| * tracing: Add README information for synthetic_events fileTom Zanussi2020-10-081-1/+6
| * tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu2020-09-251-1/+2
| * tracing: Enable creating new instance early bootMasami Hiramatsu2020-09-211-11/+42
| * tracing/uprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-1/+1
| * tracing/kprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-1/+1
| * tracing: remove a pointless assignmentDan Carpenter2020-09-211-1/+0
| * tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian2020-09-211-1/+1
| * tracing: Delete repeated words in commentsRandy Dunlap2020-09-211-1/+1
| * tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-18/+18
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-125/+145
|\ \
| * | tracing: Add trace_export support for trace_markerTingwei Zhang2020-10-051-0/+9
| * | tracing: Add trace_export support for event traceTingwei Zhang2020-10-051-125/+134
| * | tracing: Add flag to control different tracesTingwei Zhang2020-10-051-17/+19
* | | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-121-1/+1
|\ \ \
| * | | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-011-1/+1
| |/ /
* | / tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)2020-09-291-4/+6
| |/ |/|
* | tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-181-19/+19
|/
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-20/+60
|\
| * tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)2020-08-071-0/+44
| * trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang2020-08-031-2/+2
| * tracing: Remove outdated comment in stack handlingVincent Whitchurch2020-07-301-6/+0
| * ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin2020-06-301-3/+1
| * tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-06-301-6/+6
| * tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)2020-06-291-3/+7
* | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \
| * | fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-2/+1
| |/
* / tracefs: Remove unnecessary debug_fs checks.Peter Enderborg2020-07-231-3/+1
|/
* tracing: Remove unused event variable in tracing_iter_resetYangHui2020-06-161-2/+1
* Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-091-1/+4
|\
| * tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+15
| |\|