summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | ftrace: trace next statePeter Zijlstra2008-05-232-10/+26
| | | * | | | | | | | | | | | ftrace: sched specialIngo Molnar2008-05-233-3/+30
| | | * | | | | | | | | | | | ftrace: sched tree fixIngo Molnar2008-05-231-14/+21
| | | * | | | | | | | | | | | 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-232-4/+29
| | | * | | | | | | | | | | | ftrace: trace curr/next tasksIngo Molnar2008-05-231-1/+12
| | | * | | | | | | | | | | | ftrace: sched tracer, trace full rbtreeIngo Molnar2008-05-234-43/+85
| | | * | | | | | | | | | | | ftrace: make nostacktrace the defaultIngo Molnar2008-05-231-1/+1
| | | * | | | | | | | | | | | ftrace: sched tracer fixIngo Molnar2008-05-232-11/+4
| | | * | | | | | | | | | | | 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
| | | * | | | | | | | | | | | ftrace: build fixIngo Molnar2008-05-232-46/+67
| | | * | | | | | | | | | | | ftrace: use cpu clock againIngo Molnar2008-05-231-53/+1
| | | * | | | | | | | | | | | ftrace: enabled tracing by defaultSteven Rostedt2008-05-231-1/+3
| | | * | | | | | | | | | | | ftrace: disable tracing on failureSteven Rostedt2008-05-232-9/+107
| | | * | | | | | | | | | | | ftrace - fix dynamic ftrace memory leakSteven Rostedt2008-05-231-3/+42
| | | * | | | | | | | | | | | ftrace: pipe fixesSteven Rostedt2008-05-231-8/+7
| | | * | | | | | | | | | | | ftrace, locking fixIngo Molnar2008-05-231-6/+9
| | | * | | | | | | | | | | | ftrace: add trace_special()Ingo Molnar2008-05-232-0/+59
| | | * | | | | | | | | | | | ftrace: bin-outputIngo Molnar2008-05-231-0/+50
| | | * | | | | | | | | | | | ftrace: add raw outputIngo Molnar2008-05-231-8/+55
| | | * | | | | | | | | | | | ftrace: clean-up-pipe-iterationIngo Molnar2008-05-231-15/+5
| | | * | | | | | | | | | | | ftrace: remove-idx-syncIngo Molnar2008-05-232-37/+5
| | | * | | | | | | | | | | | ftrace: fast, scalable, synchronized timestampsIngo Molnar2008-05-231-1/+53
| | | * | | | | | | | | | | | ftrace: timestamp syncing, prepareIngo Molnar2008-05-237-14/+16
| | | * | | | | | | | | | | | ftrace: cleanupsIngo Molnar2008-05-232-38/+39
| | | * | | | | | | | | | | | ftrace: fix lockingIngo Molnar2008-05-232-5/+4
| | | * | | | | | | | | | | | ftrace: user run time file readingSteven Rostedt2008-05-232-46/+309
| | | * | | | | | | | | | | | ftrace: add a buffer for outputSteven Rostedt2008-05-232-68/+140
| | | * | | | | | | | | | | | ftrace: change buffers to producer consumerSteven Rostedt2008-05-232-44/+65
| | | * | | | | | | | | | | | ftrace: reset selftestsSteven Rostedt2008-05-231-0/+7
| | | * | | | | | | | | | | | ftrace: disable all tracers on corrupted bufferSteven Rostedt2008-05-231-0/+2
| | | * | | | | | | | | | | | ftrace: fix time offsetIngo Molnar2008-05-232-21/+63
| | | * | | | | | | | | | | | ftrace: startup tester on dynamic tracing.Steven Rostedt2008-05-232-4/+128
| | | * | | | | | | | | | | | ftrace: add READMEIngo Molnar2008-05-231-1/+39
| | | * | | | | | | | | | | | ftrace: cleanupsIngo Molnar2008-05-236-102/+133
OpenPOWER on IntegriCloud