aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)
2014-01-23tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)
2014-01-22tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-19tracing: Fix buggered tee(2) on tracing_pipeAl Viro
2014-01-14tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim
2014-01-02tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi
2013-12-21tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)
2013-12-21tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi
2013-12-21tracing: Add 'stacktrace' event trigger commandTom Zanussi
2013-12-21tracing: Add 'snapshot' event trigger commandTom Zanussi
2013-12-20tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi
2013-12-20Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-12-16ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie