summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-131-4/+0Star
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-5/+0Star
* tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-021-1/+0Star
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-311-0/+3
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-311-0/+1
* tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+1
|\
| * userns: Teach trace to use from_kuidEric W. Biederman2012-09-181-1/+1
* | tracing: Add an option for disabling markersMandeep Singh Baines2012-09-241-0/+1
* | ftrace: Add selftest to test function save-regs supportSteven Rostedt2012-07-311-1/+1
|/
* tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-281-0/+8
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+5
|\
| * Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-141-1/+3
| |\
| * | tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-071-0/+5
* | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-2/+2
|\ \ \ | |_|/ |/| |
| * | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-141-2/+2
| |/
* | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-241-1/+1
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-241-0/+2
|/
* tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown2012-03-131-2/+0Star
* tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-221-0/+1
* ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-211-2/+0Star
* ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-211-10/+13
* ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-211-0/+11
* ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2012-02-211-0/+4
* ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-211-0/+2
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch debugfs to umode_tAl Viro2012-01-041-1/+1
* | tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt2011-11-171-0/+1
* | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-071-0/+1
|/
* tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-111-0/+2
* tracing/filter: Add startup tests for events filterJiri Olsa2011-08-191-0/+3
* tracing/filter: Remove field_name from filter_pred structJiri Olsa2011-08-191-10/+1Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-211-16/+34
|\
| * tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2011-07-081-16/+34
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-07-211-0/+1
|\ \ | |/ |/|
| * tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-071-0/+1
* | tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-151-0/+9
* | tracing: Add disable_on_free optionSteven Rostedt2011-06-151-0/+1
|/
* ftrace: Add internal recursive checksSteven Rostedt2011-05-261-0/+15
* ftrace: Add self-tests for multiple function trace usersSteven Rostedt2011-05-191-0/+2
* tracing: Align 4 byte ints together in struct tracerSteven Rostedt2011-03-101-1/+1
* tracing: Add an 'overwrite' trace_option.David Sharp2011-03-091-0/+1
* tracing/filter: Increase the max preds to 2^14Steven Rostedt2011-02-081-1/+8
* tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt2011-02-081-0/+2
* tracing/filter: Optimize filter by folding the treeSteven Rostedt2011-02-081-1/+11
* tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt2011-02-081-1/+8
* tracing/filter: Allocate the preds in an arraySteven Rostedt2011-02-081-1/+1
* tracing/filter: Dynamically allocate predsSteven Rostedt2011-02-081-1/+2
* tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt2011-02-081-2/+1Star