aboutsummaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-27/+35
2021-03-10bpf, xdp: Restructure redirect actionsGravatar Björn Töpel 1-27/+35
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-15/+15
2021-02-26Merge tag 'trace-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-3/+3
2021-02-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+74
2021-02-26tracing: add error_report_end trace pointGravatar Alexander Potapenko 1-0/+74
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-2/+48
2021-02-25mm, tracing: Fix kmem_cache_free trace event to not print stale pointersGravatar Steven Rostedt (VMware) 1-3/+3
2021-02-24mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Gravatar Yu Zhao 1-7/+4
2021-02-24mm, tracing: record slab name for kmem_cache_free()Gravatar Jacob Wen 1-8/+16
2021-02-22Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+3
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-10/+21
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+37
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-40/+68
2021-02-22blktrace: fix blk_rq_merge documentationGravatar Chaitanya Kulkarni 1-1/+1
2021-02-22blktrace: fix blk_rq_issue documentationGravatar Chaitanya Kulkarni 1-1/+1
2021-02-22block: remove superfluous param in blk_fill_rwbs()Gravatar Chaitanya Kulkarni 2-13/+13
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+26
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-4/+11
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-8/+103
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+10
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+26
2021-02-11tracing: Update the stage 3 of trace event macro commentGravatar Masami Hiramatsu 1-9/+20
2021-02-11tracing: Show real address for trace event argumentsGravatar Masami Hiramatsu 1-1/+1
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateGravatar Josef Bacik 1-0/+62
2021-02-08btrfs: adjust the flush trace point to include the sourceGravatar Josef Bacik 1-4/+6
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationGravatar Josef Bacik 1-1/+2
2021-02-08btrfs: add a trace point for reserve ticketsGravatar Josef Bacik 1-0/+29
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsGravatar Qu Wenruo 1-3/+4
2021-02-05rpcrdma: Capture bytes received in Receive completion tracepointsGravatar Chuck Lever 1-2/+48
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGGravatar Marcelo Ricardo Leitner 1-0/+29
2021-02-04net: tracepoint: exposing sk_family in all tcp:tracepointsGravatar Hariharan Ananthakrishnan 1-4/+16
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Gravatar Lu Baolu 1-2/+0
2021-01-28iommu/vt-d: Add qi_submit trace eventGravatar Lu Baolu 1-0/+37
2021-01-25SUNRPC: Display RPC procedure names instead of proc numbersGravatar Chuck Lever 1-4/+11
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsGravatar Qais Yousef 1-2/+10
2021-01-19workqueue: tracing the name of the workqueue instead of it's addressGravatar Zqiang 1-3/+3
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againGravatar Chuck Lever 1-6/+53
2021-01-11kthread: remove comments about old _do_fork() helperGravatar Yanfei Xu 1-1/+1
2021-01-07scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TMGravatar Bean Huo 1-3/+15
2021-01-07scsi: ufs: Use __print_symbolic() for UFS trace string printGravatar Bean Huo 1-19/+35
2021-01-07scsi: ufs: Remove stringize operator '#' restrictionGravatar Bean Huo 1-20/+20
2021-01-06rcu/trace: Add tracing for how segcb list changesGravatar Joel Fernandes (Google) 1-0/+26
2021-01-05Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2021-01-04afs: Fix directory entry size calculationGravatar David Howells 1-0/+2
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+15
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+44
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+63
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-238/+212