summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+19
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds-0/+25
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-86/+88
2022-08-02tracing: Use alignof__(struct {type b;}) instead of offsetof()Steven Rostedt (Google)-1/+1
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+8
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+29
2022-08-02afs: Fix access after dec in put functionsDavid Howells-6/+6
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells-13/+13
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+56
2022-08-01Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-14/+26
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-22/+96
2022-07-31tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)-3/+5
2022-07-30rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira-0/+12
2022-07-30rv/monitor: Add the wip monitorDaniel Bristot de Oliveira-0/+10
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira-0/+120
2022-07-30tracing: Use a copy of the va_list for __assign_vstr()Steven Rostedt (Google)-1/+6
2022-07-29SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever-5/+9
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki-20/+8
2022-07-29Merge back cpuidle material for 5.20.Rafael J. Wysocki-0/+29
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel-94/+0
2022-07-28drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracingLukasz Luba-20/+8
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn-0/+64
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo-0/+94
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch-0/+25
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken-1/+1
2022-07-24io_uring: add trace event for running task workDylan Yudaken-0/+30
2022-07-24io_uring: clean up tracing eventsPavel Begunkov-85/+57
2022-07-24spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins-6/+6
2022-07-23SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever-0/+20
2022-07-19scsi: qla2xxx: tracing: Use the new __vstring() helperSteven Rostedt (Google)-2/+2
2022-07-19scsi: iscsi: tracing: Use the new __vstring() helperSteven Rostedt (Google)-2/+2
2022-07-15tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)-0/+20
2022-07-15neighbor: tracing: Have neigh_create event use __string()Steven Rostedt (Google)-1/+1
2022-07-15tracing/ipv4/ipv6: Use static array for name field in fib*_lookup_table eventSteven Rostedt (Google)-7/+7
2022-07-15iommu/vt-d: Move trace/events/intel_iommu.h under iommuLu Baolu-94/+0
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+4
2022-07-14tracing: devlink: Use static array for string in devlink_trap_report eventSteven Rostedt (Google)-4/+3
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche-2/+2
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche-6/+6
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche-11/+11
2022-07-12blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra sem...Li kunyu-1/+1
2022-07-08net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)-2/+4
2022-07-06Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-0/+56
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin-14/+26
2022-07-04include: trace: Add SCMI fast channel tracingCristian Marussi-0/+25
2022-07-04include: trace: Add SCMI full message tracingCristian Marussi-0/+31
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet-0/+48
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+36
2022-06-27net: Print hashed skb addresses for all net and qdisc eventsSubash Abhinov Kasiviswanathan-3/+3