aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-109/+189
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-94/+217
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+36
2022-03-21Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-174/+159
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-233/+0
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-5/+4
2022-03-16io_uring: make tracing format consistentDylan Yudaken1-12/+12
2022-03-15ext4: fix remaining two trace events to use same printk conventionRitesh Harjani1-2/+2
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani1-8/+13
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani1-45/+68
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani1-0/+26
2022-03-12ext4: convert ext4_fc_track_dentry type events to use event classRitesh Harjani1-25/+31
2022-03-12ext4: fix ext4_fc_stats trace pointRitesh Harjani1-29/+49
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells1-0/+2
2022-03-10io-uring: Make tracepoints consistent.Stefan Roesch1-165/+153
2022-03-10io_uring: remove trace for eventfdUsama Arif1-8/+5
2022-02-28SUNRPC: Record endpoint information in trace logChuck Lever1-48/+78
2022-02-28SUNRPC: Same as SVC_RQST_ENDPOINT, but without the xidChuck Lever1-41/+71
2022-02-28SUNRPC: Improve sockaddr handling in the svc_xprt_create_error trace pointChuck Lever1-3/+3
2022-02-28tracing: Introduce helpers to safely handle dynamic-sized sockaddrsChuck Lever3-2/+65
2022-02-21random: remove unused tracepointsJason A. Donenfeld1-212/+0
2022-02-21random: make more consistent use of integer typesJason A. Donenfeld1-41/+38
2022-02-21random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-02-11block: introduce block_rq_error tracepointYang Shi1-13/+36
2022-02-08rcu: Refactor rcu_barrier() empty-list handlingPaul E. McKenney1-5/+4
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+8
2022-01-27tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2-3/+4
2022-01-27tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu1-3/+4
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-25/+45
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-31/+72
2022-01-21cachefiles: Trace active-mark failureDavid Howells1-0/+21
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells1-31/+51
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver1-3/+5
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-12/+15
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-01-18Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-1/+415
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-2/+150
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-29/+8
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-61/+13
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park1-4/+4
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao1-2/+5
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual1-35/+0
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang1-20/+4
2022-01-14SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever1-5/+13
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+6
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-441/+733
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+17