aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven 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: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-11ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
2023-02-06tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-01-18tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
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-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-01-11tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-11tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-08-12tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-20tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan
2021-05-22tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-02-23tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2020-05-14tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-07-10tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-06-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek