aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe18-790/+1032
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-24/+36
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+16
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-128/+551
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-637/+339
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra3-8/+5
2010-05-06perf: 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-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+1
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga1-0/+15
2010-04-27tracing: Fix sleep time function profilingSteven Rostedt1-1/+5
2010-04-27tracing: 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-26tracing: Have graph flags passed in to ouput functionsJiri Olsa2-56/+73
2010-04-26tracing: Add ftrace events for graph tracerJiri Olsa1-1/+27
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2-14/+42
2010-04-14tracing/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/git/rostedt/linux-2.6-trace into tracing/coreIngo 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/kernel/git/tip/linux-2.6-tipLinus 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-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt1-4/+33
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-8/+22
2010-03-31ring-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 implicit slab.h inclusion from percpu.hTejun 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-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra6-397/+0
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-75/+80
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-0/+2
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+15
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-23/+77
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-12ring-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/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar4-12/+48