aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-9/+267
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-6/+28
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+10
2025-05-26Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+43
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+30
2025-05-26Merge tag 'erofs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-49/+40
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-16/+1
2025-05-23traceevent/block: Add REQ_ATOMIC flag to block trace eventsRitesh Harjani (IBM)1-1/+1
2025-05-22trace/io_uring: fix io_uring_local_work_run ctx documentationCaleb Sander Mateos1-1/+1
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn1-2/+10
2025-05-16x86/tracing, x86/mm: Move page fault tracepoints to genericNam Cao1-0/+43
2025-05-16erofs: refine readahead tracepointGao Xiang1-1/+1
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet1-0/+73
2025-05-15btrfs: tracepoints: remove no longer used tracepoints for eb lockingFilipe Manana1-4/+0
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana1-9/+9
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana1-6/+6
2025-05-15btrfs: add btrfs prefix to trace events for extent state alloc and freeFilipe Manana1-2/+2
2025-05-15btrfs: tracepoints: use btrfs_root_id() to get the id of a rootFilipe Manana1-27/+23
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana1-1/+0
2025-05-11nfsd: add a tracepoint for nfsd_setattrJeff Layton1-0/+21
2025-05-11sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton1-6/+7
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-15/+0
2025-05-02btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues1-1/+1
2025-04-17trace: tcp: Add const qualifier to skb parameter in tcp_probe eventBreno Leitao1-1/+1
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells1-1/+77
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells1-2/+9
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells1-0/+24
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells1-2/+43
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells1-1/+17
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima2-3/+0
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+24
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao1-2/+2
2025-04-05hrtimers: Make callback function pointer privateNam Cao1-2/+2
2025-04-04sched/tracepoints: Move and extend the sched_process_exit() tracepointAndrii Nakryiko1-4/+30
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-19/+92
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-31/+10
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+116
2025-03-27Merge tag 'erofs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+6
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2025-03-25Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+37
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+19
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-34/+0
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco1-0/+13
2025-03-22tracing: gfp: vsprintf: Do not print "none" when using %pGg printf formatPetr Mladek1-1/+1
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+1
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-2/+0
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu1-0/+18
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu1-0/+27
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu1-0/+33
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou1-3/+2
2025-03-17writeback: rename variables in trace_balance_dirty_pages()Tang Yizhou1-7/+7
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou1-10/+6
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang1-1/+1
2025-03-10afs: Simplify cell record handlingDavid Howells1-12/+11
2025-03-10afs: Fix afs_server ref accountingDavid Howells1-3/+4
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-3/+1
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells1-0/+1
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells1-1/+6
2025-03-10afs: Improve server refcount/active count tracingDavid Howells1-12/+15
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells1-7/+11
2025-03-10afs: Change dynroot to create contents on demandDavid Howells1-0/+2
2025-03-06tracing: gfp: Remove duplication of recording GFP flagsSteven Rostedt1-31/+10
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min1-0/+19
2025-03-04tracing: Fix DECLARE_TRACE_CONDITIONGabriele Monaco1-0/+7
2025-02-28pmdomain: Merge tag 'v6.14-rc4' from Linus into nextUlf Hansson1-1/+3
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2025-02-26trace/osnoise: Add trace events for samplesTomas Glozar1-0/+96
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+1
2025-02-24Merge patch series "Initial support for RK3576 UFS controller"Martin K. Petersen1-0/+1
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+2
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-02-19SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+1
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao1-0/+6
2025-02-17cpuidle: psci: Add trace for PSCI domain idleKeita Morisaki1-0/+37
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells1-1/+3
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche2-4/+4
2025-02-05rcu: Trace expedited grace-period numbers in hexadecimalPaul E. McKenney1-1/+1
2025-02-05rcu: remove trace_rcu_kvfree_callbackVlastimil Babka1-34/+0
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells1-0/+1
2025-01-27Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+19
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+17
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-142/+0
2025-01-25mm: add PG_dropbehind folio flagJens Axboe1-1/+2
2025-01-23Merge tag 'caps-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/se...Linus Torvalds1-0/+57
2025-01-22Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+39
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-116/+770
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+101
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+2
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-217/+407
2025-01-18Merge tag 'trace-v6.13-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+63
2025-01-17tracing: gfp: Fix the GFP enum values shown for user space tracing toolsSteven Rostedt1-0/+63
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-13mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt1-17/+15
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota1-1/+2
2025-01-12hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inodeMuchun Song1-1/+1
2025-01-10afs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells1-0/+2
2024-12-27rv: Simplify manual steps in monitor creationGabriele Monaco1-142/+0
2024-12-22tracing: Remove pid in task_rename tracing outputMarco Elver1-5/+2
2024-12-22tracing: Add task_prctl_unknown tracepointMarco Elver1-0/+37
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells1-0/+30
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells1-0/+2
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-67/+12
2024-12-20afs: Fix cleanup of immediately failed async callsDavid Howells1-0/+2
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells1-0/+1
2024-12-20afs: Use netfslib for directoriesDavid Howells1-3/+3
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells1-0/+4
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells1-4/+2
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells1-5/+164
2024-12-20cachefiles: Add auxiliary data traceDavid Howells1-3/+10
2024-12-20cachefiles: Add some subrequest tracepointsDavid Howells1-0/+3
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells1-0/+2
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells1-2/+39
2024-12-20cachefiles: Clean up some whitespace in trace headerDavid Howells1-86/+86
2024-12-20netfs: Clean up some whitespace in trace headerDavid Howells1-65/+65
2024-12-19tracing: ipv6: Add flow label to fib6_table_lookup tracepointIdo Schimmel1-3/+5
2024-12-16f2fs: Remove calls to folio_file_mapping()Matthew Wilcox (Oracle)1-5/+4
2024-12-16f2fs: Convert submit tracepoints to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+101
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells1-19/+323
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells1-1/+1
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells1-4/+9
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells1-7/+14
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells1-2/+0
2024-12-09rxrpc: Display userStatus in rxrpc_rx_ack traceDavid Howells1-1/+4
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells1-4/+10
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells1-9/+5
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells1-11/+75
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells1-23/+35
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells1-36/+32
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells1-10/+10
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells1-15/+83
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells1-0/+3
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells1-0/+41
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells1-0/+124
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells1-0/+1
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells1-1/+0
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells1-0/+25
2024-12-05mm/damon: fix order of arguments in damos_before_apply tracepointAkinobu Mita1-1/+1
2024-12-04security: add trace event for cap_capableJordan Rome1-0/+57
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard24-138/+1028
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+43
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+35
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+155
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds6-17/+120
2024-11-22accel/amdxdna: Add command executionLizhi Hou1-0/+41
2024-11-22accel/amdxdna: Support hardware mailboxLizhi Hou1-0/+60
2024-11-21Merge tag 'dma-mapping-6.13-2024-11-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-40/+173
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+25
2024-11-20Merge tag 'pwm/for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+126
2024-11-19Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-23/+35
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-15/+9
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-19/+20
2024-11-18Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+156
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+124
2024-11-13LoongArch: KVM: Add iocsr and mmio bus simulation in kernelXianglai Li1-0/+35
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig1-3/+3
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka1-10/+4
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells1-0/+25
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana1-5/+5
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana1-11/+10
2024-11-11btrfs: remove unused btrfs_try_tree_write_lock()Dr. David Alan Gilbert1-1/+0
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana1-7/+10
2024-11-11memcg: add flush tracepointJP Kobryn1-0/+25
2024-11-08sunrpc: remove newlines from tracepointsJeff Layton1-2/+2
2024-11-07Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells1-0/+1
2024-11-06vmscan: add a vmscan event for reclaim_pagesJaewon Kim1-0/+45
2024-11-06memcg: add tracing for memcg stat updatesShakeel Butt1-0/+81
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl1-0/+31
2024-11-04rust: add tracepoint supportAlice Ryhl1-0/+12
2024-11-01tracing: Introduce tracepoint_is_faultable()Mathieu Desnoyers1-1/+1
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik1-2/+5
2024-10-30tracing: Add __print_dynamic_array() helperSteven Rostedt2-0/+9
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik1-21/+21
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov1-15/+9
2024-10-29dma-mapping: trace more error pathsSean Anderson1-0/+36
2024-10-29dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_mapSean Anderson1-2/+97
2024-10-29dma-mapping: trace dma_alloc/free directionSean Anderson1-6/+12
2024-10-29dma-mapping: use macros to define events in a classSean Anderson1-32/+28
2024-10-25Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li...Uwe Kleine-König1-8/+126
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells1-1/+6
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-10-20Merge tag 'dma-mapping-6.12-2024-10-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-8/+8
2024-10-17dma-mapping: fix tracing dma_alloc/free with vmalloc'd memorySean Anderson1-8/+8
2024-10-17mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi1-2/+2