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 d1b29856) (cherry picked from commit 70a51119)
Loading
Please sign in to comment