aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Gravatar Mike Snitzer 1-3/+3
2010-11-11ASoC: Add DAPM trace eventsGravatar Mark Brown 1-0/+112
2010-11-11ASoC: Add trace events for ASoC register read/writeGravatar Mark Brown 1-0/+64
2010-11-08ext4: Add new ext4 inode tracepointsGravatar Theodore Ts'o 1-0/+97
2010-10-27Merge branch 'next' into upstream-mergeGravatar Theodore Ts'o 2-179/+278
2010-10-27ext4,jbd2: convert tracepoints to use major/minor numbersGravatar Theodore Ts'o 2-156/+251
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-34/+20
2010-10-27ext4: don't use ext4_allocation_contexts for tracingGravatar Eric Sandeen 1-22/+29
2010-10-27ext4: fix oops in trace_ext4_mb_release_group_paGravatar Eric Sandeen 1-3/+0
2010-10-27ext4: avoid null dereference in trace_ext4_mballoc_discardGravatar Wen Congyang 1-2/+3
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 1-0/+7
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimGravatar KOSAKI Motohiro 1-3/+3
2010-10-26writeback: account for time spent congestion_waitedGravatar Mel Gorman 1-0/+28
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingGravatar Mel Gorman 1-0/+42
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 2-5/+5
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Gravatar Ingo Molnar 1-34/+20
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-9/+68
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+29
2010-10-21tracing: Cleanup the convoluted softirq tracepointsGravatar Thomas Gleixner 1-34/+20
2010-10-05workqueue: add queue_work and activate_work trace pointsGravatar Tejun Heo 1-0/+53
2010-10-05workqueue: prepare for more tracepointsGravatar Tejun Heo 1-13/+19
2010-09-21tracing/sched: Add sched_pi_setprio tracepointGravatar Steven Rostedt 1-0/+29
2010-09-17tracing, perf: Add more power related eventsGravatar Jean Pihet 1-3/+87
2010-09-07skb: Add tracepoints to freeing skbGravatar Koki Sanagi 1-0/+17
2010-09-07netdev: Add tracepoints to netdev layerGravatar Koki Sanagi 1-0/+82
2010-09-07napi: Convert trace_napi_poll to TRACE_EVENTGravatar Neil Horman 1-2/+23
2010-09-07irq: Add tracepoint to softirq_raiseGravatar Lai Jiangshan 1-2/+24
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+6
2010-08-21workqueue: Add basic tracepoints to track workqueue executionGravatar Arjan van de Ven 1-0/+62
2010-08-19tracing: Fix timer tracingGravatar Arjan van de Ven 1-2/+6
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-5/+169
2010-08-09memcg: add mm_vmscan_memcg_isolate tracepointGravatar KOSAKI Motohiro 1-0/+15
2010-08-09vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENTGravatar KOSAKI Motohiro 1-1/+16
2010-08-09memcg, vmscan: add memcg reclaim tracepointGravatar KOSAKI Motohiro 1-0/+28
2010-08-09vmscan: convert direct reclaim tracepoint to DEFINE_TRACEGravatar KOSAKI Motohiro 1-2/+17
2010-08-09vmscan: tracing: add trace event when a page is writtenGravatar Mel Gorman 1-0/+41
2010-08-09vmscan: tracing: add trace events for LRU page isolationGravatar Mel Gorman 1-0/+46
2010-08-09vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimGravatar Mel Gorman 3-37/+153
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Gravatar Linus Torvalds 1-8/+12
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-92/+0
2010-08-07writeback: add new tracepointsGravatar Artem Bityutskiy 1-0/+2
2010-08-07writeback.h: needs linux/device.hGravatar Randy Dunlap 1-0/+1
2010-08-07writeback: Add tracing to write_cache_pagesGravatar Dave Chinner 1-0/+1
2010-08-07writeback: Add tracing to balance_dirty_pagesGravatar Dave Chinner 1-0/+64
2010-08-07writeback: Initial tracing supportGravatar Dave Chinner 1-0/+91
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-5/+10
2010-08-02tracing: Drop cpparg() macroGravatar Frederic Weisbecker 1-5/+2
2010-07-27ext4: fix potential NULL dereference while tracingGravatar Theodore Ts'o 1-8/+12
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-9/+3
2010-07-22x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independentGravatar Thomas Renninger 1-12/+15