aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+43
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-7/+101
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-113/+342
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-1/+94
2018-03-31btrfs: qgroup: Update trace events for metadata reservationQu Wenruo1-2/+53
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo1-2/+3
2018-03-31btrfs: qgroup: Update trace events to use new separate rsv typesQu Wenruo1-5/+12
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells1-0/+42
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells1-0/+43
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2-0/+93
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov1-1/+1
2018-03-27rxrpc: Trace call completionDavid Howells1-0/+33
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2-115/+109
2018-03-27rxrpc: Trace resendDavid Howells1-0/+24
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo1-0/+35
2018-03-15mmc: core: Fix tracepoint print of blk_addr and blkszAdrian Hunter1-2/+2
2018-03-11Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+4
2018-02-23Drop a bunch of metag referencesJames Hogan1-1/+1
2018-02-20rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney1-0/+1
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney1-0/+3
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o1-0/+43
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-1/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+66
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+10
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik1-13/+10
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-18/+322
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+2
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-4/+1027
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-55/+20
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+28
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+0
2018-01-23Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust3-2/+1025
2018-01-23SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington1-2/+2
2018-01-23sunrpc: Format RPC events consistently for displayChuck Lever1-2/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever1-0/+4
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever1-0/+67
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever1-0/+31
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever1-0/+68
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever1-0/+75
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever1-0/+57
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever1-0/+41
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever1-0/+93
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever1-0/+156
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever1-0/+162
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever1-0/+124
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever1-0/+16
2018-01-23rdma/ib: Add trace point macros to display human-readable valuesChuck Lever1-0/+129