summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+31
2012-07-18Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-0/+4
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar-3/+3
2012-07-17tracing/function: Convert func_set_flag() to a switch statementAnton Vorontsov-6/+9
2012-07-17tracing/function: Introduce persistent trace optionAnton Vorontsov-5/+20
2012-07-17tracing: Fix initialization failure path in tracing_set_tracer()Anton Vorontsov-3/+4
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-3/+3
2012-07-11tracing: Check for allocation failure in __tracing_open()Dan Carpenter-0/+4
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-10/+33
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-2/+4
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2012-06-29ring-buffer: Fix accounting of entries when removing pagesVaibhav Nagarnaik-3/+2
2012-06-29ring-buffer: Fix crash due to uninitialized new_pages list headVaibhav Nagarnaik-0/+1
2012-06-28ring-buffer: Fix uninitialized read_stampSteven Rostedt-0/+4
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt-10/+27
2012-06-28tracing/selftest: Add a WARN_ON() if a tracer test failsSteven Rostedt-0/+2
2012-06-18Merge branch 'perf/urgent' into perf/coreIngo Molnar-1/+1
2012-06-14tracing: Register the ftrace internal events during early bootSteven Rostedt-1/+1
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov-6/+2
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet-2/+4
2012-06-06tracing: Have tracing_off() actually turn tracing offSteven Rostedt-1/+1
2012-05-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+5
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-876/+1838
2012-05-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-0/+5
2012-05-23ring-buffer: Check for valid buffer before changing sizeSteven Rostedt-0/+5
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-481/+858
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-301/+0
2012-05-21Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-29/+17
2012-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar-6/+17
2012-05-19tracing: Remove kernel_lock annotationsRichard Weinberger-2/+0
2012-05-19tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik-1/+2
2012-05-19ring-buffer: Merge separate resize loopsVaibhav Nagarnaik-26/+15
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-6/+17
2012-05-16ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt-1/+0
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt-2/+2
2012-05-16ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt-8/+13
2012-05-16ftrace: Return record ip addr for ftrace_location()Steven Rostedt-6/+10
2012-05-16ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt-40/+40
2012-05-16ftrace: Speed up search by skipping pages by addressSteven Rostedt-6/+16
2012-05-16ftrace: Remove extra helper functionsSteven Rostedt-37/+24
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt-12/+22
2012-05-16tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik-0/+2
2012-05-16tracing: Check return value of tracing_dentry_percpu()Namhyung Kim-0/+3
2012-05-16ring-buffer: Reset head page before running self testSteven Rostedt-0/+4
2012-05-16ring-buffer: Add integrity check at end of iter readSteven Rostedt-0/+29
2012-05-16ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik-25/+77
2012-05-16ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik-76/+209
2012-05-16tracing: Clean up tracing_mark_write()Steven Rostedt-13/+11
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-300/+453