summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-06-19tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-04-10tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)
2025-01-09tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt
2025-01-09tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt
2025-01-09tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)
2025-01-09seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook
2025-01-09tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2024-01-20tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-11-08tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
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)