commit | 94b528d0564997d88e8bf166d8c9080536ad8bdc | [log] [tgz] |
---|---|---|
author | Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> | Sun Aug 24 20:49:35 2008 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Dec 29 15:34:12 2008 +0200 |
tree | 257c157b40ce0384bff93640d2cfbb56d875d229 | |
parent | 73cd6af0413225b0ada8b8881c3e0cfd26506dfa [diff] |
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 <eduard.munteanu@linux360.ro> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>