aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06rxrpc: Trace client call connectionDavid Howells1-0/+26
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells1-0/+27
2017-04-06rxrpc: Trace received abortsDavid Howells1-0/+24
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-0/+24
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+1
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2017-03-03tracing: Add #undef to fix compile errorRik van Riel1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar1-1/+1
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-56/+95
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-0/+2
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+12
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang1-0/+7
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner1-1/+1
2017-02-23f2fs: trace victim's cost selectecd by f2fs_gcJaegeuk Kim1-2/+6
2017-02-23f2fs: show actual device info in tracepointsJaegeuk Kim1-23/+26
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim1-0/+1
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko1-0/+40
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko1-3/+26
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko2-6/+14
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko1-2/+6
2017-02-22mm, vmscan: add active list aging tracepointMichal Hocko1-0/+36
2017-02-22mm, vmscan: remove unused mm_vmscan_memcg_isolateMichal Hocko1-30/+1
2017-02-22oom, trace: add compaction retry tracepointMichal Hocko2-0/+65
2017-02-22oom, trace: add oom detection tracepointsMichal Hocko1-0/+42
2017-02-22mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common headerMichal Hocko2-57/+67
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-29/+25
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-8/+7
2017-02-22dax: add tracepoints to dax_pmd_insert_mapping()Ross Zwisler1-0/+51
2017-02-22dax: add tracepoints to dax_pmd_load_hole()Ross Zwisler1-0/+42
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-0/+68
2017-02-22tracing: add __print_flags_u64()Ross Zwisler1-0/+11
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+6
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-27/+1083
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+263
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+11
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+13
2017-02-15timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner1-2/+12
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-1/+1
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov1-14/+6
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann1-2/+2
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker1-13/+13
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-5/+5
2017-01-29f2fs: add submit_bio tracepointJaegeuk Kim1-15/+30
2017-01-29f2fs: fix wrong tracepoints for op and op_flagsJaegeuk Kim1-16/+25
2017-01-27block: cleanup tracingChristoph Hellwig1-16/+11
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann2-0/+400
2017-01-25trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann1-1/+7
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney1-5/+5
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-67/+79