aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ftrace: fix comm on function trace outputSteven Rostedt2008-05-234-3/+15
* ftrace: comment codeSteven Rostedt2008-05-232-1/+141
* ftrace: modulize the number of CPU buffersSteven Rostedt2008-05-231-14/+24
* ftrace: replace simple_strtoul with strict_strtoulSteven Rostedt2008-05-231-6/+22
* ftrace: simple clean upsSteven Rostedt2008-05-231-13/+12
* ftrace: cleanupsIngo Molnar2008-05-231-6/+5
* ftrace: simplify hexprintThomas Gleixner2008-05-231-18/+5
* ftrace: trace_entries to dynamically change trace buffer sizeSteven Rostedt2008-05-231-8/+137
* ftrace: user proper API for setting RT prios in selftestSteven Rostedt2008-05-231-3/+3
* ftrace: trace_pipe implement NONBLOCKSteven Rostedt2008-05-231-0/+4
* ftrace: return EOF in trace_pipe on change of tracerSteven Rostedt2008-05-231-0/+3
* ftrace: restore iterator trace in pipe readSteven Rostedt2008-05-231-1/+4
* ftrace: allow trace_pipe to block on all readsSteven Rostedt2008-05-231-2/+0
* ftrace: fix conversion of task state to char in latency tracerAnkita Garg2008-05-231-2/+3
* ftrace: move enums to ftrace.h and make helper function globalThomas Gleixner2008-05-232-16/+23
* ftrace: selftest protect againt max flipSteven Rostedt2008-05-231-3/+7
* ftrace: fix mutex unlock in trace outputSteven Rostedt2008-05-231-1/+3
* ftrace: add UNINTERRUPTIBLE state for kftraced on disableSteven Rostedt2008-05-231-4/+2
* ftrace: restrict tracing to HAVE_FTRACE architecturesIngo Molnar2008-05-231-0/+4
* ftrace: user raw_spin_lock in tracingSteven Rostedt2008-05-232-22/+31
* ftrace: irqsoff use raw_smp_processor_idSteven Rostedt2008-05-231-9/+10
* ftrace: remove add-hoc codeIngo Molnar2008-05-231-8/+2
* ftrace: fix dynamic ftrace selftestSteven Rostedt2008-05-234-6/+13
* ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validationSteven Rostedt2008-05-231-1/+3
* ftrace: printk and trace irqsoff and wakeupsSteven Rostedt2008-05-232-25/+14
* ftrace: remove wakeup from function traceSteven Rostedt2008-05-231-2/+0
* ftrace: make it more available in the KconfigIngo Molnar2008-05-231-3/+1
* ftrace: trace next statePeter Zijlstra2008-05-232-10/+26
* ftrace: sched specialIngo Molnar2008-05-232-3/+27
* ftrace: include cpu in stacktraceIngo Molnar2008-05-231-15/+11
* ftrace: iter ctrl fixIngo Molnar2008-05-231-0/+5
* ftrace: fix cmdline tracingIngo Molnar2008-05-231-4/+4
* ftrace: make use of tracing_cpumaskIngo Molnar2008-05-231-31/+64
* ftrace: add tracing_cpumaskIngo Molnar2008-05-231-8/+70
* ftrace: trace scheduler rbtreeIngo Molnar2008-05-233-2/+6
* ftrace: fix __trace_special()Ingo Molnar2008-05-231-4/+0
* ftrace: fix wakeupsIngo Molnar2008-05-231-4/+11
* ftrace: sched tracer, trace full rbtreeIngo Molnar2008-05-233-40/+53
* ftrace: make nostacktrace the defaultIngo Molnar2008-05-231-1/+1
* ftrace: sched tracer fixIngo Molnar2008-05-231-10/+3
* ftrace: add stack tracingIngo Molnar2008-05-233-18/+97
* ftrace: add wakeup events to sched tracerIngo Molnar2008-05-235-5/+88
* ftrace: remove notraceIngo Molnar2008-05-238-130/+130
* ftrace: disable -pg for the tracer itselfIngo Molnar2008-05-231-0/+8
* ftrace: remove address of function namesSteven Rostedt2008-05-231-2/+2
* ftrace: cleanupsIngo Molnar2008-05-233-4/+5
* ftrace: add trace_function api for other tracers to useSteven Rostedt2008-05-234-11/+17
* ftrace: allow the event pipe to be polledSoeren Sandmann Pedersen2008-05-231-1/+38
* ftrace: build fixIngo Molnar2008-05-231-0/+6
* ftrace: introduce the "hex" output methodIngo Molnar2008-05-231-1/+92