summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2022-07-19scsi: iscsi: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-07-16tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)5-0/+20
2022-07-15neighbor: tracing: Have neigh_create event use __string()Steven Rostedt (Google)1-1/+1
2022-07-15tracing/ipv4/ipv6: Use static array for name field in fib*_lookup_table eventSteven Rostedt (Google)2-7/+7
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu1-94/+0
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+5
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+4
2022-07-14tracing: devlink: Use static array for string in devlink_trap_report eventSteven Rostedt (Google)1-4/+3
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche1-6/+6
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche1-11/+11
2022-07-12blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra sem...Li kunyu1-1/+1
2022-07-08net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
2022-07-06Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-0/+56
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin1-14/+26
2022-07-04include: trace: Add SCMI fast channel tracingCristian Marussi1-0/+25
2022-07-04include: trace: Add SCMI full message tracingCristian Marussi1-0/+31
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet1-0/+48
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+36
2022-06-27net: Print hashed skb addresses for all net and qdisc eventsSubash Abhinov Kasiviswanathan2-3/+3
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-0/+1
2022-06-24fs: dlm: add resource name to tracepointsAlexander Aring1-18/+92
2022-06-24fs: dlm: remove additional dereference of lksbAlexander Aring1-4/+4
2022-06-23io_uring: move io_uring_get_opcode out of TP_printkDylan Yudaken1-7/+35
2022-06-22scsi: trace: Print driver_tag and scheduler_tag in SCSI traceChangyuan Lyu1-11/+24
2022-06-17ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu1-0/+1
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-06-15lib: Add register read/write tracing supportPrasad Sodagudi1-0/+97
2022-06-14cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrinkEiichi Tsukata1-0/+29
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+29
2022-06-07workqueue: Fix type of cpu in trace eventWonhyuk Yang1-4/+4
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong1-88/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+29
2022-06-01Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-32/+109
2022-05-27Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-7/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-72/+89
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-19/+10
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-225/+114
2022-05-25include/trace/events/percpu.h: cleanup for "percpu: improve percpu_alloc_perc...Vasily Averin1-2/+2
2022-05-25include/trace/events/mmflags.h: cleanup for "tracing: incorrect gfp_t convers...Vasily Averin1-41/+43
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-21/+12
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-18/+12
2022-05-25Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+176
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+60
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-24Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+41
2022-05-24Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds1-4/+14
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds1-15/+21
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds1-4/+5