| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing/ftrace: add the boot tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -0/+4 |
* | tracing/ftrace: replace none tracer by nop tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -0/+2 |
* | trace: remove pointless ifdefs | Steven Noonan | 2008-10-14 | 1 | -16/+0 |
* | ftrace: add nop tracer | Steven Noonan | 2008-10-14 | 1 | -0/+4 |
* | ftrace: inject markers via trace_marker file | Pekka Paalanen | 2008-10-14 | 1 | -0/+4 |
* | mmiotrace: handle TRACE_PRINT entries | Pekka Paalanen | 2008-10-14 | 1 | -0/+19 |
* | ftrace: add trace_vprintk() | Pekka Paalanen | 2008-10-14 | 1 | -0/+1 |
* | ftrace: move mmiotrace functions out of trace.c | Pekka Paalanen | 2008-10-14 | 1 | -9/+6 |
* | ftrace: sched_switch: show the wakee's cpu | Peter Zijlstra | 2008-10-14 | 1 | -0/+1 |
* | ftrace: make ftrace_printk usable with the other tracers | Peter Zijlstra | 2008-10-14 | 1 | -0/+1 |
* | ftrace: printk formatting infrastructure | Steven Rostedt | 2008-10-14 | 1 | -0/+11 |
* | ftrace: new continue entry - separate out from trace_entry | Steven Rostedt | 2008-10-14 | 1 | -3/+14 |
* | Merge branch 'tracing/ftrace' into auto-ftrace-next | Ingo Molnar | 2008-07-14 | 1 | -2/+8 |
|\ |
|
| * | ftrace: define function trace nop | Steven Rostedt | 2008-07-11 | 1 | -2/+8 |
* | | Merge branch 'tracing/sysprof' into auto-ftrace-next | Ingo Molnar | 2008-07-10 | 1 | -0/+6 |
|\ \ |
|
| * | | ftrace: sysprof updates | Ingo Molnar | 2008-05-23 | 1 | -0/+2 |
| * | | ftrace: sysprof-plugin, add self-tests | Ingo Molnar | 2008-05-23 | 1 | -0/+4 |
* | | | Merge branch 'tracing/mmiotrace' into auto-ftrace-next | Ingo Molnar | 2008-07-10 | 1 | -0/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | ftrace: mmiotrace, updates | Pekka Paalanen | 2008-05-24 | 1 | -0/+14 |
| |/ |
|
* | | ftrace: fix up cmdline recording | Steven Rostedt | 2008-05-26 | 1 | -2/+2 |
|/ |
|
* | ftrace: stacktrace fix | Ingo Molnar | 2008-05-23 | 1 | -1/+1 |
* | Port ftrace to markers | Mathieu Desnoyers | 2008-05-23 | 1 | -19/+1 |
* | ftrace: add readpos to struct trace_seq; add trace_seq_to_user() | Pekka Paalanen | 2008-05-23 | 1 | -0/+3 |
* | ftrace: add trace pipe header pluggin | Steven Rostedt | 2008-05-23 | 1 | -0/+5 |
* | ftrace: add logic to record overruns | Steven Rostedt | 2008-05-23 | 1 | -1/+5 |
* | ftrace: fix comm on function trace output | Steven Rostedt | 2008-05-23 | 1 | -0/+2 |
* | ftrace: comment code | Steven Rostedt | 2008-05-23 | 1 | -0/+7 |
* | ftrace: move enums to ftrace.h and make helper function global | Thomas Gleixner | 2008-05-23 | 1 | -0/+15 |
* | ftrace: user raw_spin_lock in tracing | Steven Rostedt | 2008-05-23 | 1 | -1/+1 |
* | ftrace: fix dynamic ftrace selftest | Steven Rostedt | 2008-05-23 | 1 | -0/+2 |
* | ftrace: trace next state | Peter Zijlstra | 2008-05-23 | 1 | -0/+1 |
* | ftrace: trace scheduler rbtree | Ingo Molnar | 2008-05-23 | 1 | -0/+1 |
* | ftrace: sched tracer, trace full rbtree | Ingo Molnar | 2008-05-23 | 1 | -0/+14 |
* | ftrace: add stack tracing | Ingo Molnar | 2008-05-23 | 1 | -0/+11 |
* | ftrace: add wakeup events to sched tracer | Ingo Molnar | 2008-05-23 | 1 | -0/+12 |
* | ftrace: remove notrace | Ingo Molnar | 2008-05-23 | 1 | -3/+3 |
* | ftrace: add trace_function api for other tracers to use | Steven Rostedt | 2008-05-23 | 1 | -0/+5 |
* | ftrace: add trace_special() | Ingo Molnar | 2008-05-23 | 1 | -0/+15 |
* | ftrace: remove-idx-sync | Ingo Molnar | 2008-05-23 | 1 | -2/+0 |
* | ftrace: timestamp syncing, prepare | Ingo Molnar | 2008-05-23 | 1 | -4/+1 |
* | ftrace: fix locking | Ingo Molnar | 2008-05-23 | 1 | -0/+1 |
* | ftrace: user run time file reading | Steven Rostedt | 2008-05-23 | 1 | -0/+2 |
* | ftrace: add a buffer for output | Steven Rostedt | 2008-05-23 | 1 | -0/+6 |
* | ftrace: change buffers to producer consumer | Steven Rostedt | 2008-05-23 | 1 | -2/+4 |
* | ftrace: fix time offset | Ingo Molnar | 2008-05-23 | 1 | -1/+8 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 1 | -3/+5 |
* | ftrace: add self-tests | Steven Rostedt | 2008-05-23 | 1 | -0/+31 |
* | ftrace: convert single large buffer into single pages. | Steven Rostedt | 2008-05-23 | 1 | -2/+6 |
* | ftrace: latency tracer infrastructure | Steven Rostedt | 2008-05-23 | 1 | -0/+184 |