summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-191-0/+2
|\
| * tracing: Make splice_read available againSung-hun Kim2023-03-191-0/+2
* | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-231-2/+2
|\ \
| * | tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-211-1/+1
| * | tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)2023-02-211-1/+1
* | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-19/+145
|\ \ \ | | |/ | |/|
| * | tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-1/+1
| * | tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)2023-02-071-7/+72
| * | tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)2023-02-071-10/+17
| * | tracing: Add enabling of events to boot instancesSteven Rostedt (Google)2023-02-071-0/+4
| * | tracing: Add creation of instances at boot command lineSteven Rostedt (Google)2023-02-071-0/+50
| * | tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)2023-01-251-1/+1
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-211-0/+3
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+2
| |\|
| * | tracing: WARN on rcuidlePeter Zijlstra2023-01-131-0/+3
* | | tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-021-3/+0
| |/ |/|
* | tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-01-241-0/+2
|/
* Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-221-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-101-10/+13
* | tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2022-12-101-0/+3
* | tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2022-12-101-1/+2
* | tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2022-12-101-1/+2
* | tracing: Make tracepoint_print_iter staticXiu Jianfeng2022-11-241-1/+1
* | ring_buffer: Remove unused "event" parameterSong Chen2022-11-241-1/+1
* | tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-241-1/+10
* | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-181-4/+5
* | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-171-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-061-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-291-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-251-4/+4
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-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-181-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-271-3/+1
| * tracing: Change "char *" string form to "char []"liqiong2022-05-271-1/+1
| * tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-05-271-2/+4