summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
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-27tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-01-09tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2025-01-09kernel: Initialize cpumask before parsingTetsuo Handa
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-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-01-25tracing: 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: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Set actual size after ring buffer resizeZheng Yejian
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: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-19tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-19tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-19tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin
2023-08-11tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2023-07-27tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-27tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra
2023-06-28tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2023-04-20tracing: Free error logs of tracing instancesSteven Rostedt (Google)
2023-03-22tracing: Make splice_read available againSung-hun Kim
2023-02-15tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose
2023-02-01tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-01-14tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-10-30tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-30tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo