aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-1/+1
2011-04-21ftrace: Build without frame pointers on MicroblazeMichal Simek1-1/+1
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+12
2011-04-12block: fixup block IO unplug trace callJens Axboe1-3/+3
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe1-17/+0
2011-03-31Fix common misspellingsLucas De Marchi8-10/+10
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+4
2011-03-23Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-2/+1
2011-03-22tracing: Fix set_ftrace_filter probe function displayJiri Olsa1-2/+1
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar1-1/+1
2011-03-17trace, documentation: Fix branch profiling location in debugfsDavid Rientjes1-2/+2
2011-03-11blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma1-11/+4
2011-03-10tracing: Fix irqoff selftest expanding max bufferSteven Rostedt1-0/+9
2011-03-10tracing: Align 4 byte ints together in struct tracerSteven Rostedt1-1/+1
2011-03-10tracing: Export trace_set_clr_event()Yuanhan Liu1-0/+1
2011-03-10tracing: Explain about unstable clock on resume with ring buffer warningJiri Olsa1-2/+10
2011-03-10tracing: Adjust conditional expression latency formatting.David Sharp1-8/+18
2011-03-10tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeupDavid Sharp1-3/+3
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt3-14/+5
2011-03-09ring-buffer: Remove unused #include <linux/trace_irq.h>David Sharp1-1/+0
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp3-6/+23
2011-03-08Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar1-16/+0
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-16/+0
2011-03-03Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git into perf/coreFrederic Weisbecker2-169/+754
2011-02-18Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar1-6/+2
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar4-62/+40
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+7
2011-02-15Merge branch 'master' into for-nextJiri Kosina5-47/+38
2011-02-14Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-7/+45
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu1-1/+1
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt1-7/+45
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+7
2011-02-08tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt1-0/+4
2011-02-08tracing: Remove obsolete sched_switch tracerSteven Rostedt1-48/+0
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa1-2/+6
2011-02-07tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie1-0/+3
2011-02-07tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie1-7/+14
2011-02-07tracing/syscalls: Make arch_syscall_addr weakIan Munsie1-1/+1
2011-02-07tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie1-4/+4
2011-02-07tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+8
2011-02-07tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt1-23/+7
2011-02-07tracing/filter: Swap entire filter of eventsSteven Rostedt1-105/+146
2011-02-07tracing/filter: Increase the max preds to 2^14Steven Rostedt1-1/+8
2011-02-07tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt1-0/+2
2011-02-07tracing/filter: Optimize filter by folding the treeSteven Rostedt2-10/+235
2011-02-07tracing/filter: Check the created pred treeSteven Rostedt1-1/+71
2011-02-07tracing/filter: Optimize short ciruit checkSteven Rostedt1-3/+9