summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-081-0/+4
* tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-01-271-1/+2
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-41/+47
|\
| * tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior2022-01-131-2/+4
| * tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)2021-12-111-2/+1
| * tracing: Make trace_marker{,_raw} stream-likeJohn Keeping2021-12-071-10/+8
| * tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-061-26/+33
| * tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)2021-12-061-1/+1
| * tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King2021-12-061-1/+1
* | tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-051-2/+2
* | tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-051-1/+1
|/
* tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko2021-11-181-0/+12
* tracing: Use memset_startat() to zero struct trace_iteratorKees Cook2021-11-181-3/+1
* Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-031-0/+11
|\
| * tracing/histogram: Document hist trigger variablesKalesh Singh2021-11-011-0/+11
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-87/+64
|\ \ | |/
| * tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-36/+37
| * tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-051-51/+27
* | tracing: Fix missing osnoise tracer on max_latencyJackie Liu2021-10-071-7/+4
|/
* Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-091-7/+19
|\
| * tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner2021-09-031-7/+19
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+7
|\ \ | |/
| * tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-1/+4
| * tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-2/+2
| * tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2021-08-161-0/+1
* | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-2/+0
|\ \ | |/ |/|
| * Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-2/+0
| |\
| | * printk: remove NMI trackingJohn Ogness2021-07-261-2/+0
* | | tracing: Apply trace filters on all output channelsPingfan Liu2021-08-161-3/+15
* | | tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-07-301-1/+3
* | | tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-231-0/+4
|/ /
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-54/+211
|\ \
| * | tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-011-16/+47
| * | tracing: Simplify & fix saved_tgids logicPaul Burton2021-06-301-25/+13
| * | tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2021-06-251-2/+1
| * | trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2021-06-251-0/+85
| * | tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)2021-06-171-2/+2
| * | tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)2021-06-171-11/+29
| * | tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)2021-06-101-1/+35
| * | tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)2021-06-101-1/+3
| * | tracing: Remove redundant initialization of variable retColin Ian King2021-06-101-1/+1
* | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/ |/|
* | tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-181-9/+0
* | tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-181-2/+0
|/
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-081-1/+1
* tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)2021-05-131-4/+27
* Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-55/+283
|\
| * tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-04-281-26/+15
| * tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-151-0/+34
| * tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-151-0/+1