summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2022-03-26Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-23tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-01-27tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-11tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)
2021-12-07tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)
2021-12-06tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)
2021-12-06tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King
2021-11-18tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorKees Cook
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01tracing/histogram: Document hist trigger variablesKalesh Singh
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-07tracing: Fix missing osnoise tracer on max_latencyJackie Liu
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-09-03tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-16tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)