Skip to content
Snippets Groups Projects
Commit 9ec04da7 authored by Neil Horman's avatar Neil Horman Committed by David S. Miller
Browse files

net: skb ftracer - Add actual ftrace code to kernel (v3)


skb allocation / consumption correlator

Add ftracer module to kernel to print out a list that correlates a process id,
an skb it read, and the numa nodes on wich the process was running when it was
read along with the numa node the skbuff was allocated on.

Signed-off-by: default avatarNeil Horman <nhorman@tuxdriver.com>

 Makefile            |    1
 trace.h             |   19 ++++++
 trace_skb_sources.c |  154 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 174 insertions(+)
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5a165657
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment