From: Frederic Weisbecker Date: Sun, 15 Mar 2009 21:10:38 +0000 (+0100) Subject: tracing/syscalls: select kallsysms X-Git-Tag: v2.6.30-rc1~2^2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea1c4156bf9e2eb370cc5c6fa6eb112bd844dec;p=pandora-kernel.git tracing/syscalls: select kallsysms Syscall tracing must select kallsysms. The arch code builds a table to find the syscall metadata by syscall number. It needs the syscalls names resolution from the symbol table to know which name found on the syscalls metadatas match a function pointer from the arch sys_call_table. Reported-by: Andrew Morton Reported-by: Ingo Molnar Signed-off-by: Frederic Weisbecker LKML-Reference: <1237151439-6755-4-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed