| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' into upstream-merge | Theodore Ts'o | 2010-10-27 | 2 | -179/+278 |
|\ |
|
| * | ext4,jbd2: convert tracepoints to use major/minor numbers | Theodore Ts'o | 2010-10-27 | 2 | -156/+251 |
| * | ext4: don't use ext4_allocation_contexts for tracing | Eric Sandeen | 2010-10-27 | 1 | -22/+29 |
| * | ext4: fix oops in trace_ext4_mb_release_group_pa | Eric Sandeen | 2010-10-27 | 1 | -3/+0 |
| * | ext4: avoid null dereference in trace_ext4_mballoc_discard | Wen Congyang | 2010-10-27 | 1 | -2/+3 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-27 | 1 | -34/+20 |
|\ \ |
|
| * \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-10-23 | 1 | -34/+20 |
| |\ \ |
|
| | * | | tracing: Cleanup the convoluted softirq tracepoints | Thomas Gleixner | 2010-10-21 | 1 | -34/+20 |
* | | | | writeback: do not sleep on the congestion queue if there are no congested BDI... | Mel Gorman | 2010-10-26 | 1 | -0/+7 |
* | | | | vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim | KOSAKI Motohiro | 2010-10-26 | 1 | -3/+3 |
* | | | | writeback: account for time spent congestion_waited | Mel Gorman | 2010-10-26 | 1 | -0/+28 |
* | | | | tracing, vmscan: add trace events for LRU list shrinking | Mel Gorman | 2010-10-26 | 1 | -0/+42 |
* | | | | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 2010-10-26 | 2 | -5/+5 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-10-22 | 1 | -9/+68 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | workqueue: add queue_work and activate_work trace points | Tejun Heo | 2010-10-05 | 1 | -0/+53 |
| * | | | workqueue: prepare for more tracepoints | Tejun Heo | 2010-10-05 | 1 | -13/+19 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -0/+29 |
|\ \ \
| |_|/
|/| | |
|
| * | | tracing/sched: Add sched_pi_setprio tracepoint | Steven Rostedt | 2010-09-21 | 1 | -0/+29 |
| |/ |
|
* | | tracing, perf: Add more power related events | Jean Pihet | 2010-09-17 | 1 | -3/+87 |
* | | skb: Add tracepoints to freeing skb | Koki Sanagi | 2010-09-07 | 1 | -0/+17 |
* | | netdev: Add tracepoints to netdev layer | Koki Sanagi | 2010-09-07 | 1 | -0/+82 |
* | | napi: Convert trace_napi_poll to TRACE_EVENT | Neil Horman | 2010-09-07 | 1 | -2/+23 |
* | | irq: Add tracepoint to softirq_raise | Lai Jiangshan | 2010-09-07 | 1 | -2/+24 |
|/ |
|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-24 | 1 | -2/+6 |
|\ |
|
| * | tracing: Fix timer tracing | Arjan van de Ven | 2010-08-19 | 1 | -2/+6 |
* | | workqueue: Add basic tracepoints to track workqueue execution | Arjan van de Ven | 2010-08-21 | 1 | -0/+62 |
|/ |
|
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 2 | -5/+169 |
|\ |
|
| * | writeback: add new tracepoints | Artem Bityutskiy | 2010-08-07 | 1 | -0/+2 |
| * | writeback.h: needs linux/device.h | Randy Dunlap | 2010-08-07 | 1 | -0/+1 |
| * | writeback: Add tracing to write_cache_pages | Dave Chinner | 2010-08-07 | 1 | -0/+1 |
| * | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 2010-08-07 | 1 | -0/+64 |
| * | writeback: Initial tracing support | Dave Chinner | 2010-08-07 | 1 | -0/+91 |
| * | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -5/+10 |
* | | memcg: add mm_vmscan_memcg_isolate tracepoint | KOSAKI Motohiro | 2010-08-09 | 1 | -0/+15 |
* | | vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT | KOSAKI Motohiro | 2010-08-09 | 1 | -1/+16 |
* | | memcg, vmscan: add memcg reclaim tracepoint | KOSAKI Motohiro | 2010-08-09 | 1 | -0/+28 |
* | | vmscan: convert direct reclaim tracepoint to DEFINE_TRACE | KOSAKI Motohiro | 2010-08-09 | 1 | -2/+17 |
* | | vmscan: tracing: add trace event when a page is written | Mel Gorman | 2010-08-09 | 1 | -0/+41 |
* | | vmscan: tracing: add trace events for LRU page isolation | Mel Gorman | 2010-08-09 | 1 | -0/+46 |
* | | vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim | Mel Gorman | 2010-08-09 | 3 | -37/+153 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 | Linus Torvalds | 2010-08-07 | 1 | -8/+12 |
|\ \ |
|
| * | | ext4: fix potential NULL dereference while tracing | Theodore Ts'o | 2010-07-27 | 1 | -8/+12 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 | 1 | -92/+0 |
|\ \ |
|
| * | | workqueue: temporarily remove workqueue tracing | Tejun Heo | 2010-06-29 | 1 | -92/+0 |
| |/ |
|
* | | tracing: Drop cpparg() macro | Frederic Weisbecker | 2010-08-02 | 1 | -5/+2 |
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-07-23 | 1 | -9/+3 |
|\ \ |
|
| * | | tracing: Reduce latency and remove percpu trace_seq | Lai Jiangshan | 2010-07-20 | 1 | -9/+3 |
* | | | x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent | Thomas Renninger | 2010-07-22 | 1 | -12/+15 |
|/ / |
|
* | | tracing: Use class->reg() for all registering of events | Steven Rostedt | 2010-06-28 | 1 | -0/+2 |
* | | tracing: Convert more sched events to DEFINE_EVENT | Li Zefan | 2010-06-28 | 1 | -25/+7 |