summaryrefslogtreecommitdiffstats
path: root/include/trace/events
Commit message (Expand)AuthorAgeFilesLines
* net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-061-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-141-0/+88
|\
| * powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2014-08-131-0/+88
* | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-9/+12
|\ \ | |/ |/|
| * bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-051-3/+3
| * bcache: bcache_write tracepoint was crashingSlava Pestov2014-08-051-6/+9
* | Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-101-0/+89
|\ \
| * | tracepoint: add generic tracepoint definitions for IPI tracingNicolas Pitre2014-08-081-0/+89
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-4/+4
|\ \
| * | KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-061-4/+4
| |/
* | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-072-9/+8Star
|\ \
| * | mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2014-08-071-9/+7Star
| * | mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock2014-08-071-0/+1
* | | Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-08-071-3/+3
|\ \ \ | |/ / |/| |
| * | ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen2014-06-211-3/+3
| |/
* | Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-08-051-0/+87
|\ \
| * | f2fs: add tracepoint for f2fs_direct_IOChao Yu2014-08-021-0/+63
| * | f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim2014-07-301-0/+24
| |/
* | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-051-0/+128
|\ \
| * | fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst2014-07-081-0/+128
| |/
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-051-77/+0Star
|\ \
| * | trace, AER: Move trace into unified interfaceChen, Gong2014-06-231-77/+0Star
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-051-0/+40
|\ \ | |/ |/|
| * x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-311-0/+40
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-131-0/+20
|\ \
| * | sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski2014-06-051-0/+20
* | | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-121-26/+58
|\ \ \
| * \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-121-26/+58
| |\ \ \
| | * | | PM / sleep: trace events for device PM callbacksTodd E Brandt2014-06-111-18/+42
| | * | | PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-17/+25
| | |/ /
* | | | Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-06-101-2/+144
|\ \ \ \
| * | | | f2fs: add a tracepoint for f2fs_read_data_pageChao Yu2014-05-071-2/+13
| * | | | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pagesChao Yu2014-05-071-0/+64
| * | | | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pageChao Yu2014-05-071-0/+7
| * | | | f2fs: add a tracepoint for f2fs_write_endChao Yu2014-05-071-0/+30
| * | | | f2fs: add a tracepoint for f2fs_write_beginChao Yu2014-05-071-0/+30
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-5/+4Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-211-4/+4
| * | | | ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner2014-04-211-1/+0Star
* | | | | mm/compaction: do not count migratepages when unnecessaryVlastimil Babka2014-06-051-4/+21
* | | | | mm: shrinker: add nid to tracepoint outputDave Hansen2014-06-051-4/+11
* | | | | mm: shrinker trace points: fix negativesDave Hansen2014-06-051-3/+3
* | | | | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-051-1/+0Star
* | | | | Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-041-92/+0Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2014-05-221-92/+0Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ASoC: Remove ASoC level IO tracingLars-Peter Clausen2014-04-221-92/+0Star
* | | | | locks: add some tracepoints in the lease handling codeJeff Layton2014-06-021-0/+96
|/ / / /
* | | | Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | trace: module: Maintain a valid user countRomain Izard2014-05-081-1/+1
| |/ /
* | / Fix: tracing: use 'E' instead of 'X' for unsigned module tain flagMathieu Desnoyers2014-04-231-1/+1
| |/ |/|