| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace: comment code | Steven Rostedt | 2008-05-23 | 2 | -1/+141 |
* | ftrace: modulize the number of CPU buffers | Steven Rostedt | 2008-05-23 | 1 | -14/+24 |
* | ftrace: replace simple_strtoul with strict_strtoul | Steven Rostedt | 2008-05-23 | 1 | -6/+22 |
* | ftrace: simple clean ups | Steven Rostedt | 2008-05-23 | 1 | -13/+12 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 1 | -6/+5 |
* | ftrace: simplify hexprint | Thomas Gleixner | 2008-05-23 | 1 | -18/+5 |
* | lockdep: update lockdep_recursion on graph_lock | Steven Rostedt | 2008-05-23 | 1 | -0/+3 |
* | ftrace: trace_entries to dynamically change trace buffer size | Steven Rostedt | 2008-05-23 | 1 | -8/+137 |
* | ftrace: user proper API for setting RT prios in selftest | Steven Rostedt | 2008-05-23 | 1 | -3/+3 |
* | ftrace: trace_pipe implement NONBLOCK | Steven Rostedt | 2008-05-23 | 1 | -0/+4 |
* | ftrace: return EOF in trace_pipe on change of tracer | Steven Rostedt | 2008-05-23 | 1 | -0/+3 |
* | ftrace: restore iterator trace in pipe read | Steven Rostedt | 2008-05-23 | 1 | -1/+4 |
* | ftrace: allow trace_pipe to block on all reads | Steven Rostedt | 2008-05-23 | 1 | -2/+0 |
* | ftrace: fix conversion of task state to char in latency tracer | Ankita Garg | 2008-05-23 | 1 | -2/+3 |
* | ftrace: move enums to ftrace.h and make helper function global | Thomas Gleixner | 2008-05-23 | 2 | -16/+23 |
* | x86: add a list for custom page fault handlers. | Pekka Paalanen | 2008-05-23 | 3 | -0/+73 |
* | ftrace: dont write protect kernel text | Steven Rostedt | 2008-05-23 | 2 | -2/+12 |
* | ftrace: fix the fault label in updating code | Steven Rostedt | 2008-05-23 | 1 | -2/+2 |
* | ftrace: selftest protect againt max flip | Steven Rostedt | 2008-05-23 | 1 | -3/+7 |
* | ftrace: fix mutex unlock in trace output | Steven Rostedt | 2008-05-23 | 1 | -1/+3 |
* | ftrace: add UNINTERRUPTIBLE state for kftraced on disable | Steven Rostedt | 2008-05-23 | 1 | -4/+2 |
* | ftrace: restrict tracing to HAVE_FTRACE architectures | Ingo Molnar | 2008-05-23 | 1 | -0/+4 |
* | ftrace: use Makefile to remove tracing from lockdep | Steven Rostedt | 2008-05-23 | 2 | -13/+21 |
* | ftrace: remove function tracing from spinlock debug | Steven Rostedt | 2008-05-23 | 1 | -1/+2 |
* | ftrace: user raw_spin_lock in tracing | Steven Rostedt | 2008-05-23 | 2 | -22/+31 |
* | ftrace: irqsoff use raw_smp_processor_id | Steven Rostedt | 2008-05-23 | 1 | -9/+10 |
* | ftrace: remove add-hoc code | Ingo Molnar | 2008-05-23 | 3 | -58/+2 |
* | ftrace: fix dynamic ftrace selftest | Steven Rostedt | 2008-05-23 | 4 | -6/+13 |
* | ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validation | Steven Rostedt | 2008-05-23 | 1 | -1/+3 |
* | ftrace: printk and trace irqsoff and wakeups | Steven Rostedt | 2008-05-23 | 2 | -25/+14 |
* | ftrace: remove wakeup from function trace | Steven Rostedt | 2008-05-23 | 1 | -2/+0 |
* | ftrace: make it more available in the Kconfig | Ingo Molnar | 2008-05-23 | 1 | -3/+1 |
* | ftrace: fix wakeup callback | Peter Zijlstra | 2008-05-23 | 1 | -1/+1 |
* | ftrace: trace next state | Peter Zijlstra | 2008-05-23 | 2 | -10/+26 |
* | ftrace: sched special | Ingo Molnar | 2008-05-23 | 4 | -3/+36 |
* | ftrace: sched tree fix | Ingo Molnar | 2008-05-23 | 1 | -14/+21 |
* | ftrace: include cpu in stacktrace | Ingo Molnar | 2008-05-23 | 1 | -15/+11 |
* | ftrace: iter ctrl fix | Ingo Molnar | 2008-05-23 | 1 | -0/+5 |
* | ftrace: fix cmdline tracing | Ingo Molnar | 2008-05-23 | 1 | -4/+4 |
* | ftrace: make use of tracing_cpumask | Ingo Molnar | 2008-05-23 | 1 | -31/+64 |
* | ftrace: add tracing_cpumask | Ingo Molnar | 2008-05-23 | 1 | -8/+70 |
* | ftrace: trace scheduler rbtree | Ingo Molnar | 2008-05-23 | 3 | -2/+6 |
* | ftrace: fix __trace_special() | Ingo Molnar | 2008-05-23 | 2 | -12/+12 |
* | ftrace: fix wakeups | Ingo Molnar | 2008-05-23 | 3 | -4/+31 |
* | ftrace: trace curr/next tasks | Ingo Molnar | 2008-05-23 | 1 | -1/+12 |
* | ftrace: sched tracer, trace full rbtree | Ingo Molnar | 2008-05-23 | 5 | -52/+108 |
* | ftrace: make nostacktrace the default | Ingo Molnar | 2008-05-23 | 1 | -1/+1 |
* | ftrace: sched tracer fix | Ingo Molnar | 2008-05-23 | 3 | -17/+4 |
* | ftrace: add stack tracing | Ingo Molnar | 2008-05-23 | 4 | -18/+99 |
* | ftrace: add wakeup events to sched tracer | Ingo Molnar | 2008-05-23 | 5 | -5/+88 |