summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-07-061-1/+1
|\
| * tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra2023-07-051-1/+1
* | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-301-1/+12
|\ \
| * | tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)2023-06-061-0/+4
| * | tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)2023-06-061-0/+1
| * | tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-1/+7
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-4/+4
|\ \
| * | tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-4/+4
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \ \ | |_|/ |/| |
| * | trace: Convert trace/seq to use copy_splice_read()David Howells2023-05-241-1/+1
| |/
* | tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)2023-05-281-2/+8
* | tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)2023-05-281-1/+4
* | tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)2023-05-281-0/+7
* | tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)2023-05-281-4/+16
* | tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-1/+1
|/
* Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-051-1/+1
|\
| * tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek2023-05-031-1/+1
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-2/+5
|\|
| * tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)2023-03-291-2/+5
* | tracing: Free error logs of tracing instancesSteven Rostedt (Google)2023-04-051-0/+1
* | tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)2023-04-041-6/+7
* | tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)2023-04-041-7/+7
|/
* 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-201-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-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