summaryrefslogtreecommitdiffstats
path: root/include/trace/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-0/+75
|\
| * Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-312-40/+128
| |\
| * | habanalabs: define events to trace PCI LBW accessOhad Sharabi2023-01-261-0/+39
| * | habanalabs: define traces for COMMS protocolOhad Sharabi2023-01-261-0/+36
* | | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-222-14/+36
|\ \ \
| * | | SUNRPC: Clean up the svc_xprt_flags() macroChuck Lever2023-02-201-14/+14
| * | | SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()Chuck Lever2023-02-201-0/+21
| * | | SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()Chuck Lever2023-02-201-0/+1
| | |/ | |/|
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-215-230/+401
|\ \ \
| * | | net: add location to trace_consume_skb()Eric Dumazet2023-02-201-4/+6
| * | | rxrpc: Fix overproduction of wakeups to recvmsg()David Howells2023-02-201-0/+1
| * | | devlink: Fix TP_STRUCT_entry in trace of devlink health reportMoshe Shemesh2023-02-151-1/+1
| * | | rxrpc: Trace ack.rwindDavid Howells2023-02-071-4/+7
| * | | net: bridge: Add a tracepoint for MDB overflowsPetr Machata2023-02-061-0/+58
| * | | rxrpc: Change rx_packet tracepoint to display securityIndex not type twiceDavid Howells2023-01-311-3/+2
| * | | rxrpc: Simplify ACK handlingDavid Howells2023-01-311-0/+36
| * | | rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-4/+6
| * | | rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2023-01-311-1/+2
| * | | rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells2023-01-311-98/+98
| * | | rxrpc: Remove whitespace before ')' in trace headerDavid Howells2023-01-311-213/+213
| * | | rxrpc: Fix trace stringDavid Howells2023-01-301-1/+1
| * | | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+24
| * | | sock: add tracepoint for send recv lengthYunhui Cui2023-01-131-0/+45
| |/ /
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-1/+6
|\ \ \
| * | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-312-40/+128
| |\| |
| * | | tracing/rseq: Add mm_cid field to rseq_updateMathieu Desnoyers2022-12-271-1/+4
| * | | rseq: Extend struct rseq with numa node idMathieu Desnoyers2022-12-271-1/+3
| | |/ | |/|
* | | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-201-23/+104
|\ \ \
| * | | btrfs: introduce size class to block group allocatorBoris Burkov2023-02-131-2/+7
| * | | btrfs: add more find_free_extent tracepointsBoris Burkov2023-02-131-3/+78
| * | | btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov2023-02-131-20/+21
| | |/ | |/|
* | | erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu2023-02-151-1/+0
* | | erofs: update print symbols for various flags in traceJingbo Xu2023-02-151-4/+10
* | | erofs: simplify iloc()Gao Xiang2023-02-151-2/+2
|/ /
* | rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-3/+2
* | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-2/+1
* | rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-0/+2
* | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-29/+111
* | rxrpc: Clean up connection abortDavid Howells2023-01-061-0/+2
* | rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-3/+2
* | rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-061-0/+1
* | rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-0/+1
* | rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-061-0/+3
* | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-051-3/+3
|\ \
| * | rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-3/+3
* | | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-021-1/+1
|\ \ \ | |_|/ |/| |
| * | btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota2022-12-151-1/+1
* | | Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-211-10/+10
|\ \ \ | |_|/ |/| |
| * | pwm/tracing: Also record trace events for failed API callsUwe Kleine-König2022-12-061-10/+10
* | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-1/+1
|\ \ \