summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2023-01-18jbd2: use the correct print formatBixuan Cui1-20/+20
2022-08-25spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins1-6/+6
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
2022-06-29ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu1-0/+1
2022-06-22random: remove unused tracepointsJason A. Donenfeld1-195/+0
2022-06-22random: make more consistent use of integer typesJason A. Donenfeld1-41/+38
2022-06-22random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-06-22random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-06-22random: remove dead code left over from blocking poolEric Biggers1-83/+0
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-1/+1
2022-06-14tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2
2021-11-26f2fs: fix up f2fs_lookup tracepointsGao Xiang1-6/+6
2021-09-30erofs: fix up erofs_lookup tracepointGao Xiang1-3/+3
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+0
2020-12-02trace: fix potenial dangerous pointerHui Su1-4/+4
2020-11-18SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever1-4/+4
2020-11-18btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-4/+6
2020-10-29scsi: target: core: Add CONTROL field for trace eventsRoman Bolshakov1-6/+6
2020-10-01sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-9/+0
2020-10-01SUNRPC: Capture completion of all RPC tasksChuck Lever1-0/+1
2020-09-03writeback: Fix sync livelock due to b_dirty_time processingJan Kara1-7/+6
2020-07-22rxrpc: Fix trace stringDavid Howells1-1/+1
2020-05-27rxrpc: Trace discarded ACKsDavid Howells1-0/+35
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-10/+7
2020-05-02blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long1-3/+3
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever1-14/+36
2020-04-01afs: Fix some tracing detailsDavid Howells1-1/+1
2020-02-24rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver1-2/+2
2020-02-11memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-20/+17
2020-01-29tracing: xen: Ordered comparison of function pointersChangbin Du1-1/+5
2020-01-23mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATEYang Shi1-1/+2
2020-01-17afs: Fix use-after-loss-of-refDavid Howells1-9/+3
2020-01-17xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever1-0/+25
2020-01-14tracing: Change offset type to s32 in preempt/irq tracepointsJoel Fernandes (Google)1-4/+4
2019-12-31block: Fix writeback throttling W=1 compiler warningsBart Van Assche1-4/+8
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon1-15/+4
2019-11-09tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2019-10-17btrfs: tracepoints: Fix bad entry members of qgroup eventsQu Wenruo1-1/+2
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-1/+1
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-3/+3
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-10-04rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells1-1/+1
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-3/+4
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsChangbin Du1-3/+4
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-13/+75