Age | Commit message (Expand) | Author | Files | Lines |
2008-11-27 | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar | 1 | -15/+62 |
2008-11-26 | tracing: add "power-tracer": C/P state tracer to help power optimization | Arjan van de Ven | 1 | -0/+29 |
2008-11-26 | ftrace: use code patching for ftrace graph tracer | Steven Rostedt | 1 | -0/+5 |
2008-11-26 | tracing/function-return-tracer: set a more human readable output | Frederic Weisbecker | 1 | -6/+19 |
2008-11-26 | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 1 | -12/+12 |
2008-11-24 | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',... | Ingo Molnar | 1 | -0/+10 |
2008-11-23 | ftrace: add ftrace_off_permanent | Steven Rostedt | 1 | -0/+2 |
2008-11-23 | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 1 | -0/+3 |
2008-11-23 | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 1 | -0/+5 |
2008-11-18 | tracing/function-return-tracer: add the overrun field | Frederic Weisbecker | 1 | -0/+2 |
2008-11-16 | tracing/function-return-tracer: support for dynamic ftrace on function return... | Frederic Weisbecker | 1 | -1/+15 |
2008-11-16 | ftrace: pass module struct to arch dynamic ftrace functions | Steven Rostedt | 1 | -12/+41 |
2008-11-12 | tracing/fastboot: move boot tracer structs and funcs into their own header. | Frederic Weisbecker | 1 | -41/+0 |
2008-11-11 | tracing, x86: add low level support for ftrace return tracing | Frederic Weisbecker | 1 | -0/+20 |
2008-11-08 | Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't... | Ingo Molnar | 1 | -2/+0 |
2008-11-07 | ftrace: split out hardirq ftrace code into own header | Steven Rostedt | 1 | -5/+0 |
2008-11-06 | ftrace: soft tracing stop and start | Steven Rostedt | 1 | -0/+5 |
2008-11-06 | ftrace: add quick function trace stop | Steven Rostedt | 1 | -0/+30 |
2008-11-04 | tracing/fastboot: Enable boot tracing only during initcalls | Frederic Weisbecker | 1 | -2/+22 |
2008-11-03 | ftrace: fix hardirq header for non ftrace archs | Steven Rostedt | 1 | -1/+4 |
2008-11-03 | Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra... | Ingo Molnar | 1 | -0/+3 |
2008-10-31 | ftrace: nmi safe code clean ups | Steven Rostedt | 1 | -0/+3 |
2008-10-31 | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 1 | -16/+32 |
2008-10-27 | ftrace: ftrace dump on oops control | Steven Rostedt | 1 | -0/+2 |
2008-10-23 | ftrace: remove ftrace hash | Steven Rostedt | 1 | -5/+3 |
2008-10-23 | ftrace: remove mcount set | Steven Rostedt | 1 | -1/+0 |
2008-10-23 | ftrace: only have ftrace_kill atomic | Steven Rostedt | 1 | -2/+1 |
2008-10-23 | ftrace: return error on failed modified text. | Steven Rostedt | 1 | -2/+22 |
2008-10-20 | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 1 | -6/+6 |
2008-10-14 | tracing/fastboot: add better resolution to initcall debug/tracing | Tim Bird | 1 | -2/+2 |
2008-10-14 | tracing/fastboot: only trace non-module initcalls | Frederic Weisbecker | 1 | -0/+2 |
2008-10-14 | ftrace: ktime.h not included in ftrace.h | Steven Noonan | 1 | -0/+1 |
2008-10-14 | tracing/fastboot: build fix | Ingo Molnar | 1 | -2/+2 |
2008-10-14 | tracing/fastboot: get the initcall name before it disappears | Frederic Weisbecker | 1 | -3/+4 |
2008-10-14 | tracing/fastboot: change the printing of boot tracer according to bootgraph.pl | Frederic Weisbecker | 1 | -0/+2 |
2008-10-14 | tracing/ftrace: add the boot tracer | Frédéric Weisbecker | 1 | -0/+19 |
2008-10-14 | ftrace: use ftrace_release for all dynamic ftrace functions | Steven Rostedt | 1 | -4/+5 |
2008-10-14 | ftrace: fix incorrect comment style of __ftrace_enabled_save() | Huang Ying | 1 | -2/+4 |
2008-10-14 | ftrace: ftrace_kill_atomic() build fix | Ingo Molnar | 1 | -0/+1 |
2008-10-14 | ftrace: build fix | Ingo Molnar | 1 | -1/+4 |
2008-10-14 | ftrace: dump out ftrace buffers to console on panic | Steven Rostedt | 1 | -0/+2 |
2008-10-14 | ftrace: ftrace_printk doc moved | Steven Rostedt | 1 | -1/+18 |
2008-10-14 | ftrace: printk formatting infrastructure | Steven Rostedt | 1 | -0/+10 |
2008-10-14 | ftrace: remove old pointers to mcount | Steven Rostedt | 1 | -0/+2 |
2008-10-14 | ftrace: enable mcount recording for modules | Steven Rostedt | 1 | -0/+3 |
2008-10-14 | ftrace: mcount call site on boot nops core | Steven Rostedt | 1 | -0/+6 |
2008-08-15 | kexec jump: __ftrace_enabled_save/restore | Huang Ying | 1 | -0/+21 |
2008-07-11 | ftrace: add ftrace_kill_atomic | Steven Rostedt | 1 | -0/+1 |
2008-06-24 | ftrace: freeze kprobe'd records | Abhishek Sagar | 1 | -1/+5 |
2008-06-24 | ftrace: store mcount address in rec->ip | Abhishek Sagar | 1 | -2/+1 |