summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-06tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2023-11-09tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2023-11-09tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-11-09tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2023-11-09tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-10-28fs: Better permission checking for submountsEric W. Biederman
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-05-22tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-22tracing: Treat recording comm for idle task as a successJoel Fernandes
2021-05-22tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2021-04-10tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
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-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2018-11-10tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-31ANDROID: tracing: fix race condition reading saved tgidsAdrian Salido
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-05-04UPSTREAM: tracing: Use cpumask_available() to check if cpumask variable may b...Matthias Kaehlcke
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-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-08-21tracing: fix race condition reading saved tgidsAdrian Salido
2017-08-21tracing: Revert commits improving handling of saved_tgidsDennis Cagle
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-10trace: resolve stack corruption due to string copyAmey Telawane
2017-03-08tracing: Free saved_tgids memory in free_saved_cmdlines_bufferOmprakash Dhyade
2017-02-15tracing: Modify saved_tgids size for change in saved_cmdline_sizeOmprakash Dhyade
2017-01-18tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2016-12-01UPSTREAM: trace: Add an option for boot clock as trace clockJoel Fernandes
2016-11-28UPSTREAM: trace: Add an option for boot clock as trace clockJoel Fernandes
2016-09-30tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-30fix memory leaks in tracing_buffers_splice_read()Al Viro