| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | tracing/ftrace: factorize the tracing files creation | Frederic Weisbecker | 2009-04-07 | 8 | -151/+86 | |
| | * | | | | | | | tracing: use macros to denote usec and nsec per second | Li Zefan | 2009-04-07 | 2 | -4/+7 | |
| | * | | | | | | | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 2009-04-07 | 7 | -12/+33 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-04-07 | 17 | -424/+1408 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | | tracing: add average time in function to function profiler | Steven Rostedt | 2009-03-25 | 1 | -7/+14 | |
| | * | | | | | | | | tracing: remove on the fly allocator from function profiler | Steven Rostedt | 2009-03-25 | 1 | -33/+43 | |
| | * | | | | | | | | tracing: clean up tracing profiler | Steven Rostedt | 2009-03-25 | 1 | -13/+15 | |
| | * | | | | | | | | function-graph: add option to calculate graph time or not | Steven Rostedt | 2009-03-24 | 4 | -6/+28 | |
| | * | | | | | | | | tracing: make the function profiler per cpu | Steven Rostedt | 2009-03-24 | 1 | -69/+130 | |
| | * | | | | | | | | tracing: adding function timings to function profiler | Steven Rostedt | 2009-03-24 | 6 | -19/+117 | |
| | * | | | | | | | | tracing: move function profiler data out of function struct | Steven Rostedt | 2009-03-24 | 2 | -187/+263 | |
| | * | | | | | | | | tracing: add function profiler | Steven Rostedt | 2009-03-24 | 2 | -2/+330 | |
| | * | | | | | | | | tracing: add handler to trace_stat | Steven Rostedt | 2009-03-24 | 4 | -5/+5 | |
| * | | | | | | | | | tracing: Append prompt in /debug/tracing/README file | GeunSik Lim | 2009-05-15 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | | tracing: fix ref count in splice pages | Steven Rostedt | 2009-04-29 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | tracing: Fix branch tracer header | Zhaolei | 2009-04-14 | 1 | -0/+8 | |
| * | | | | | | | tracing: Fix power tracer header | Zhaolei | 2009-04-13 | 1 | -0/+7 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | tracing/filters: return proper error code when writing filter file | Li Zefan | 2009-04-12 | 2 | -6/+8 | |
| * | | | | | | tracing/filters: allow user input integer to be oct or hex | Li Zefan | 2009-04-12 | 1 | -2/+3 | |
| * | | | | | | tracing/filters: fix NULL pointer dereference | Li Zefan | 2009-04-12 | 1 | -0/+5 | |
| * | | | | | | tracing/filters: NIL-terminate user input filter | Li Zefan | 2009-04-12 | 1 | -0/+2 | |
| * | | | | | | ftrace: Output REC->var instead of __entry->var for trace format | Zhaolei | 2009-04-10 | 1 | -2/+2 | |
| * | | | | | | tracing: fix document references | Li Zefan | 2009-04-10 | 1 | -2/+2 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | tracing: fix splice return too large | Lai Jiangshan | 2009-04-10 | 1 | -2/+14 | |
| * | | | | | tracing: update file->f_pos when splice(2) it | Lai Jiangshan | 2009-04-10 | 1 | -7/+1 | |
| * | | | | | tracing: allocate page when needed | Lai Jiangshan | 2009-04-10 | 1 | -8/+8 | |
| * | | | | | tracing: disable seeking for trace_pipe_raw | Lai Jiangshan | 2009-04-10 | 1 | -1/+1 | |
| * | | | | | blktrace: pass the right pointer to kfree() | Li Zefan | 2009-04-09 | 1 | -5/+5 | |
| * | | | | | tracing/syscalls: use a dedicated file header | Frederic Weisbecker | 2009-04-09 | 1 | -1/+1 | |
| * | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-07 | 7 | -12/+33 | |
| |\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| | * | | | ftrace: Correct a text align for event format output | Zhaolei | 2009-04-07 | 1 | -1/+1 | |
| | * | | | Update /debug/tracing/README | Nikanth Karthikesan | 2009-04-07 | 1 | -2/+2 | |
| | * | | | tracing/ftrace: alloc the started cpumask for the trace file | Frederic Weisbecker | 2009-04-07 | 1 | -1/+12 | |
| | * | | | ftrace: Add check of sched_stopped for probe_sched_wakeup | Zhaolei | 2009-04-07 | 1 | -0/+3 | |
| | * | | | tracing/ftrace: fix missing include string.h | Frederic Weisbecker | 2009-04-07 | 1 | -0/+1 | |
| | * | | | tracing: fix incorrect return type of ns2usecs() | Lai Jiangshan | 2009-04-07 | 3 | -4/+3 | |
| | * | | | tracing: remove CALLER_ADDR2 from wakeup tracer | Steven Rostedt | 2009-04-07 | 1 | -1/+7 | |
| | * | | | Merge branch 'tracing/blktrace-fixes' into tracing/urgent | Ingo Molnar | 2009-04-07 | 1 | -3/+4 | |
| | |\ \ \ | ||||||
| | | * | | | blktrace: fix pdu_len when tracing packet command requests | Li Zefan | 2009-04-03 | 1 | -1/+1 | |
| | | * | | | blktrace: small cleanup in blk_msg_write() | Li Zefan | 2009-04-03 | 1 | -1/+1 | |
| | | * | | | blktrace: NUL-terminate user space messages | Carl Henrik Lunde | 2009-04-03 | 1 | -2/+3 | |
| * | | | | | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-06 | 2 | -97/+228 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | kmemtrace: small cleanups | Ingo Molnar | 2009-04-03 | 1 | -61/+67 | |
| | * | | | | | kmemtrace: restore original tracing data binary format, improve ABI | Eduard - Gabriel Munteanu | 2009-04-03 | 1 | -24/+58 | |
| | * | | | | | kmemtrace: kmemtrace_alloc() must fill type_id | Eduard - Gabriel Munteanu | 2009-04-03 | 1 | -0/+1 | |
| | * | | | | | kmemtrace: use tracepoints | Eduard - Gabriel Munteanu | 2009-04-03 | 2 | -61/+151 | |
| * | | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 | 39 | -2492/+11202 | |
| |\| | | | | | ||||||
| | * | | | | | ring-buffer: do not remove reader page from list on ring buffer free | Steven Rostedt | 2009-04-01 | 1 | -1/+0 | |
| | * | | | | | function-graph: allow unregistering twice | Steven Rostedt | 2009-04-01 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | | \ \ \ | ||||||
| | *---. | | | | Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/... | Ingo Molnar | 2009-03-31 | 18 | -341/+1256 | |
| | |\ \ \| | | | ||||||

