aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+9
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig1-10/+9
2021-10-05cachefiles: Fix oops with cachefiles_cull() due to NULL objectDave Wysochanski1-2/+2
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski1-1/+1
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2021-09-23erofs: fix up erofs_lookup tracepointGao Xiang1-3/+3
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+6
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-2/+6
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+46
2021-09-08mm/damon: add a tracepointSeongJae Park1-0/+43
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park1-1/+1
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song1-2/+2
2021-09-06Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-1/+0
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+97
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-52/+82
2021-09-03io_uring: io_uring_complete() trace should take an integerJens Axboe1-3/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-09-03mm/migrate: demote pages during reclaimDave Hansen1-1/+2
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-1/+0
2021-09-02Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-120/+110
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-4/+26
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-4/+17
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells1-22/+22
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells1-17/+7
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells2-92/+92
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-3/+3
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong1-0/+95
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+2
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik1-0/+1
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik1-0/+6
2021-08-23btrfs: include delalloc related info in dump space info tracepointJosef Bacik1-4/+10
2021-08-20mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesMike Rapoport1-1/+3
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-4/+4
2021-08-17tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)1-0/+22
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-2/+1
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-3/+3
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever1-0/+33
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever1-7/+34
2021-08-09SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever1-2/+4
2021-08-09SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever1-5/+5
2021-08-09SUNRPC: Update trace flagsChuck Lever1-0/+3
2021-08-09SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever1-34/+0
2021-07-27qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang1-0/+2
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+28
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-0/+26
2021-07-15net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu1-1/+1
2021-07-15net: use %px to print skb address in trace_netif_receive_skbQitao Xu1-1/+1
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds8-28/+194
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-46/+22
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+37
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-41/+0
2021-07-01Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-36/+70
2021-06-30include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao1-41/+0
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+101
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-8/+156
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches4-25/+25
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-14/+14
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+60
2021-06-29mm, tracing: unify PFN format stringsVincent Whitchurch6-14/+14
2021-06-28Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-14/+9
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+8
2021-06-28tracing: Fix spelling in osnoise tracer "interferences" -> "interference"Colin Ian King1-1/+1
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira1-0/+142
2021-06-25trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpersSteven Rostedt1-0/+25
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+101
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik1-2/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-12/+8
2021-06-18mptcp: dump csum fields in mptcp_dump_mpextGeliang Tang1-6/+11
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+5
2021-06-16io_uring: minor clean up in trace events definitionOlivier Langlois1-18/+17
2021-06-16io_uring: Add to traces the req pointer when availableOlivier Langlois1-18/+53
2021-06-11virtio/vsock: update trace event for SEQPACKETArseny Krasnov1-1/+4
2021-06-10trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu1-1/+2
2021-06-10sched/tracing: Remove the redundant 'success' in the sched tracepointEd Tsai1-2/+0
2021-06-10iommu/vt-d: Add prq_report trace eventLu Baolu1-0/+37
2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne1-1/+8
2021-05-31scsi: core: Kill message byteHannes Reinecke1-32/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-14/+1
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko1-0/+57
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-1/+5
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+76
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker1-0/+1
2021-05-10scsi: ufs: core: Enable power management for wlunAsutosh Das1-0/+20
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-76/+111
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-12/+88
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin1-1/+2
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim1-11/+11
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim1-11/+17
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark2-1/+63
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-0/+7
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds4-4/+4
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-24/+66
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-120/+0
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-176/+0
2021-04-30mm, tracing: improve rss_stat tracepoint messageOvidiu Panait1-2/+22
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-27/+208
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+21
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+7
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+28
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-42/+32
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+261
2021-04-26Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+12
2021-04-26Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-83/+0
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever1-6/+6
2021-04-26xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever1-32/+0
2021-04-26xprtrdma: Don't display r_xprt memory addresses in tracepointsChuck Lever1-32/+19
2021-04-26xprtrdma: Add an rpcrdma_mr_completion_classChuck Lever1-4/+44
2021-04-26xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever1-0/+2
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever1-1/+0
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-32/+19
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-10/+13
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-0/+58
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-0/+2
2021-04-23netfs: Add write_begin helperDavid Howells1-1/+3
2021-04-23netfs: Add tracepointsDavid Howells1-0/+199
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-3/+3
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+12
2021-04-17KVM: x86/mmu: Drop trace_kvm_age_page() tracepointSean Christopherson1-24/+0
2021-04-17KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson1-0/+66
2021-04-16mptcp: add tracepoint in subflow_check_data_availGeliang Tang1-0/+29
2021-04-16mptcp: add tracepoint in ack_update_mskGeliang Tang1-0/+32
2021-04-16mptcp: add tracepoint in get_mapping_statusGeliang Tang1-0/+52
2021-04-16mptcp: add tracepoint in mptcp_subflow_get_sendGeliang Tang1-0/+60
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-120/+0
2021-04-14SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever1-1/+0
2021-04-14SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever1-0/+40
2021-04-12block: add queue_to_disk() to get gendisk from request_queueJeffle Xu1-3/+3
2021-04-11io_uring: include cflags in completion trace eventJens Axboe1-4/+7
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+28
2021-04-07iommu/vt-d: Remove unused dma map/unmap trace eventsLu Baolu1-120/+0
2021-04-02ext4: delete some unused tracepoint definitionsEric Whitney1-176/+0
2021-04-02random: remove dead code left over from blocking poolEric Biggers1-83/+0
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-03-23tracing: Fix various typos in commentsIngo Molnar4-4/+4
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever1-0/+1
2021-03-18workqueue/tracing: Copy workqueue name to buffer in trace eventSteven Rostedt (VMware)1-3/+3
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim1-0/+28
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+35
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-27/+35
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-1/+1
2021-03-04scsi: ufs: Add exception event tracepointAdrian Hunter1-0/+21
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/ro...Linus 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/rost...Linus Torvalds1-10/+21
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/...Linus 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/kda...Linus 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...Ingo 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...Linus 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/g...Linus 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/cl...Linus 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/gi...Linus Torvalds1-0/+1