summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-24tracing: Add an option for disabling markersMandeep Singh Baines
2012-09-18userns: Teach trace to use from_kuidEric W. Biederman
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju
2012-04-23ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt
2012-04-13tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-03switch debugfs to umode_tAl Viro
2011-11-17tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt
2011-08-19tracing/filter: Add startup tests for events filterJiri Olsa
2011-08-19tracing/filter: Remove field_name from filter_pred structJiri Olsa
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu
2011-06-14tracing: Add disable_on_free optionSteven Rostedt
2011-05-25ftrace: Add internal recursive checksSteven Rostedt
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt
2011-03-10tracing: Align 4 byte ints together in struct tracerSteven Rostedt
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp
2011-02-07tracing/filter: Increase the max preds to 2^14Steven Rostedt
2011-02-07tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt
2011-02-07tracing/filter: Optimize filter by folding the treeSteven Rostedt
2011-02-07tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt
2011-02-07tracing/filter: Allocate the preds in an arraySteven Rostedt
2011-02-07tracing/filter: Dynamically allocate predsSteven Rostedt
2011-02-07tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan