summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-128/+551
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-8/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-637/+339
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra3-8/+5
2010-05-07perf: Fix check at end of event searchDan Carpenter1-1/+1
2010-05-05tracing: Fix "integer as NULL pointer" warning.Thiago Farina1-1/+1
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov1-9/+5
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker1-19/+7
2010-04-28tracing: Fix sleep time function profilingSteven Rostedt1-1/+5
2010-04-28tracing: Show sample std dev in function profilingChase Douglas1-3/+21
2010-04-27ring-buffer: Make benchmark handle missed eventsSteven Rostedt1-1/+2
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2-13/+62
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa4-29/+313
2010-04-27tracing: Have graph flags passed in to ouput functionsJiri Olsa2-56/+73
2010-04-27tracing: Add ftrace events for graph tracerJiri Olsa1-1/+27
2010-04-22tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2-14/+42
2010-04-15tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2-220/+331
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar15-7/+20
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar16-9/+29
2010-04-05tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo3-7/+16
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+9
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar2-5/+20
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker1-2/+9
2010-04-01ring-buffer: Add lost event count to end of sub bufferSteven Rostedt1-4/+33
2010-04-01tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-8/+22
2010-04-01ring-buffer: Add place holder recording of dropped eventsSteven Rostedt5-12/+73
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-2/+13
2010-03-29ring-buffer: Add missing unlockJulia Lawall1-3/+5
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan1-2/+2
2010-03-27Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+11
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra6-397/+0
2010-03-19ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-75/+80
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-0/+2
2010-03-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+15
2010-03-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-23/+77
2010-03-13tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-13tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-13tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-13function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-13ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar4-12/+48
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney1-9/+13
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker5-74/+74
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker3-5/+7
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-03-06function-graph: Add tracing_thresh support to function_graph tracerTim Bird3-5/+43