summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian1-1/+8
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-26ring-buffer: Do not swap cpu_buffer during resize processChen Lin1-1/+2
2023-08-11tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu1-1/+70
2023-07-27tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian1-0/+1
2023-07-27tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra1-1/+1
2023-06-28tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-1/+10
2023-04-20tracing: Free error logs of tracing instancesSteven Rostedt (Google)1-0/+1
2023-03-22tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-02-15tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose1-3/+0
2023-02-01tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)1-0/+2
2023-01-14tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong1-1/+14
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-1/+1
2022-10-30tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-30tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming1-2/+0
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap1-2/+2
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi1-1/+2
2022-01-11tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao1-2/+2
2022-01-11tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao1-1/+1
2021-08-12tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal1-1/+3
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-0/+4
2021-07-19tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-19tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-06-23tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-23tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-2/+0
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-6/+13
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-11-30tracing: Fix alignment of static bufferMinchan Kim1-1/+1
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang1-2/+2
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-38/+73
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-125/+145
2020-10-15tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee1-1/+0
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi1-1/+6
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang1-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang1-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang1-17/+19
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6