summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
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-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
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-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)
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
2016-04-12tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-02-17tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)
2015-11-10tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang
2015-11-07tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov
2015-11-06tracing: Make tracing work when debugfs is not configured inJiaxing Wang
2015-11-03tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)
2015-11-03tracing: Apply tracer specific options from kernel command line.Jiaxing Wang
2015-11-03tracing: Allow dumping traces without tracking trace started cpusSasha Levin
2015-11-02tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang
2015-09-30tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)
2015-09-30tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)
2015-09-30tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)
2015-09-30tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)