Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ftrace: build fix | Ingo Molnar | 2008-05-23 | 2 | -46/+67 |
* | ftrace: use cpu clock again | Ingo Molnar | 2008-05-23 | 1 | -53/+1 |
* | ftrace: enabled tracing by default | Steven Rostedt | 2008-05-23 | 1 | -1/+3 |
* | ftrace: disable tracing on failure | Steven Rostedt | 2008-05-23 | 3 | -9/+110 |
* | ftrace - fix dynamic ftrace memory leak | Steven Rostedt | 2008-05-23 | 2 | -6/+46 |
* | ftrace: pipe fixes | Steven Rostedt | 2008-05-23 | 1 | -8/+7 |
* | ftrace, locking fix | Ingo Molnar | 2008-05-23 | 1 | -6/+9 |
* | ftrace: add trace_special() | Ingo Molnar | 2008-05-23 | 2 | -0/+59 |
* | ftrace: bin-output | Ingo Molnar | 2008-05-23 | 1 | -0/+50 |
* | ftrace: add raw output | Ingo Molnar | 2008-05-23 | 1 | -8/+55 |
* | ftrace: clean-up-pipe-iteration | Ingo Molnar | 2008-05-23 | 1 | -15/+5 |
* | ftrace: remove-idx-sync | Ingo Molnar | 2008-05-23 | 2 | -37/+5 |
* | ftrace: fast, scalable, synchronized timestamps | Ingo Molnar | 2008-05-23 | 1 | -1/+53 |
* | ftrace: timestamp syncing, prepare | Ingo Molnar | 2008-05-23 | 7 | -14/+16 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 2 | -38/+39 |
* | ftrace: fix locking | Ingo Molnar | 2008-05-23 | 2 | -5/+4 |
* | ftrace: user run time file reading | Steven Rostedt | 2008-05-23 | 2 | -46/+309 |
* | ftrace: add a buffer for output | Steven Rostedt | 2008-05-23 | 2 | -68/+140 |
* | ftrace: change buffers to producer consumer | Steven Rostedt | 2008-05-23 | 2 | -44/+65 |
* | ftrace: reset selftests | Steven Rostedt | 2008-05-23 | 1 | -0/+7 |
* | ftrace: disable all tracers on corrupted buffer | Steven Rostedt | 2008-05-23 | 1 | -0/+2 |
* | ftrace: fix time offset | Ingo Molnar | 2008-05-23 | 2 | -21/+63 |
* | ftrace: startup tester on dynamic tracing. | Steven Rostedt | 2008-05-23 | 3 | -4/+130 |
* | ftrace: add README | Ingo Molnar | 2008-05-23 | 1 | -1/+39 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 7 | -103/+134 |
* | ftrace: add self-tests | Steven Rostedt | 2008-05-23 | 8 | -2/+538 |
* | ftrace: force recording | Steven Rostedt | 2008-05-23 | 2 | -0/+55 |
* | ftrace: fix max latency | Steven Rostedt | 2008-05-23 | 1 | -6/+6 |
* | ftrace: fix updates to max trace | Steven Rostedt | 2008-05-23 | 2 | -13/+20 |
* | ftrace: don't use raw_local_irq_save/restore | Steven Rostedt | 2008-05-23 | 2 | -4/+4 |
* | ftrace: lockdep notrace annotations | Steven Rostedt | 2008-05-23 | 2 | -12/+13 |
* | ftrace: irqs off smp_processor_id() fix | Steven Rostedt | 2008-05-23 | 1 | -2/+11 |
* | ftrace: debug smp_processor_id, use notrace preempt disable | Steven Rostedt | 2008-05-23 | 1 | -2/+2 |
* | ftrace: fix kexec | Ingo Molnar | 2008-05-23 | 3 | -0/+15 |
* | ftrace: convert single large buffer into single pages. | Steven Rostedt | 2008-05-23 | 2 | -58/+195 |
* | ftrace: add filter select functions to trace | Steven Rostedt | 2008-05-23 | 2 | -18/+513 |
* | ftrace: use dynamic patching for updating mcount calls | Steven Rostedt | 2008-05-23 | 5 | -84/+261 |
* | ftrace: move memory management out of arch code | Steven Rostedt | 2008-05-23 | 3 | -163/+192 |
* | ftrace: use nops instead of jmp | Steven Rostedt | 2008-05-23 | 3 | -18/+28 |
* | ftrace: add ftrace_enabled sysctl to disable mcount function | Steven Rostedt | 2008-05-23 | 3 | -18/+124 |
* | ftrace: dynamic enabling/disabling of function calls | Steven Rostedt | 2008-05-23 | 5 | -32/+597 |
* | ftrace: trace preempt off critical timings | Steven Rostedt | 2008-05-23 | 8 | -53/+197 |
* | ftrace: trace irq disabled critical timings | Steven Rostedt | 2008-05-23 | 13 | -31/+531 |
* | ftrace: tracer for scheduler wakeup latency | Steven Rostedt | 2008-05-23 | 4 | -4/+343 |
* | ftrace: add tracing of context switches | Steven Rostedt | 2008-05-23 | 3 | -0/+128 |
* | ftrace: function tracer | Steven Rostedt | 2008-05-23 | 3 | -0/+87 |
* | ftrace: latency tracer infrastructure | Steven Rostedt | 2008-05-23 | 5 | -0/+1739 |
* | ftrace: add basic support for gcc profiler instrumentation | Arnaldo Carvalho de Melo | 2008-05-23 | 10 | -0/+256 |
* | ftrace: annotate core code that should not be traced | Arnaldo Carvalho de Melo | 2008-05-23 | 1 | -1/+1 |
* | x86: add notrace annotations to vsyscall. | Steven Rostedt | 2008-05-23 | 4 | -10/+14 |