summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa2010-10-181-0/+4
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-84/+6Star
|\
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-07-231-0/+4
| |\
| | * tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro2010-07-211-0/+1
| | * tracing: Allow to disable cmdline recordingLi Zefan2010-07-211-0/+3
| * | tracing: Remove special tracesFrederic Weisbecker2010-07-201-7/+0Star
| * | tracing: Remove sysprof ftrace pluginFrederic Weisbecker2010-07-201-3/+0Star
| |/
| * tracing: Remove ksym tracerFrederic Weisbecker2010-07-151-6/+0Star
| * tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-281-0/+2
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-20/+0Star
| |\
| | * tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-091-12/+0Star
| | * tracing: Remove boot tracerAmérico Wang2010-06-081-8/+0Star
| * | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-041-48/+0Star
| |/
* / ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel2010-08-051-0/+19
|/
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-181-18/+2Star
|\
| * tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-141-14/+2Star
| * x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-4/+0Star
* | tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan2010-05-141-2/+2
* | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-1/+1
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-0/+3
* | tracing: Add graph output support for irqsoff tracerJiri Olsa2010-04-271-0/+21
* | tracing: Have graph flags passed in to ouput functionsJiri Olsa2010-04-261-2/+4
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-131-1/+2
|\
| * function-graph: Add tracing_thresh support to function_graph tracerTim Bird2010-03-061-1/+2
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-251-1/+2
* | ftrace: Allow to remove a single function from function graph filterLi Zefan2010-02-111-1/+2
* | tracing: Simplify test for function_graph tracing start pointLai Jiangshan2010-01-291-1/+1
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-161-12/+11Star
|\
| * tracing: Remove useless trace optionLi Zefan2009-12-131-12/+11Star