summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
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
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-19perf/trace: Properly use u64 to hold event_idVince Weaver
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-11tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara
2013-11-06tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)
2013-11-06tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-06tracing: Add helper function tracing_is_disabled()Geyslan G. Bem
2013-11-06tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-11-05ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-10-18ftrace: Add set_graph_notrace filterNamhyung Kim
2013-10-18ftrace: Narrow down the protected area of graph_lockNamhyung Kim
2013-10-18ftrace: Introduce struct ftrace_graph_dataNamhyung Kim
2013-10-18ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim