| Commit message (Expand) | Author | Age |
* | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 2009-11-26 |
* | tracing: Restore original format of sched events | Li Zefan | 2009-11-26 |
* | tracing: Convert some ext4 events to DEFINE_TRACE | Li Zefan | 2009-11-26 |
* | tracing: Convert some jbd2 events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert some block events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert some power events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert some workqueue events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert softirq events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert some kmem events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | tracing: Convert module refcnt events to DEFINE_EVENT | Li Zefan | 2009-11-26 |
* | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 2009-11-26 |
* | tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT | Steven Rostedt | 2009-11-24 |
* | tracing: Create new DEFINE_EVENT_PRINT | Steven Rostedt | 2009-11-24 |
* | tracing: Create new TRACE_EVENT_TEMPLATE | Steven Rostedt | 2009-11-24 |
* | perf_events: Undo some recursion damage | Peter Zijlstra | 2009-11-23 |
* | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 2009-11-22 |
* | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-11-17 |
|\ |
|
| * | tracing: Rename 'lockdep' event subsystem into 'lock' | Frederic Weisbecker | 2009-11-13 |
* | | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 2009-11-08 |
* | | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 |
|\| |
|
| * | events: Harmonize event field names and print output names | Ingo Molnar | 2009-10-15 |
| * | Merge branch 'tracing/core' into perf/core | Ingo Molnar | 2009-10-15 |
| |\ |
|
| | * | tracing: Move syscalls metadata handling from arch to core | Frederic Weisbecker | 2009-10-14 |
| | * | Merge branch 'tracing/urgent' into tracing/core | Ingo Molnar | 2009-10-01 |
| | |\ |
|
| | * | | tracing/bkl: Add bkl ftrace events | Frederic Weisbecker | 2009-09-24 |
| * | | | Merge commit 'v2.6.32-rc4' into perf/core | Ingo Molnar | 2009-10-13 |
| |\ \ \ |
|
| * | | | | tracing/events: Add 'signed' field to format files | Tom Zanussi | 2009-10-06 |
* | | | | | Merge commit 'v2.6.32-rc5' into perf/probes | Ingo Molnar | 2009-10-17 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-04 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Add a tracepoint for block request remapping | Jun'ichi Nomura | 2009-10-01 |
| | |/ / |
|
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-09-30 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | ext4: Add a stub for mpage_da_data in the trace header | Josh Stone | 2009-09-30 |
| | * | | jbd2: Use tracepoints for history file | Theodore Ts'o | 2009-09-30 |
| | * | | ext4: Use tracepoints for mb_history trace file | Theodore Ts'o | 2009-09-30 |
| | * | | ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks | Theodore Ts'o | 2009-09-29 |
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-26 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | tracing/workqueue: Use %pf in workqueue trace events | Anton Blanchard | 2009-09-22 |
* | | | | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 2009-09-23 |
|\| | | |
|
| * | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-23 |
| |\ \ \ |
|
| | * | | | itimers: Add tracepoints for itimer | Xiao Guangrong | 2009-08-29 |
| | * | | | hrtimer: Add tracepoint for hrtimers | Xiao Guangrong | 2009-08-29 |
| | * | | | timers: Add tracepoints for timer_list timers | Xiao Guangrong | 2009-08-29 |
| * | | | | tracing, page-allocator: add trace event for page traffic related to the budd... | Mel Gorman | 2009-09-22 |
| * | | | | tracing, page-allocator: add trace events for anti-fragmentation falling back... | Mel Gorman | 2009-09-22 |
| * | | | | tracing, page-allocator: add trace events for page allocation and page freeing | Mel Gorman | 2009-09-22 |
| * | | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 |
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-21 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | tracing: Allocate the ftrace event profile buffer dynamically | Frederic Weisbecker | 2009-09-18 |
| | * | | | tracing: Factorize the events profile accounting | Frederic Weisbecker | 2009-09-18 |
| | | |/
| | |/| |
|