aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+28
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-30/+50
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-73/+73
2019-11-25Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-67/+64
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+8
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+358
2019-11-25writeback: fix -Wformat compilation warningsQian Cai1-24/+24
2019-11-20page_pool: Add API to update numa nodeSaeed Mahameed1-0/+22
2019-11-18page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer1-4/+9
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer1-3/+6
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-12/+12
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+8
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-3/+2
2019-11-18btrfs: tracepoints: constify all pointersDavid Sterba1-26/+26
2019-11-18btrfs: tracepoints: drop typecasts from printkDavid Sterba1-15/+13
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-3/+3
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon1-15/+4
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-3/+3
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-11-12writeback: use ino_t for inodes in tracepointsTejun Heo1-44/+44
2019-11-09tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe3-12/+13
2019-11-04io_uring: add completion trace eventJens Axboe1-9/+45
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-01io_uring: remove io_uring_add_to_prev() trace eventJens Axboe1-29/+0
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov1-6/+6
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-22/+28
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEADPaul E. McKenney2-22/+28
2019-10-30rcu: Update descriptions for rcu_future_grace_period tracepointPaul E. McKenney1-5/+5
2019-10-30rcu: Update descriptions for rcu_nocb_wake tracepointPaul E. McKenney1-14/+21
2019-10-30rcu: Remove obsolete descriptions for rcu_barrier tracepointPaul E. McKenney1-2/+0
2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe1-5/+7
2019-10-29io_uring: add set of tracing eventsDmitrii Dolgov1-0/+349
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-2/+3
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2019-10-22xdp: Fix type of string pointer in __XDP_ACT_SYM_TABBen Dooks (Codethink)1-1/+1
2019-10-17bpf: Add typecast to raw_tracepoints to help BTF generationAlexei Starovoitov1-1/+2
2019-10-17btrfs: tracepoints: Fix bad entry members of qgroup eventsQu Wenruo1-1/+2
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-1/+1
2019-10-07block: Fix writeback throttling W=1 compiler warningsBart Van Assche1-4/+8
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-3/+3
2019-10-05nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker1-1/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-10-04rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells1-1/+1
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+4
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsChangbin Du1-3/+4