summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorLines
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2012-01-03switch debugfs to umode_tAl Viro-1/+1
2011-11-17tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt-0/+1
2011-11-07tracing/latency: Fix header output for latency tracersJiri Olsa-0/+1
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt-0/+2
2011-08-19tracing/filter: Add startup tests for events filterJiri Olsa-0/+3
2011-08-19tracing/filter: Remove field_name from filter_pred structJiri Olsa-10/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-16/+34
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar-0/+1
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt-16/+34
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt-0/+1
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu-0/+9
2011-06-14tracing: Add disable_on_free optionSteven Rostedt-0/+1
2011-05-25ftrace: Add internal recursive checksSteven Rostedt-0/+15
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt-0/+2
2011-03-10tracing: Align 4 byte ints together in struct tracerSteven Rostedt-1/+1
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp-0/+1
2011-02-07tracing/filter: Increase the max preds to 2^14Steven Rostedt-1/+8
2011-02-07tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt-0/+2
2011-02-07tracing/filter: Optimize filter by folding the treeSteven Rostedt-1/+11
2011-02-07tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt-1/+8
2011-02-07tracing/filter: Allocate the preds in an arraySteven Rostedt-1/+1
2011-02-07tracing/filter: Dynamically allocate predsSteven Rostedt-1/+2
2011-02-07tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt-2/+1
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa-0/+4
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-84/+6
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel-0/+19
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-0/+4
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro-0/+1
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan-0/+3
2010-07-20tracing: Remove special tracesFrederic Weisbecker-7/+0
2010-07-20tracing: Remove sysprof ftrace pluginFrederic Weisbecker-3/+0
2010-07-15tracing: Remove ksym tracerFrederic Weisbecker-6/+0
2010-06-28tracing: Don't allocate common fields for every trace eventsLi Zefan-0/+2
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar-20/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan-12/+0
2010-06-08tracing: Remove boot tracerAmérico Wang-8/+0
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt-48/+0
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt-18/+2
2010-05-14tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan-2/+2
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt-1/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt-0/+3
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa-0/+21
2010-04-26tracing: Have graph flags passed in to ouput functionsJiri Olsa-2/+4
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu-14/+2
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra-4/+0
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird-1/+2