summaryrefslogtreecommitdiff
path: root/include/trace/events
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond 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
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-60/+37
2017-12-27tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau1-60/+37
2017-12-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-2/+5
2017-12-15Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2017-12-06clk: fix a panic error caused by accessing NULL pointerCai Li1-2/+2
2017-12-04tracing: always define trace_{irq,preempt}_{enable_disable}Arnd Bergmann1-4/+7
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2017-11-30trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter listXie XiuQi1-0/+1
2017-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-23/+63
2017-11-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-0/+2
2017-11-24rxrpc: Add keepalive for a callDavid Howells1-0/+6
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-2/+9
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-22/+47
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+10
2017-11-18Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-56/+97
2017-11-18Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-24/+55
2017-11-18sunrpc: Add rpc_request static trace pointChuck Lever1-0/+30
2017-11-18SUNRPC: Fix parsing failure in trace points with XIDsChuck Lever1-24/+25
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+110
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+293
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+4
2017-11-16mm: remove __GFP_COLDMel Gorman1-1/+0
2017-11-16mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-7/+4
2017-11-16kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-1/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-7/+385
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-8/+33
2017-11-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+201
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-0/+30