summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
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-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
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/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-0/+4
2021-07-20tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-30tracing: 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-22tracing: 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-23tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-3/+4
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi1-0/+3
2020-05-14tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood1-0/+8
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-07-10tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda1-5/+1
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson1-2/+4
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)1-1/+0
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret1-0/+2
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+5
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+6
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)1-4/+4
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-1/+3
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+5
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie1-10/+5
2018-05-29tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)1-0/+17
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)1-0/+2
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)1-6/+6
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-1/+1