summaryrefslogtreecommitdiffstats
path: root/include/trace
AgeCommit message (Expand)AuthorLines
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski-0/+2
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells-3/+0
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells-0/+38
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-22/+20
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells-1/+2
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells-1/+5
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells-0/+3
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells-0/+52
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells-6/+5
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells-5/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells-24/+33
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells-0/+34
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells-34/+49
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells-21/+37
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells-17/+26
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells-13/+36
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells-0/+60
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2022-11-24net: use %pS for kfree_skb tracing event locationStanislav Fomichev-1/+1
2022-11-22mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani-4/+4
2022-11-08rxrpc: Fix congestion managementDavid Howells-0/+1
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells-3/+4
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells-38/+40
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells-8/+11
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells-7/+5
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells-0/+24
2022-11-08rxrpc: Clean up ACK handlingDavid Howells-16/+36
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells-12/+35
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells-0/+45
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells-6/+3
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells-0/+1
2022-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells-1/+41
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells-0/+36
2022-10-21Merge tag 'linux-watchdog-6.1-rc2' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-0/+66
2022-10-12watchdog: Add tracing events for the most usual watchdog eventsUwe Kleine-König-0/+66
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+28
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+233
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-55/+19
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+93
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-0/+29
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-2/+0
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+269
2022-10-04f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed fileZhang Qilong-4/+9
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-12/+14
2022-10-03Merge tag 'erofs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+4
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe-0/+34
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe-0/+1
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe-0/+1
2022-09-27erofs: clean up erofs_iget()Gao Xiang-7/+4