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-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-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-3/+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-05-22tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2021-05-22tracing: Treat recording comm for idle task as a successJoel Fernandes1-1/+5
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-20tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
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-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+8
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda1-5/+1
2019-06-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
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: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke1-2/+3
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+6
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-08-30tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)1-1/+1
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti1-1/+1
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim1-0/+1
2017-03-15fs: Better permission checking for submountsEric W. Biederman1-2/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+4
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+24
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+16
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)1-3/+3