summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use alignof__(struct {type b;}) instead of offsetof()Steven Rostedt (Google)2023-01-241-1/+1
* btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota2023-01-241-1/+1
* ext4: disable fast-commit of encrypted dir operationsEric Biggers2023-01-121-2/+5
* jbd2: use the correct print formatBixuan Cui2023-01-121-22/+22
* IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich2022-12-311-9/+4
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-12-021-1/+1
* tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2022-08-172-3/+4
* tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)2022-08-171-3/+5
* tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu2022-08-171-3/+4
* tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2022-08-173-2/+150
* spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins2022-08-171-6/+6
* net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-07-291-0/+3
* net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-07-291-0/+3
* net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-07-291-0/+1
* net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-07-291-1/+1
* net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-07-291-0/+1
* net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-07-291-0/+4
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-291-7/+29
* net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)2022-07-211-2/+4
* ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu2022-06-291-0/+1
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-141-1/+1
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-06-091-1/+1
* tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin2022-06-091-2/+2
* random: remove unused tracepointsJason A. Donenfeld2022-05-301-212/+0
* random: make more consistent use of integer typesJason A. Donenfeld2022-05-301-41/+38
* random: simplify entropy debitingJason A. Donenfeld2022-05-301-24/+6
* random: rather than entropy_store abstraction, use globalJason A. Donenfeld2022-05-301-35/+21
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-05-181-1/+0
* SUNRPC: Fix the svc_deferred_event trace classChuck Lever2022-04-201-3/+4
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-04-081-1/+7
* ext4: fix ext4_fc_stats trace pointRitesh Harjani2022-04-081-29/+49
* SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever2022-03-081-4/+4
* SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-03-081-2/+3
* SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever2022-02-011-5/+13
* SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever2022-02-011-12/+12
* cgroup: Trace event cgroup id fields should be u64William Kucharski2022-01-271-6/+6
* f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-11-251-6/+6
* Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-171-10/+9
|\
| * kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig2021-10-151-10/+9
* | cachefiles: Fix oops with cachefiles_cull() due to NULL objectDave Wysochanski2021-10-051-2/+2
* | cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski2021-10-021-1/+1
* | Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-251-3/+3
|\ \
| * | erofs: fix up erofs_lookup tracepointGao Xiang2021-09-231-3/+3
| |/
* | Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-201-2/+6
|\ \ | |/ |/|
| * afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-131-2/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-3/+46
|\ \
| * | mm/damon: add a tracepointSeongJae Park2021-09-081-0/+43
| * | mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-081-1/+1
| * | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-081-2/+2
* | | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-061-3/+3
|\ \ \