summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0490-0/+90
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0290-0/+90
* | tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-031-0/+56
* | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-3/+3
* | tcp: add tracepoint trace_tcp_set_state()Song Liu2017-10-241-0/+76
* | tcp: add tracepoint trace_tcp_destroy_sockSong Liu2017-10-241-0/+7
* | tcp: add tracepoint trace_tcp_receive_resetSong Liu2017-10-241-0/+66
* | tcp: add tracepoint trace_tcp_send_resetSong Liu2017-10-241-0/+11
* | tcp: mark trace event arguments sk and skb as constSong Liu2017-10-241-4/+4
* | tcp: add trace event class tcp_event_sk_skbSong Liu2017-10-241-1/+14
* | ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-3/+3
* | tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern2017-10-201-3/+5
* | tcp: Check daddr_cache before use in tracepointDavid Ahern2017-10-181-4/+4
* | tcp: Use pI6c in tcp tracepointDavid Ahern2017-10-181-1/+1
* | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-0/+70
* | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-181-2/+8
* | tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-161-1/+4
* | tcp: add a tracepoint for tcp retransmissionCong Wang2017-10-141-0/+68
|/
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+1
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-3/+4
* sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra2017-09-291-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-161-2/+2
|\
| * xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-151-1/+3
|\ \
| * | KVM: trace events: update list of exit reasonsLadi Prosek2017-09-141-1/+3
* | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-131-3/+2
|\ \ \
| * | | block: tolerate tracing of NULL bioGreg Thelen2017-09-111-3/+2
| | |/ | |/|
* | | Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-121-3/+110
|\ \ \ | |/ / |/| |
| * | f2fs: add tracepoint for f2fs_gcChao Yu2017-08-211-0/+107
| * | f2fs: fix potential overflow when adjusting GC cycleChao Yu2017-08-151-3/+3
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-131/+200
|\ \ \ | |_|/ |/| |
| * | btrfs: use BTRFS_FSID_SIZE for fsidAnand Jain2017-08-181-9/+9
| * | btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-8/+5
| * | btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-161-0/+58
| * | btrfs: constify tracepoint argumentsJeff Mahoney2017-08-161-114/+128
* | | Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-09-071-13/+23
|\ \ \
| * | | mmc: core: Add members to mmc_request and mmc_data for CQE'sAdrian Hunter2017-08-301-13/+23
| |/ /
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-074-13/+13
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-233-12/+12
| * | | kernfs: introduce kernfs_node_idShaohua Li2017-07-291-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-071-38/+0
|\ \ \
| * | | xen: remove not used trace functionsJuergen Gross2017-08-311-20/+0
| * | | xen: remove unused function xen_set_domain_pte()Juergen Gross2017-08-311-18/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-062-9/+1
|\ \ \
| * | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-7/+1
| * | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-061-2/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-063-11/+286
|\ \ \ \ | |/ / / |/| | |
| * | | bridge: add tracepoint in br_fdb_updateRoopa Prabhu2017-08-311-0/+31
| * | | bridge: fdb add and delete tracepointsRoopa Prabhu2017-08-291-0/+98
OpenPOWER on IntegriCloud