aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra
2010-05-06perf: Fix check at end of event searchDan Carpenter
2010-05-05tracing: Fix "integer as NULL pointer" warning.Thiago Farina
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker
2010-04-27tracing: Fix sleep time function profilingSteven Rostedt
2010-04-27tracing: Show sample std dev in function profilingChase Douglas
2010-04-27ring-buffer: Make benchmark handle missed eventsSteven Rostedt
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa
2010-04-26tracing: Have graph flags passed in to ouput functionsJiri Olsa
2010-04-26tracing: Add ftrace events for graph tracerJiri Olsa
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu
2010-04-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar
2010-04-05tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker
2010-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29ring-buffer: Add missing unlockJulia Lawall
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney