summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-211-1/+1
|\
| * tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-151-1/+1
* | tracing: Improve panic/die notifiersGuilherme G. Piccoli2022-12-141-28/+27
* | tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2022-12-121-1/+14
* | tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2022-12-091-10/+13
* | tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2022-12-091-0/+3
* | tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2022-12-091-1/+2
* | tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2022-12-091-1/+2
* | tracing: Make tracepoint_print_iter staticXiu Jianfeng2022-11-231-1/+1
* | ring_buffer: Remove unused "event" parameterSong Chen2022-11-231-1/+1
* | tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-231-1/+10
* | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-171-4/+5
* | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-161-0/+1
|/
* tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-161-1/+1
* tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-051-4/+6
* tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King2022-09-291-1/+1
* tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-09-291-0/+6
* tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-09-291-0/+22
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-09-281-0/+15
* tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-09-271-0/+23
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-18/+17
|\
| * tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu2022-08-021-14/+11
| * rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-301-0/+2
| * tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-241-4/+4
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-4/+4
|\ \ | |/ |/|
| * context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
| * context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-3/+3
* | tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-121-5/+6
* | tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming2022-06-171-2/+0
|/
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-27/+45
|\
| * tracing: Cleanup code by removing init "char *name"liqiong2022-05-261-3/+1
| * tracing: Change "char *" string form to "char []"liqiong2022-05-261-1/+1
| * tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-05-261-2/+4
| * tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang2022-05-261-5/+3
| * tracing: Introduce trace clock taiKurt Kanzenbach2022-04-271-0/+1
| * tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai2022-04-261-10/+22
| * tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-04-261-0/+7
| * tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-04-261-3/+3
| * tracing: Fix kernel-docJiapeng Chong2022-04-261-1/+1
| * tracing: Fix inconsistent style of mini-HOWTOOscar Shiang2022-04-261-2/+2
* | ftrace: Use preemption model accessors for trace header printoutValentin Schneider2022-04-051-10/+4
|/
* Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-03-261-2/+7
|\
| * tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)2022-03-231-2/+7
* | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-13/+60
|\ \ | |/ |/|
| * tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2022-03-111-0/+18
| * tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi2022-02-101-13/+42
* | tracing: Fix return value of __setup handlersRandy Dunlap2022-03-041-2/+2
* | tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-02-251-4/+6
|/
* 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