summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-05-121-4/+7
|\
| * trace: thermal: add another parameter 'power' to the tracing functionLukasz Luba2017-05-051-4/+7
* | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-2/+185
|\ \
| * | btrfs: qgroup: Add trace point for qgroup reserved spaceQu Wenruo2017-04-181-0/+44
| * | Btrfs: add file item tracepointsLiu Bo2017-04-181-0/+139
| * | btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * | btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| |/
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-1/+0
|\ \
| * | iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-1/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-0/+130
|\ \
| * | dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-081-0/+30
| * | dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-081-0/+24
| * | dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-081-0/+32
| * | dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-081-0/+1
| * | dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-081-0/+2
| * | dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-081-0/+41
* | | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-081-21/+41
|\ \ \
| * | | f2fs: enhance scalability of trace macroChao Yu2017-05-031-16/+14
| * | | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-031-1/+3
| * | | f2fs: trace __submit_discard_cmdChao Yu2017-04-191-1/+15
| * | | f2fs: add missing INMEM_REVOKE trace enum definitionChao Yu2017-03-211-0/+1
| * | | f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-03-211-4/+7
| * | | f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-211-0/+2
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-0/+74
|\ \ \ | |_|/ |/| |
| * | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+74
| |/
* | Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-051-0/+1
|\ \
| * | [media] v4l: Add metadata buffer type and formatLaurent Pinchart2017-04-141-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-022-3/+108
|\ \
| * | bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-3/+7
| * | rxrpc: Trace client call connectionDavid Howells2017-04-061-0/+26
| * | rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+27
| * | rxrpc: Trace received abortsDavid Howells2017-04-061-0/+24
| * | rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-0/+24
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-14/+14
|\ \
| * | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-14/+14
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-7/+9
|\ \
| * | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-7/+9
| |/
* | block: remove the errors field from struct requestChristoph Hellwig2017-04-201-10/+7
* | blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-201-34/+10
|/
* Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-071-0/+1
|\
| * tracing: Add #undef to fix compile errorRik van Riel2017-03-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-0/+2
|\ \
| * | rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+2
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | | Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-56/+95
|\ \ \ | |/ / |/| |
| * | f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-0/+7
| * | f2fs: trace victim's cost selectecd by f2fs_gcJaegeuk Kim2017-02-231-2/+6
| * | f2fs: show actual device info in tracepointsJaegeuk Kim2017-02-231-23/+26
| * | f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-02-231-0/+1
| * | f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-15/+30
OpenPOWER on IntegriCloud