aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-0/+1
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2024-04-10SUNRPC: Fix rpcgss_context trace event acceptor fieldSteven Rostedt (Google)1-2/+2
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)1-3/+2
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds4-27/+43
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)1-2/+12
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)1-1/+3
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)1-1/+1
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)1-0/+1
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)1-17/+11
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)3-12/+12
2024-03-18tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)2-10/+8
2024-03-18tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)1-4/+6
2024-03-18tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)3-11/+20
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+7
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+73
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-20/+25
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+6
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+42
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-95/+152
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-0/+38
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+298
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-17/+13
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-53/+53
2024-03-09NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia1-0/+1
2024-03-08tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli1-2/+8
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+33
2024-03-07Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-91/+107
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+10
2024-03-07tcp: add tracing of skbaddr in tcp_event_skb classJason Xing1-1/+2
2024-03-07tcp: add tracing of skb/skaddr in tcp_event_sk_skb classJason Xing1-1/+2
2024-03-06ASoC: trace: add event to snd_soc_dapm trace eventsLuca Ceresoli1-7/+9
2024-03-06ASoC: trace: add component to set_bias_level trace eventsLuca Ceresoli1-13/+16
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-81/+93
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells1-0/+2
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang1-0/+38
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo1-4/+32
2024-03-04tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)1-10/+10
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever1-0/+4
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever1-0/+34
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-1/+1
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-7/+5
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells1-3/+7
2024-02-28SUNRPC: add xrpt id to rpc_stats_latency tracepointOlga Kornievskaia1-2/+6
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat1-0/+42
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang1-3/+3
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen1-0/+298
2024-02-08Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+5
2024-02-08io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe1-7/+3
2024-02-08io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe1-10/+10
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-3/+5
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-9/+9
2024-02-05afs: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-02-05filelock: convert fl_blocker to file_lock_coreJeff Layton1-2/+2
2024-02-05filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton1-16/+16
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+4
2024-02-02filelock: rename some fields in tracepointsJeff Layton1-38/+38
2024-01-31platform/x86/intel/ifs: Add current batch number to trace outputAshok Raj1-3/+6
2024-01-31platform/x86/intel/ifs: Trace on all HT threads when executing a testAshok Raj1-6/+3
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-0/+25
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-38/+148
2024-01-18ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi1-7/+4
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+113
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-135/+104
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-338/+444
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-48/+30
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+33
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+6
2024-01-08Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+30
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar1-4/+7
2024-01-07svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever1-0/+1
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever1-10/+11
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever1-37/+37
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever1-20/+29
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever1-67/+26
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-1/+0
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+7
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+1
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+36
2024-01-01afs: Fix fileserver rotationDavid Howells1-12/+69
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-4/+0
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-1/+29
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-0/+2
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-15/+54
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+34
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells1-0/+33
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch1-0/+33
2023-12-28afs: Use the netfs write helpersDavid Howells1-23/+0
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-2/+6
2023-12-28netfs: Provide a launder_folio implementationDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+3
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-1/+6
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells1-0/+2
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+73
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-2/+48
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells1-4/+5
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells1-2/+6
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells1-0/+1
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-4/+14
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-0/+47
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-0/+3
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-12/+4
2023-12-24afs: Automatically generate trace tag enumsDavid Howells1-206/+27
2023-12-24afs: Remove whitespace before most ')' from the trace headerDavid Howells1-121/+121
2023-12-23Merge tag 'v6.7-rc6' into sched/core, to pick up fixesIngo Molnar1-1/+1
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen1-0/+20
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen1-10/+10
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-11/+10
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana1-2/+1
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-31/+16
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-6/+5
2023-12-11f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu1-13/+26
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-4/+4
2023-12-059p: prevent read overrun in protocol dump tracepointJP Kobryn1-4/+7
2023-11-28f2fs: show i_mode in trace_f2fs_new_inode()Chao Yu1-1/+18
2023-11-28f2fs: introduce tracepoint for f2fs_rename()Chao Yu1-0/+69
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-1/+1
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra1-9/+6
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+58
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+8
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+44
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-8/+8
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+9
2023-10-30Merge tag 'smp-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+57
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-5/+78
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-6/+5
2023-10-25mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan1-10/+14
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar1-2/+2
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2-8/+8
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-10-18neighbor: tracing: Move pin6 inside CONFIG_IPV6=y sectionGeert Uytterhoeven1-2/+2
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner18-91/+478
2023-10-16svcrdma: Fix tracepoint printk formatChuck Lever1-5/+5
2023-10-16SUNRPC: add list of idle threadsNeilBrown1-1/+0
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba1-5/+2
2023-10-12btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn1-0/+76
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-1/+2
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-1/+2
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman1-0/+50
2023-10-09accel/habanalabs: minor cosmetics update to trace fileOded Gabbay1-1/+1
2023-10-09accel/habanalabs: add traces for dma mappingsOhad Sharabi1-0/+43
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-6/+6
2023-10-06platform/x86/intel/ifs: Gen2 Scan test supportJithu Joseph1-8/+8
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park1-1/+1
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka1-6/+2
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park1-0/+39
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park1-3/+3
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-1/+1
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-0/+5
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+6
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov1-4/+8
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-6/+6
2023-09-13scsi: ufs: core: Include the SCSI ID in UFS command tracing outputBart Van Assche1-7/+8
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras1-4/+4
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-09-01tracing: Replace strlcpy with strscpy in trace/events/task.hAzeem Shaikh1-1/+1
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+138
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-30/+50
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+51
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds3-8/+10
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-9/+9
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever1-3/+6
2023-08-29SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever1-18/+35
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+26
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-1/+179
2023-08-29Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-28/+2
2023-08-28Merge tag 'erofs-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang1-8/+8
2023-08-21btrfs: remove v0 extent handlingQu Wenruo1-1/+0
2023-08-21btrfs: tracepoints: simplify raid56 eventsQu Wenruo1-27/+2
2023-08-18Add cs42l43 PC focused SoundWire CODECMark Brown1-1/+4
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko1-0/+2
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V1-0/+10
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V1-7/+16
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+4
2023-08-11Merge tag 'fsi-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joe...Greg Kroah-Hartman2-0/+138
2023-08-11fsi: Add IBM I2C Responder virtual FSI masterEddie James1-0/+107
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-08-10fs: dlm: add plock dev tracepointsAlexander Aring1-0/+51
2023-08-09tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet1-1/+4
2023-08-09fsi: core: Add trace events for scan and unregisterEddie James1-0/+31
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+18
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski1-0/+1
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-0/+17
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+2
2023-07-28net/handshake: Trace events for TLS Alert helpersChuck Lever1-0/+160
2023-07-23spi: Merge up fixes from mainlineMark Brown1-8/+4
2023-07-17blk-wbt: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
2023-07-17kyber: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko1-1/+1
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi1-8/+4
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-3/+4
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+21