summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-189-128/+551
|\
| * tracing: Fix "integer as NULL pointer" warning.Thiago Farina2010-05-051-1/+1
| * ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov2010-05-041-9/+5Star
| * tracing: Fix sleep time function profilingSteven Rostedt2010-04-281-1/+5
| * tracing: Show sample std dev in function profilingChase Douglas2010-04-281-3/+21
| * ring-buffer: Make benchmark handle missed eventsSteven Rostedt2010-04-271-1/+2
| * ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2010-04-272-13/+62
| * tracing: Add graph output support for irqsoff tracerJiri Olsa2010-04-274-29/+313
| * tracing: Have graph flags passed in to ouput functionsJiri Olsa2010-04-262-56/+73
| * tracing: Add ftrace events for graph tracerJiri Olsa2010-04-261-1/+27
| * tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-212-14/+42
| * Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-04-141-1/+1
| |\
| | * tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan2010-04-051-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-183-8/+5Star
|\ \ \
| * | | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-073-8/+5Star
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-189-637/+339Star
|\ \ \ \ | |_|/ / |/| | |
| * | | perf: Fix check at end of event searchDan Carpenter2010-05-071-1/+1
| * | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-19/+7Star
| * | | tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-142-220/+331
| * | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0815-7/+20
| |\| |
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-022-5/+20
| |\ \ \
| * | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-266-397/+0Star
* | | | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-0816-9/+29
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'master' into export-slabhTejun Heo2010-04-053-7/+16
| |\ \ \
| | * \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-041-2/+9
| | |\ \ \ | | | | |/ | | | |/|
| | | * | perf: Correctly align perf event tracing bufferFrederic Weisbecker2010-04-011-2/+9
| | * | | ring-buffer: Add missing unlockJulia Lawall2010-03-291-3/+5
| | * | | tracing: Fix lockdep warning in global_clock()Li Zefan2010-03-291-2/+2
| | |/ /
| * / / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-2/+13
| |/ /
* | | ring-buffer: Add lost event count to end of sub bufferSteven Rostedt2010-04-011-4/+33
* | | tracing: Show the lost events in the trace_pipe outputSteven Rostedt2010-04-011-8/+22
* | | ring-buffer: Add place holder recording of dropped eventsSteven Rostedt2010-04-015-12/+73
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-261-3/+11
|\ \ | |/ |/|
| * ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt2010-03-191-3/+11
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-195-75/+80
|\ \ | |/ |/|
| * perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2010-03-171-0/+2
| * perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong2010-03-111-0/+1
| * perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-105-74/+74
| * perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-103-5/+7
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-132-11/+15
|\ \
| * | ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney2010-03-111-9/+13
| * | rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney2010-03-041-2/+2
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-136-23/+77
|\ \ \
| * | | tracing: Do not record user stack trace from NMI contextSteven Rostedt2010-03-131-0/+7
| * | | tracing: Disable buffer switching when starting or stopping traceSteven Rostedt2010-03-131-0/+9
| * | | tracing: Use same local variable when resetting the ring bufferSteven Rostedt2010-03-131-4/+4
| * | | function-graph: Init curr_ret_stack with ret_stackSteven Rostedt2010-03-131-1/+1
| * | | ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan2010-03-131-6/+6
| * | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-03-114-12/+48
| |\ \ \
| | * | | function-graph: Add tracing_thresh support to function_graph tracerTim Bird2010-03-063-5/+43