From: Eduard - Gabriel Munteanu Date: Sun, 24 Aug 2008 17:49:35 +0000 (+0300) Subject: kmemtrace: SLUB hooks for caller-tracking functions. X-Git-Tag: v2.6.30-rc1~2^2~204^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b528d0564997d88e8bf166d8c9080536ad8bdc;p=pandora-kernel.git kmemtrace: SLUB hooks for caller-tracking functions. This patch adds kmemtrace hooks for __kmalloc_track_caller() and __kmalloc_node_track_caller(). Currently, they set the call site pointer to the value recieved as a parameter. (This could change if we implement stack trace exporting in kmemtrace.) Signed-off-by: Eduard - Gabriel Munteanu Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed