From: Steven Rostedt Date: Wed, 24 Nov 2010 21:23:34 +0000 (-0500) Subject: tracing/slab: Move kmalloc tracepoint out of inline code X-Git-Tag: v2.6.38-rc1~436^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85beb5869a4f6abb52a7cf8e01de6fa57e9ee47d;p=pandora-kernel.git tracing/slab: Move kmalloc tracepoint out of inline code The tracepoint for kmalloc is in the slab inlined code which causes every instance of kmalloc to have the tracepoint. This patch moves the tracepoint out of the inline code to the slab C file, which removes a large number of inlined trace points. objdump -dr vmlinux.slab| grep 'jmpq.* Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed