summaryrefslogtreecommitdiff
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorIan Munsie <imunsie@au1.ibm.com>2011-02-03 03:27:23 (GMT)
committerSteven Rostedt <rostedt@goodmis.org>2011-02-08 02:29:03 (GMT)
commitb2d55496818d64310b9f5486d4eea76ea614d7f8 (patch)
treeb31ea491ae7d02c6375457fa3269fa0289fd8fb4 /mm/nommu.c
parentc763ba06bd9b5db2c46c36276c89103d92d2c604 (diff)
downloadlinux-b2d55496818d64310b9f5486d4eea76ea614d7f8.tar.xz
tracing/syscalls: Allow arch specific syscall symbol matching
Some architectures have unusual symbol names and the generic code to match the symbol name with the function name for the syscall metadata will fail. For example, symbols on PPC64 start with a period and the generic code will fail to match them. This patch moves the match logic out into a separate function which an arch can override by defining ARCH_HAS_SYSCALL_MATCH_SYM_NAME in asm/ftrace.h and implementing arch_syscall_match_sym_name. Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> LKML-Reference: <1296703645-18718-5-git-send-email-imunsie@au1.ibm.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'mm/nommu.c')
0 files changed, 0 insertions, 0 deletions