summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-131-9/+63
|\
| * tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-081-2/+2
| * tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+22
| * tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-071-5/+10
| * tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-071-0/+27
* | Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-021-1/+2
|\ \ | |/ |/|
| * tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)2023-08-231-1/+2
* | tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-011-2/+2
* | tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-011-5/+12
* | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-011-59/+40
|\ \
| * | tracing: Set actual size after ring buffer resizeZheng Yejian2023-07-301-8/+11
| * | tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)2023-07-301-11/+22
| * | tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)2023-07-301-19/+3
| * | tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)2023-07-301-21/+4
| |/
* | tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2023-08-211-7/+48
* | tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-171-1/+8
* | tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian2023-08-161-0/+6
|/
* ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-231-1/+2
* tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian2023-07-131-0/+1
* tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)2023-07-121-2/+19
* 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