mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: net: export symbol for tracepoint_consume_skb
Need to use the tracepoint_consume_skb symbol at module driver
This used on our vendor hook, the android_vh_ptype_head.
It's a debugging feature to trace packet flow when skb is freed.
We just traced at kfree_skb only before,
But we need tracing skb at consume_skb too, for analyze to more complex mobile network issues.
Bug: 244504166
Link: https://lore.kernel.org/lkml/20220617200021.02ad8ffc@kernel.org/T
Signed-off-by: Soukjin Bae <soukjin.bae@samsung.com>
Change-Id: Icffa3e7d2045156691a7711c5f19b309f8356261
(cherry picked from commit d1b29856ca)
(cherry picked from commit 70a5111957fe6a6742eb443626c44c613572d52c)
This commit is contained in:
committed by
Treehugger Robot
parent
1238b3076d
commit
33ebf22d34
@@ -54,6 +54,7 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_event_send_dead);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_cleanup_and_release);
|
||||
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(consume_skb);
|
||||
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user