aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
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-11-26tracing: 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-20tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-10tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)
2020-03-11tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
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-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-17tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-06-05tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)
2017-08-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)