summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-2313-908/+3061
|\
| * tracing: Fix buggered tee(2) on tracing_pipeAl Viro2014-01-191-7/+1Star
| * tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)2014-01-141-0/+2
| * ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-01-131-26/+32
| * ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-01-131-1/+44
| * ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-01-101-15/+72
| * tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)2014-01-101-0/+20
| * tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-102-80/+16Star
| * tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)2014-01-101-2/+8
| * tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi2014-01-061-8/+8
| * tracing/kprobes: Add trace event trigger invocationsTom Zanussi2014-01-061-6/+36
| * tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2014-01-032-8/+8
| * tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-034-1/+62
| * tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-031-12/+22
| * tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim2014-01-021-14/+132
| * tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim2014-01-021-1/+1
| * tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-024-81/+129
| * tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee2014-01-021-2/+20
| * tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-024-59/+91
| * tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-024-26/+66
| * tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-024-39/+119
| * tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2014-01-022-61/+78
| * tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-024-116/+66Star
| * tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-022-48/+48
| * tracing/uprobes: Convert to struct trace_probeNamhyung Kim2014-01-021-80/+79Star
| * tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-022-285/+295
| * tracing/probes: Fix basic print type functionsNamhyung Kim2014-01-021-11/+11
| * tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim2014-01-021-1/+1
| * tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)2014-01-022-4/+6
| * tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-025-26/+19Star
| * tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-224-14/+219
| * tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)2013-12-221-13/+13
| * tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi2013-12-223-1/+364
| * tracing: Add 'stacktrace' event trigger commandTom Zanussi2013-12-221-0/+79
| * tracing: Add 'snapshot' event trigger commandTom Zanussi2013-12-223-3/+116
| * tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi2013-12-211-0/+446
| * tracing: Add basic event trigger frameworkTom Zanussi2013-12-215-5/+480
* | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+1
* | sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+1
* | sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2014-01-132-18/+79
* | Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-12-201-1/+1
|\ \ | |/ |/|
| * ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-161-1/+1
* | Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-12-062-10/+3Star
|\|
| * tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2013-12-052-10/+3Star
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-021-1/+7
|\ \ | |/ |/|
| * perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
| * ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+6
* | ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-11-261-29/+35
|/
* Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-1614-209/+518
|\
| * tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)2013-11-111-2/+2