summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-01tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2023-07-05tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-03tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-05tracing: Free error logs of tracing instancesSteven Rostedt (Google)
2023-04-04tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)
2023-04-04tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-19tracing: Make splice_read available againSung-hun Kim
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2023-02-21tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)