summaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-162-2/+7
|\
| * NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2024-03-091-0/+1
| * SUNRPC: add xrpt id to rpc_stats_latency tracepointOlga Kornievskaia2024-02-281-2/+6
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-153-7/+73
|\ \
| * | mm: add alloc_contig_migrate_range allocation statisticsRichard Chang2024-03-051-0/+38
| * | mm: update mark_victim tracepoints fieldsCarlos Galo2024-03-051-4/+32
| * | mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang2024-02-221-3/+3
| |/
* | Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-141-20/+25
|\ \
| * | ASoC: trace: add event to snd_soc_dapm trace eventsLuca Ceresoli2024-03-061-7/+9
| * | ASoC: trace: add component to set_bias_level trace eventsLuca Ceresoli2024-03-061-13/+16
| |/
* | Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-141-6/+6
|\ \
| * | platform/x86/intel/ifs: Add current batch number to trace outputAshok Raj2024-01-311-3/+6
| * | platform/x86/intel/ifs: Trace on all HT threads when executing a testAshok Raj2024-01-311-6/+3
* | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-0/+42
|\ \ \
| * | | PM: runtime: add tracepoint for runtime_status changesVilas Bhat2024-02-221-0/+42
| | |/ | |/|
* | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-133-95/+152
|\ \ \
| * | | tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli2024-03-081-2/+8
| * | | net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-081-0/+33
| * | | Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-03-081-91/+107
| |\ \ \
| | * | | rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-061-81/+93
| | * | | rxrpc: Differentiate PING ACK transmission traces.David Howells2024-03-061-0/+2
| | * | | rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells2024-02-291-1/+1
| | * | | rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-291-7/+5
| | * | | rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-291-3/+7
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-10/+10
| |\ \ \
| * | | | tcp: add tracing of skbaddr in tcp_event_skb classJason Xing2024-03-071-1/+2
| * | | | tcp: add tracing of skb/skaddr in tcp_event_sk_skb classJason Xing2024-03-071-1/+2
| | |/ / | |/| |
* | | | Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-03-122-0/+38
|\ \ \ \
| * | | | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-011-0/+4
| * | | | NFSD: Add callback operation lifetime trace pointsChuck Lever2024-03-011-0/+34
| |/ / /
* | | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-111-0/+298
|\ \ \ \
| * | | | timer_migration: Add tracepointsAnna-Maria Behnsen2024-02-221-0/+298
| |/ / /
* | | | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-17/+13
|\ \ \ \
| * | | | io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe2024-02-081-7/+3
| * | | | io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe2024-02-081-10/+10
* | | | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-112-53/+53
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | filelock: split leases out of struct file_lockJeff Layton2024-02-051-9/+9
| * | | | afs: adapt to breakup of struct file_lockJeff Layton2024-02-051-2/+2
| * | | | filelock: convert fl_blocker to file_lock_coreJeff Layton2024-02-051-2/+2
| * | | | filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton2024-02-051-16/+16
| * | | | filelock: rename some fields in tracepointsJeff Layton2024-02-021-38/+38
| | |_|/ | |/| |
* | | | tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)2024-03-041-10/+10
| |_|/ |/| |
* | | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-091-3/+5
|\ \ \ | |_|/ |/| |
| * | rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-051-3/+5
* | | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-041-7/+4
|\ \ \ | |/ / |/| |
| * | ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-181-7/+4
* | | afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-0/+25
| |/ |/|
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-192-38/+148
|\ \
| * | afs: Use the netfs write helpersDavid Howells2023-12-281-23/+0
| * | netfs: Implement a write-through caching optionDavid Howells2023-12-281-2/+6