aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+6
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-91/+4
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-0/+158
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-19/+19
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Gravatar Linus Torvalds 1-0/+25
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-86/+88
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-20/+8
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+29
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+56
2022-08-01Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-14/+26
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 1-22/+96
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Rafael J. Wysocki 1-20/+8
2022-07-29Merge back cpuidle material for 5.20.Gravatar Rafael J. Wysocki 1-0/+29
2022-07-28drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracingGravatar Lukasz Luba 1-20/+8
2022-07-25btrfs: add tracepoints for ordered extentsGravatar Johannes Thumshirn 1-0/+64
2022-07-25btrfs: add trace event for submitted RAID56 bioGravatar Qu Wenruo 1-0/+94
2022-07-24io_uring: Add tracepoint for short writesGravatar Stefan Roesch 1-0/+25
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatGravatar Dylan Yudaken 1-1/+1
2022-07-24io_uring: add trace event for running task workGravatar Dylan Yudaken 1-0/+30
2022-07-24io_uring: clean up tracing eventsGravatar Pavel Begunkov 1-85/+57
2022-07-24spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsGravatar David Collins 1-6/+6
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+5
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+4
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-2/+2
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersGravatar Bart Van Assche 1-6/+6
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-11/+11
2022-07-12blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra sem...Gravatar Li kunyu 1-1/+1
2022-07-08net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerGravatar Steven Rostedt (Google) 1-2/+4
2022-07-06Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Arnd Bergmann 1-0/+56
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsGravatar Vasily Averin 1-14/+26
2022-07-04include: trace: Add SCMI fast channel tracingGravatar Cristian Marussi 1-0/+25
2022-07-04include: trace: Add SCMI full message tracingGravatar Cristian Marussi 1-0/+31
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-7/+36
2022-06-27net: Print hashed skb addresses for all net and qdisc eventsGravatar Subash Abhinov Kasiviswanathan 2-3/+3
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Gravatar Linus Torvalds 1-0/+1
2022-06-24fs: dlm: add resource name to tracepointsGravatar Alexander Aring 1-18/+92
2022-06-24fs: dlm: remove additional dereference of lksbGravatar Alexander Aring 1-4/+4
2022-06-23io_uring: move io_uring_get_opcode out of TP_printkGravatar Dylan Yudaken 1-7/+35
2022-06-17ata: libata: add qc->flags in ata_qc_complete_template tracepointGravatar Edward Wu 1-0/+1
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2022-06-14cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrinkGravatar Eiichi Tsukata 1-0/+29
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+29
2022-06-07workqueue: Fix type of cpu in trace eventGravatar Wonhyuk Yang 1-4/+4
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringGravatar Menglong Dong 1-88/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+29
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+109
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-7/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-72/+89
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-19/+10
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-225/+114