summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\|