summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)
2017-04-20ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-17ftrace: Add 'function-fork' trace optionNamhyung Kim
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim
2017-03-24tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)
2017-03-24ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)
2017-03-24tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)
2017-03-03trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-02-17tracing: Remove outdated ring buffer commentJoel Fernandes
2017-02-03tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-12-26splice_pipe_desc: kill ->flagsAl Viro
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2016-12-09tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)
2016-12-02tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang
2016-11-15tracing: Add new trace_marker_rawSteven Rostedt
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)