summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\ \ | |/ |/|
| * this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2009-10-121-1/+1
* | tracing: Add pipe_close interfaceSteven Rostedt2009-12-071-0/+2
* | trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-251-1/+1
* | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-211-0/+7
|\ \
| * | ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2009-11-081-1/+0Star
| * | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-081-4/+1Star
| * | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-230/+112Star
| |\ \
| * \ \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-26/+61
| |\ \ \
| * | | | ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan2009-07-101-9/+4Star
| * | | | hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-021-0/+23
* | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-17/+31
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | tracing/profile: Add filter supportLi Zefan2009-10-151-1/+2
| * | | | tracing/filters: Use a different op for glob matchLi Zefan2009-10-151-1/+1
| * | | | tracing/filters: Refactor subsystem filter codeLi Zefan2009-10-151-1/+0Star
| * | | | tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2009-10-141-2/+2
| * | | | tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker2009-10-131-4/+0Star
| * | | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-011-3/+0Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-241-0/+9
| * | | | tracing/filters: Provide basic regex supportFrederic Weisbecker2009-09-241-9/+18
* | | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-203/+77Star
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-191-3/+0Star
| |/ / /
| * | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-131-5/+7
| * | | tracing: show details of structures within the ftrace structuresSteven Rostedt2009-09-131-0/+9
| * | | tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2009-09-131-133/+27Star
| * | | tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-131-0/+1
| * | | tracing: create generic trace parserjolsa@redhat.com2009-09-111-0/+35
| * | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-0/+1
| * | | tracing: move PRED macros to trace_events_filter.cLi Zefan2009-09-101-41/+0Star