Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | ftrace: trace_entries to dynamically change trace buffer size | Steven Rostedt | 2008-05-23 | 1 | -8/+137 |
* | 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 | 1 | -16/+8 |
* | ftrace: fix mutex unlock in trace output | Steven Rostedt | 2008-05-23 | 1 | -1/+3 |
* | ftrace: user raw_spin_lock in tracing | Steven Rostedt | 2008-05-23 | 1 | -21/+30 |
* | ftrace: remove wakeup from function trace | Steven Rostedt | 2008-05-23 | 1 | -2/+0 |
* | ftrace: trace next state | Peter Zijlstra | 2008-05-23 | 1 | -10/+25 |
* | ftrace: sched special | Ingo Molnar | 2008-05-23 | 1 | -3/+3 |
* | 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: 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 | 1 | -0/+1 |
* | ftrace: fix __trace_special() | Ingo Molnar | 2008-05-23 | 1 | -4/+0 |
* | ftrace: fix wakeups | Ingo Molnar | 2008-05-23 | 1 | -4/+11 |
* | ftrace: sched tracer, trace full rbtree | Ingo Molnar | 2008-05-23 | 1 | -32/+23 |
* | ftrace: make nostacktrace the default | Ingo Molnar | 2008-05-23 | 1 | -1/+1 |
* | ftrace: add stack tracing | Ingo Molnar | 2008-05-23 | 1 | -18/+85 |
* | ftrace: add wakeup events to sched tracer | Ingo Molnar | 2008-05-23 | 1 | -4/+38 |
* | ftrace: remove notrace | Ingo Molnar | 2008-05-23 | 1 | -47/+47 |
* | ftrace: add trace_function api for other tracers to use | Steven Rostedt | 2008-05-23 | 1 | -4/+4 |
* | ftrace: allow the event pipe to be polled | Soeren Sandmann Pedersen | 2008-05-23 | 1 | -1/+38 |
* | ftrace: build fix | Ingo Molnar | 2008-05-23 | 1 | -0/+6 |
* | ftrace: introduce the "hex" output method | Ingo Molnar | 2008-05-23 | 1 | -1/+92 |
* | ftrace: build fix | Ingo Molnar | 2008-05-23 | 1 | -45/+66 |
* | 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: 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 | 1 | -0/+44 |
* | 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 | 1 | -35/+5 |
* | ftrace: fast, scalable, synchronized timestamps | Ingo Molnar | 2008-05-23 | 1 | -1/+53 |
* | ftrace: timestamp syncing, prepare | Ingo Molnar | 2008-05-23 | 1 | -1/+6 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 1 | -37/+35 |
* | ftrace: fix locking | Ingo Molnar | 2008-05-23 | 1 | -5/+3 |
* | ftrace: user run time file reading | Steven Rostedt | 2008-05-23 | 1 | -46/+307 |
* | ftrace: add a buffer for output | Steven Rostedt | 2008-05-23 | 1 | -68/+134 |
* | ftrace: change buffers to producer consumer | Steven Rostedt | 2008-05-23 | 1 | -42/+61 |
* | ftrace: reset selftests | Steven Rostedt | 2008-05-23 | 1 | -0/+7 |
* | ftrace: fix time offset | Ingo Molnar | 2008-05-23 | 1 | -20/+55 |