aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-235/+634
2010-10-19Merge branch 'devel-stable' into develRussell King1-1/+1
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt1-2/+1
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King5-26/+43
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt1-1/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt1-48/+48
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt1-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa1-10/+221
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa3-52/+71
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa1-4/+20
2010-10-18tracing/trivial: Remove cast from void*matt mooney2-3/+3
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-0/+5
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+5
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov1-2/+3
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar2-31/+78
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt1-14/+4
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt1-1/+22
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa1-1/+100
2010-09-14tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt1-3/+3
2010-09-14tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt1-8/+26
2010-09-14tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt1-21/+46
2010-09-14tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt1-2/+6
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-19/+31
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright1-0/+2
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-2/+5
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar3-23/+40
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-2/+0
2010-09-02ARM: 6314/1: ftrace: allow build without frame pointers on ARMRabin Vincent1-1/+1
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt1-6/+15
2010-08-31tracing: Fix a race in function profileLi Zefan1-4/+11
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker1-1/+1
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar10-128/+398
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim2-8/+9
2010-08-19perf: Humanize the number of contextsFrederic Weisbecker1-4/+4
2010-08-18tracing: Clean up seqfile code for format fileLi Zefan1-37/+18
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt4-68/+163
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz1-3/+8
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-08-12block: add secure discardAdrian Hunter1-0/+8