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