aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-03
|\
| * Merge branch 'master' into percpuTejun Heo2010-02-02
| |\
| * | local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter2010-01-05
| * | Merge branch 'master' into percpuTejun Heo2010-01-04
| |\ \
| * | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-29
* | | | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-01
|\ \ \ \
| * | | | blktrace: perform cleanup after setup errorDmitry Monakhov2010-02-28
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-28
|\ \ \ \ \
| * | | | | ftrace: Remove record freezingMasami Hiramatsu2010-02-04
| * | | | | ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu2010-02-04
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-29
| |\ \ \ \ \
| * | | | | | tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-28
| * | | | | | perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-28
| * | | | | | tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu2010-01-17
| * | | | | | tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu2010-01-13
| * | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-13
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-28
* | | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-02-27
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Add function names to dangling } in function graph tracerSteven Rostedt2010-02-26
* | | | | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-27
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens2010-02-17
| * | | | | | | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-17
* | | | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-02-26
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Simplify memory recycle of trace_define_fieldWenji Huang2010-02-25
| * | | | | | | | tracing: Remove unnecessary variable in print_graph_returnWenji Huang2010-02-25
| * | | | | | | | tracing: Fix typo of info text in trace_kprobe.cWenji Huang2010-02-25
| * | | | | | | | tracing: Fix typo in prof_sysexit_enable()Wenji Huang2010-02-25
| * | | | | | | | tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan2010-02-25
| * | | | | | | | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-25
* | | | | | | | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-14
| * | | | | | | tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-02
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | tracing/documentation: Cover new frame pointer semanticsMike Frysinger2010-01-26
| * | | | | | ring-buffer: Check for end of page in iteratorSteven Rostedt2010-01-26
| * | | | | | ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt2010-01-26
| * | | | | | tracing: Prevent kernel oops with corrupted bufferSteven Rostedt2010-01-25
| | |_|_|/ / | |/| | | |
| * | | | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-14
| * | | | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-14
| * | | | | tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-14
| * | | | | tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-14
| * | | | | tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-14
| * | | | | ftrace: Fix MATCH_END_ONLY function filterLi Zefan2010-01-14
| * | | | | ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt2010-01-06
| * | | | | ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp2010-01-06
| | |_|/ / | |/| | |
* | | | | ftrace: Allow to remove a single function from function graph filterLi Zefan2010-02-11
* | | | | tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt2010-02-09
| |/ / / |/| | |
* | | | tracing: Simplify test for function_graph tracing start pointLai Jiangshan2010-01-28
* | | | tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker2010-01-17
* | | | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-06
* | | | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-06