summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/urgentIngo Molnar2012-05-307-876/+1838
|\
| * Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-247-876/+1838
| |\
| | * Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-145-300/+453
| | |\
| | * | tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-077-6/+823
| | * | tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-075-871/+1016
| | * | tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju2012-05-071-8/+8
* | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-241-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | ring-buffer: Check for valid buffer before changing sizeSteven Rostedt2012-05-231-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ \ \
| * | | | Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-226-481/+858
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-212-29/+17
| |\ \ \
| | * | | tracing: Remove kernel_lock annotationsRichard Weinberger2012-05-191-2/+0
| | * | | tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik2012-05-191-1/+2
| | * | | ring-buffer: Merge separate resize loopsVaibhav Nagarnaik2012-05-191-26/+15
| * | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-215-6/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-185-6/+17
| | |\ \ \ | | | |_|/ | | |/| |
| * | | | ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt2012-05-161-1/+0
| * | | | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-2/+2
| * | | | ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-8/+13
| * | | | ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-161-6/+10
| * | | | ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-161-40/+40
| * | | | ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-161-6/+16
| * | | | ftrace: Remove extra helper functionsSteven Rostedt2012-05-161-37/+24
| * | | | ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-161-12/+22
| * | | | tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik2012-05-161-0/+2
| * | | | tracing: Check return value of tracing_dentry_percpu()Namhyung Kim2012-05-161-0/+3
| * | | | ring-buffer: Reset head page before running self testSteven Rostedt2012-05-161-0/+4
| * | | | ring-buffer: Add integrity check at end of iter readSteven Rostedt2012-05-161-0/+29
| * | | | ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik2012-05-161-25/+77
| * | | | ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik2012-05-162-76/+209
| * | | | tracing: Clean up tracing_mark_write()Steven Rostedt2012-05-161-13/+11
| |/ / /
| * | | tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-081-42/+2
| * | | tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-082-58/+16
| * | | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-233-147/+293
| * | | tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-231-4/+1
| * | | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-233-49/+141
| | |/ | |/|
* | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-05-222-301/+0
|\ \ \ | |_|/ |/| |
| * | trace: Remove unused workqueue tracerStephen Boyd2012-04-112-301/+0
| |/
* | tracing: Do not enable function event with enableSteven Rostedt2012-05-102-1/+5
* | tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt2012-04-191-0/+5
* | tracing: Fix regression with tracing_onSteven Rostedt2012-04-161-3/+5
* | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-131-2/+2
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-16/+2
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-16/+2
* | tracing: Fix ent_size in trace outputSteven Rostedt2012-03-271-0/+4
* | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-261-1/+1
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
| |\
| | * constify path argument of trace_seq_path()Al Viro2012-03-201-1/+1
* | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-03-242-5/+13
|\ \ \