summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron-5/+5
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-31/+78
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt-14/+4
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt-1/+22
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa-1/+100
2010-09-14tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt-3/+3
2010-09-14tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt-8/+26
2010-09-14tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt-21/+46
2010-09-14tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt-2/+6
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-19/+31
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright-0/+2
2010-09-09perf: Rework the PMU methodsPeter Zijlstra-2/+5
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar-23/+40
2010-09-09perf, trace: Fix module leakLi Zefan-0/+3
2010-09-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+0
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt-1/+1
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen-2/+0
2010-09-02ARM: 6314/1: ftrace: allow build without frame pointers on ARMRabin Vincent-1/+1
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt-6/+15
2010-08-31tracing: Fix a race in function profileLi Zefan-4/+11
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker-1/+1
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard-1/+1
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-128/+398
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim-8/+9
2010-08-19perf: Humanize the number of contextsFrederic Weisbecker-4/+4
2010-08-18tracing: Clean up seqfile code for format fileLi Zefan-37/+18
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt-68/+163
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz-3/+8
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt-67/+141
2010-08-12block: add secure discardAdrian Hunter-0/+8
2010-08-11Merge branch 'master' into for-nextJiri Kosina-17/+63
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-17/+63
2010-08-10Merge branch 'master' into for-nextJiri Kosina-2386/+754
2010-08-09fix printk typo 'faild'Paul Bolle-1/+1
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds-8/+0
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-11/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann-0/+43
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig-12/+15
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-5/+5
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds-2/+2
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying-0/+3
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2344/+572
2010-08-06tracing: Fix an unallocated memory access in function_graphShaohua Li-1/+9
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel-10/+27
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel-21/+163
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju-0/+3