summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)1-6/+8
2017-04-21tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)1-2/+4
2017-04-21ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)1-4/+2
2017-04-21ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)1-2/+2
2017-04-21tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)1-8/+44
2017-04-21ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)1-2/+4
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-18ftrace: Add 'function-fork' trace optionNamhyung Kim1-1/+4
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim1-0/+1
2017-03-25tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)1-0/+12
2017-03-25ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)1-0/+3
2017-03-25tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)1-0/+71
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)1-1/+5
2017-03-04trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao1-0/+1
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard1-5/+5
2017-02-28Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-10/+3
2017-02-17tracing: Remove outdated ring buffer commentJoel Fernandes1-10/+2
2017-02-03tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)1-0/+1
2017-02-01fs: Better permission checking for submountsEric W. Biederman1-2/+2
2016-12-27splice_pipe_desc: kill ->flagsAl Viro1-2/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-111/+374
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2016-12-12tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti1-1/+1
2016-12-09tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)1-102/+37
2016-12-02tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior1-1/+14
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes1-0/+1
2016-11-24tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)1-15/+26
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)1-0/+78
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)1-39/+48
2016-11-23tracing: Add hook to function tracing for other subsystems to useChunyan Zhang1-1/+128
2016-11-15tracing: Add new trace_marker_rawSteven Rostedt1-31/+134
2016-11-15ftrace: Support full glob matchingMasami Hiramatsu1-1/+1
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-26Merge 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
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)1-1/+1
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu1-0/+24
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun1-6/+2
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)1-0/+1
2016-06-24tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)1-1/+18
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski1-59/+24
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)1-0/+1
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)1-1/+108
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)1-0/+71
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt1-0/+78
2016-05-04tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)1-7/+147