summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMenglong Dong <imagedong@tencent.com>2022-01-09 09:36:26 +0300
committerJakub Kicinski <kuba@kernel.org>2022-01-10 03:30:34 +0300
commitc504e5c2f9648a1e5c2be01e8c3f59d394192bd3 (patch)
tree7b0bfa659d35796ab251cccfc8ad6e9ed264df89 /tools/perf/scripts/python/export-to-sqlite.py
parent342402c426902c59491b43d3056a1039e5ca02db (diff)
downloadlinux-c504e5c2f9648a1e5c2be01e8c3f59d394192bd3.tar.xz
net: skb: introduce kfree_skb_reason()
Introduce the interface kfree_skb_reason(), which is able to pass the reason why the skb is dropped to 'kfree_skb' tracepoint. Add the 'reason' field to 'trace_kfree_skb', therefor user can get more detail information about abnormal skb with 'drop_monitor' or eBPF. All drop reasons are defined in the enum 'skb_drop_reason', and they will be print as string in 'kfree_skb' tracepoint in format of 'reason: XXX'. ( Maybe the reasons should be defined in a uapi header file, so that user space can use them? ) Signed-off-by: Menglong Dong <imagedong@tencent.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions