aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+504
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+45
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+77
2011-07-22Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+45
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner1-0/+77
2011-07-18xen/trace: use class for multicall traceJeremy Fitzhardinge1-13/+7
2011-07-18xen/trace: convert mmu events to use DECLARE_EVENT_CLASS()/DEFINE_EVENT()Jeremy Fitzhardinge1-47/+23
2011-07-18xen/trace: add tlb flush tracepointsJeremy Fitzhardinge1-0/+48
2011-07-18xen/trace: add segment desc tracingJeremy Fitzhardinge1-0/+75
2011-07-18xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge1-0/+24
2011-07-18xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge1-0/+33
2011-07-18xen/trace: add mmu tracepointsJeremy Fitzhardinge1-0/+223
2011-07-18xen/trace: add multicall tracingJeremy Fitzhardinge1-0/+118
2011-07-18trace/xen: add skeleton for Xen trace eventsJeremy Fitzhardinge1-0/+13
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-103/+76
2011-07-05ASoC: core - Add platform IO tracingLiam Girdwood1-0/+45
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+68
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+32
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-103/+76
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2011-06-15vmscan: implement swap token priority agingKOSAKI Motohiro1-7/+13
2011-06-15vmscan: implement swap token traceKOSAKI Motohiro1-0/+77
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-1/+2
2011-06-06ext4: fixed tracepoints cleanupLukas Czerner1-103/+76
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+7
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-5/+7
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+15
2011-05-26Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+56
2011-05-25tracing: Update btrfs's tracepoints to use u64 interfaceliubo1-2/+2
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo1-0/+13
2011-05-20gpio: add trace events for setting direction and valueUwe Kleine-König1-0/+56
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2011-05-11mm: tracing: add missing GFP flags to tracingMel Gorman1-1/+5
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney1-2/+1
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+7
2011-04-12block: fixup block IO unplug trace callJens Axboe1-5/+6
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe1-14/+0
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+667
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+667
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-244/+609
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang2-244/+609
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+25
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-4/+24
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-61/+0
2011-03-16Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+25
2011-03-14[SCSI] Include protection operation in SCSI command traceMartin K. Petersen1-4/+24
2011-03-10tracing: Fix event alignment: skb:kfree_skbDavid Sharp1-2/+2
2011-03-10tracing: Fix event alignment: mce:mce_recordDavid Sharp1-4/+4
2011-03-10tracing: Fix event alignment: module:module_requestDavid Sharp1-3/+2
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-3/+3