Home
last modified time | relevance | path

Searched hist:"14 e5f71e31ff3925cc970fa7907393ee7f4b748d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dskb.hdiff 14e5f71e31ff3925cc970fa7907393ee7f4b748d Tue Nov 22 22:09:47 CST 2022 Stanislav Fomichev <sdf@google.com> net: use %pS for kfree_skb tracing event location

For the cases where 'reason' doesn't give any clue, it's still
nice to be able to track the kfree_skb caller location. %p doesn't
help much so let's use %pS which prints the symbol+offset.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20221123040947.1015721-1-sdf@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>