| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2009-06-11 | 75 | -459/+2525 |
|\ |
|
| * | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 36 | -379/+2213 |
| |\ |
|
| | * | tracing: do not translate event helper macros in print format | Steven Rostedt | 2009-06-10 | 1 | -77/+81 |
| | * | tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCK | Li Zefan | 2009-06-10 | 1 | -2/+2 |
| | * | tracing: add trace_seq_vprint interface | Steven Rostedt | 2009-06-09 | 1 | -0/+2 |
| | * | tracing: fix the block trace points print size | Steven Rostedt | 2009-06-09 | 1 | -15/+30 |
| | * | tracing/events: convert block trace points to TRACE_EVENT() | Li Zefan | 2009-06-09 | 3 | -76/+496 |
| | * | ring-buffer: pass in lockdep class key for reader_lock | Peter Zijlstra | 2009-06-09 | 1 | -1/+13 |
| | * | Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2009-06-05 | 1 | -0/+2 |
| | |\ |
|
| | | * | tracing: fix multiple use of __print_flags and __print_symbolic | Steven Whitehouse | 2009-06-03 | 1 | -0/+2 |
| | * | | Merge branch 'tracing/ftrace' into tracing/core | Ingo Molnar | 2009-06-04 | 3 | -49/+103 |
| | |\| |
|
| | | * | tracing: make trace pipe recognize latency format flag | Steven Rostedt | 2009-06-02 | 1 | -1/+1 |
| | | * | tracing: remove redundant SOFTIRQ from softirq event traces | Steven Rostedt | 2009-06-02 | 1 | -12/+12 |
| | | * | tracing/events: introduce __dynamic_array() | Li Zefan | 2009-06-02 | 1 | -34/+88 |
| | | * | tracing/events: put TP_fast_assign into braces | Li Zefan | 2009-06-02 | 1 | -1/+1 |
| | | * | tracing/events: fix a typo in __string() format output | Li Zefan | 2009-06-02 | 1 | -2/+2 |
| | * | | ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro | Zhaolei | 2009-06-02 | 2 | -25/+100 |
| | |/ |
|
| | * | ftrace: don't convert function's local variable name in macro | Zhaolei | 2009-05-28 | 1 | -10/+10 |
| | * | tracing: convert irq events to use __print_symbolic | Steven Rostedt | 2009-05-26 | 1 | -6/+17 |
| | * | tracing: add __print_symbolic to trace events | Steven Rostedt | 2009-05-26 | 2 | -0/+11 |
| | * | tracing: add flag output for kmem events | Steven Rostedt | 2009-05-26 | 1 | -8/+45 |
| | * | tracing: add previous task state info to sched switch event | Steven Rostedt | 2009-05-26 | 1 | -1/+8 |
| | * | tracing: add __print_flags for events | Steven Rostedt | 2009-05-26 | 2 | -1/+26 |
| | * | tracing/events: change the type of __str_loc_item to unsigned short | Li Zefan | 2009-05-26 | 1 | -1/+1 |
| | * | Merge commit 'v2.6.30-rc6' into tracing/core | Ingo Molnar | 2009-05-18 | 18 | -25/+82 |
| | |\ |
|
| | * | | blktrace: from-sector redundant in trace_block_remap, cleanup | Li Zefan | 2009-05-11 | 1 | -2/+2 |
| | * | | tracing: add trace_set_clr_event to export event enabling function | Steven Rostedt | 2009-05-08 | 1 | -0/+2 |
| | * | | Merge branch 'tracing/hw-branch-tracing' into tracing/core | Ingo Molnar | 2009-05-07 | 3 | -22/+8 |
| | |\ \ |
|
| | | * | | x86, bts, mm: clean up buffer allocation | Markus Metzger | 2009-04-24 | 1 | -2/+4 |
| | | * | | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing | Ingo Molnar | 2009-04-24 | 440 | -28063/+2302 |
| | | |\ \ |
|
| | | * | | | mm, x86, ptrace, bts: defer branch trace stopping, remove dead code | Ingo Molnar | 2009-04-08 | 1 | -1/+0 |
| | | * | | | mm, x86, ptrace, bts: defer branch trace stopping, cleanup | Ingo Molnar | 2009-04-08 | 1 | -1/+0 |
| | | * | | | x86, ptrace: add bts context unconditionally | Markus Metzger | 2009-04-07 | 2 | -12/+0 |
| | | * | | | mm, x86, ptrace, bts: defer branch trace stopping | Markus Metzger | 2009-04-07 | 2 | -8/+4 |
| | | * | | | sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h | Markus Metzger | 2009-04-07 | 1 | -0/+2 |
| | * | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-05-07 | 193 | -9853/+793 |
| | |\ \ \ \ |
|
| | * | | | | | blktrace: from-sector redundant in trace_block_remap | Alan D. Brunelle | 2009-05-06 | 1 | -2/+2 |
| | * | | | | | blktrace: correct remap names | Alan D. Brunelle | 2009-05-06 | 2 | -4/+4 |
| | * | | | | | tracepoint: trace_sched_migrate_task(): remove parameter | Mathieu Desnoyers | 2009-05-06 | 1 | -3/+3 |
| | * | | | | | tracing/events: fix memory leak when unloading module | Li Zefan | 2009-05-06 | 1 | -0/+1 |
| | * | | | | | ring-buffer: add counters for commit overrun and nmi dropped entries | Steven Rostedt | 2009-05-05 | 1 | -0/+2 |
| | * | | | | | tracing: add irq tracepoint documentation | Jason Baron | 2009-05-01 | 1 | -4/+42 |
| | * | | | | | tracing/filters: a better event parser | Tom Zanussi | 2009-04-29 | 1 | -1/+1 |
| | * | | | | | tracing/filters: distinguish between signed and unsigned fields | Tom Zanussi | 2009-04-29 | 2 | -11/+12 |
| | * | | | | | tracing/filters: move preds into event_filter object | Tom Zanussi | 2009-04-29 | 1 | -2/+2 |
| | * | | | | | tracing: x86, mmiotrace: only register for die notifier when tracer active | Stuart Bennett | 2009-04-29 | 1 | -0/+2 |
| | * | | | | | tracing/events: reuse trace event ids after overflow | Steven Rostedt | 2009-04-25 | 1 | -0/+1 |
| | * | | | | | tracing: remove deprecated TRACE_FORMAT | Steven Rostedt | 2009-04-24 | 3 | -75/+0 |
| | * | | | | | tracing/irq: convert irq traces to use TRACE_EVENT macro | Steven Rostedt | 2009-04-24 | 1 | -9/+48 |
| | * | | | | | tracing/lockdep: convert lockdep to use TRACE_EVENT macro | Steven Rostedt | 2009-04-24 | 1 | -10/+46 |