aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-1/+94
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-15mmc: core: Fix tracepoint print of blk_addr and blkszAdrian Hunter1-2/+2
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
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov1-1/+0
2018-01-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-6/+4
2018-01-18Merge branch 'pm-cpufreq-thermal' into pm-cpufreqRafael J. Wysocki1-6/+4
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner1-1/+5
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner1-5/+8
2018-01-16tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into accountAnna-Maria Gleixner1-4/+16
2018-01-08net: tracepoint: exposing sk_faimily in tracepoint inet_sock_set_stateYafang Shao1-2/+13
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-55/+20
2018-01-02f2fs: recover directory operations by fsyncJaegeuk Kim1-1/+2
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu2-38/+45
2018-01-02net: sctp: Add SCTP ACK tracking trace eventMasami Hiramatsu1-0/+99
2018-01-02net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu1-0/+97
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman4-68/+51
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-62/+39