aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)Author
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds
2011-01-14tracing: Only process module tracepoints onceSteven Rostedt
2011-01-13mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman
2011-01-13mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman
2011-01-13mm: compaction: add trace events for memory compaction activityMel Gorman
2011-01-13writeback: trace wakeup event for background writebackWu Fengguang
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-01-12regulator: Add basic trace facilitiesMark Brown
2011-01-12KVM: cleanup async_pf tracepointsXiao Guangrong
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong
2011-01-12KVM: x86: trace "exit to userspace" eventGleb Natapov
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov
2011-01-07tracing: remove duplicate null-pointer check in skb tracepointMathieu Desnoyers
2011-01-07tracing: Include module.h in define_trace.hSteven Rostedt
2011-01-07block: trace event block fix unassigned fieldJeff Moyer
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger
2010-12-06ASoC: Add trace events for jack detectionMark Brown
2010-12-03tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt
2010-11-19Merge branch 'next-samsung-asoc' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker
2010-11-18tracing: Allow raw syscall trace events for non privileged usersFrederic Weisbecker
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer
2010-11-11ASoC: Add DAPM trace eventsMark Brown
2010-11-11ASoC: Add trace events for ASoC register read/writeMark Brown
2010-11-08ext4: Add new ext4 inode tracepointsTheodore Ts'o
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o
2010-10-27ext4,jbd2: convert tracepoints to use major/minor numbersTheodore Ts'o
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-27ext4: don't use ext4_allocation_contexts for tracingEric Sandeen
2010-10-27ext4: fix oops in trace_ext4_mb_release_group_paEric Sandeen
2010-10-27ext4: avoid null dereference in trace_ext4_mballoc_discardWen Congyang
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro
2010-10-26writeback: account for time spent congestion_waitedMel Gorman
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingMel Gorman
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner
2010-10-05workqueue: add queue_work and activate_work trace pointsTejun Heo