summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke2017-05-081-2/+3
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-05-031-1/+1
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-44/+198
|\
| * ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)2017-05-011-5/+12
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-201-2/+2
| * tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)2017-04-201-19/+25
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-201-15/+23
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-201-1/+1
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-201-6/+8
| * tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-201-2/+4
| * ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-201-4/+2
| * ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-201-2/+2
| * tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)2017-04-201-8/+44
| * ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-201-2/+4
| * ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-171-1/+4
| * tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)2017-03-241-0/+12
| * ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)2017-03-241-0/+3
| * tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)2017-03-241-0/+71
| * tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)2017-03-241-1/+5
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-2/+0
|\ \
| * | splice_pipe_desc: kill ->flagsAl Viro2016-12-261-2/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-011-0/+1
|\ \ \
| * | | trace/kprobes: Allow return probes with offsets and absolute addressesNaveen N. Rao2017-03-031-0/+1
| | |/ | |/|
* | | tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-191-3/+5
* | | ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-171-0/+1
|/ /
* | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-011-5/+5
* | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-10/+3
|\ \
| * | tracing: Remove outdated ring buffer commentJoel Fernandes2017-02-171-10/+2
| * | tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)2017-02-031-0/+1
| |/
* | fs: Better permission checking for submountsEric W. Biederman2017-02-021-2/+2
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-111/+374
|\
| * tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2016-12-121-1/+1
| * tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)2016-12-091-102/+37
| * tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-231-15/+26
| * tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2016-11-231-0/+78
| * tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-11-231-39/+48
| * tracing: Add hook to function tracing for other subsystems to useChunyan Zhang2016-11-221-1/+128
| * tracing: Add new trace_marker_rawSteven Rostedt2016-11-151-31/+134
| * ftrace: Support full glob matchingMasami Hiramatsu2016-11-141-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+1
|\ \
| * | trace: Add an option for boot clock as trace clockJoel Fernandes2016-11-291-0/+1
| |/
* | tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-1/+14
|/
* 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
OpenPOWER on IntegriCloud