summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-251-1/+5
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-131-4/+8
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-131-8/+4
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-131-6/+5
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-301-1/+8
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2023-08-111-6/+15
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-061-0/+2
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-181-1/+14
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-08-121-0/+4
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-201-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-221-26/+15
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-3/+4
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-011-0/+3
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-091-0/+8
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-12-311-1/+1
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-07-101-4/+6
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-251-5/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-1/+5
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-14/+14
* tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-05-021-1/+4
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-051-2/+4
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-231-1/+0
* tracing: Fix number of entries in trace headerQuentin Perret2019-02-271-0/+2
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-2/+5
|\
| * tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
| * tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-08-011-1/+3
* | Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-1/+3
|\ \ | |/ |/|
| * printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-1/+3
* | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-251-0/+6
* | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-121-4/+4