summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
* tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-241-0/+5
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-091-0/+6
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-021-0/+2
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-021-0/+1
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-021-9/+1
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-201-20/+9
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-271-1/+7
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-301-1/+1
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-271-0/+1
* tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2017-07-211-1/+1
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-271-3/+5
* ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-211-0/+1
* fs: Better permission checking for submountsEric W. Biederman2017-03-151-2/+2
* Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-4/+4
|\
| * tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)2016-09-121-3/+3
| * tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-021-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-031-0/+24
|\ \
| * | ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu2016-08-231-0/+24
| |/
* | Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-09-251-13/+16
|\ \ | |/ |/|
| * fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-251-6/+8
| * tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-251-7/+8
* | tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun2016-07-051-6/+2
* | ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-051-0/+1
* | tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2016-06-231-1/+18
* | tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski2016-06-201-59/+24
* | ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-201-0/+1
* | tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)2016-06-201-1/+108
* | tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)2016-06-201-0/+71
* | tracing: Move filtered_pid helper functions into trace.cSteven Rostedt2016-06-201-0/+78
|/
* tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-031-7/+147
* tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-10/+0
* tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-291-11/+0
* tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-291-8/+0
* tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-291-2/+0
* tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-291-13/+0
* tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-271-2/+0
* tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-261-3/+3
* tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-251-1/+10
* tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-191-0/+1
* tracing: Add support for named hist triggersTom Zanussi2016-04-191-4/+10
* tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-191-3/+5
* tracing: Add enable_hist/disable_hist triggersTom Zanussi2016-04-191-0/+8
* tracing: Add hist trigger support for stacktraces as keysTom Zanussi2016-04-191-8/+8
* tracing: Add hist trigger 'syscall' modifierTom Zanussi2016-04-191-1/+2
* tracing: Add hist trigger 'execname' modifierTom Zanussi2016-04-191-1/+2
* tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2016-04-191-1/+3