aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-15/+15
2021-02-26Merge tag 'trace-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+74
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko1-0/+74
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+48
2021-02-25mm, tracing: Fix kmem_cache_free trace event to not print stale pointersSteven Rostedt (VMware)1-3/+3
2021-02-24mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao1-7/+4
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen1-8/+16
2021-02-22Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-10/+21
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+37
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-40/+68
2021-02-22blktrace: fix blk_rq_merge documentationChaitanya Kulkarni1-1/+1
2021-02-22blktrace: fix blk_rq_issue documentationChaitanya Kulkarni1-1/+1
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2-13/+13
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+11
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-8/+103
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+10
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+26
2021-02-11tracing: Update the stage 3 of trace event macro commentMasami Hiramatsu1-9/+20
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu1-1/+1
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik1-0/+62
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik1-4/+6
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik1-1/+2
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik1-0/+29
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo1-3/+4
2021-02-05rpcrdma: Capture bytes received in Receive completion tracepointsChuck Lever1-2/+48
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+29
2021-02-04net: tracepoint: exposing sk_family in all tcp:tracepointsHariharan Ananthakrishnan1-4/+16
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu1-2/+0
2021-01-28iommu/vt-d: Add qi_submit trace eventLu Baolu1-0/+37
2021-01-25SUNRPC: Display RPC procedure names instead of proc numbersChuck Lever1-4/+11
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsQais Yousef1-2/+10
2021-01-19workqueue: tracing the name of the workqueue instead of it's addressZqiang1-3/+3
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever1-6/+53
2021-01-11kthread: remove comments about old _do_fork() helperYanfei Xu1-1/+1
2021-01-07scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TMBean Huo1-3/+15
2021-01-07scsi: ufs: Use __print_symbolic() for UFS trace string printBean Huo1-19/+35
2021-01-07scsi: ufs: Remove stringize operator '#' restrictionBean Huo1-20/+20
2021-01-06rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)1-0/+26
2021-01-05Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+2
2021-01-04afs: Fix directory entry size calculationDavid Howells1-0/+2
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+15
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+44
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+63
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-238/+212
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+1
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang1-1/+15