From: Neil Horman Date: Thu, 13 Aug 2009 05:23:56 +0000 (+0000) Subject: net: skb ftracer - Add actual ftrace code to kernel (v3) X-Git-Tag: v2.6.32-rc1~703^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec04da7489d2c9ae01ea6e9b5fa313ccf3d35fb;p=pandora-kernel.git 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: Neil Horman Makefile | 1 trace.h | 19 ++++++ trace_skb_sources.c | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 174 insertions(+) Signed-off-by: David S. Miller --- Reading git-diff-tree failed