commit | 99222622422ac3398a846645f190109e218c743c | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Oct 13 12:42:48 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Oct 13 12:42:48 2009 +0900 |
tree | 60a1c99e9fa6f4457b23170ad060638c51e933d6 | |
parent | 964f7e5a56814b32c727821de77d22bd7ef782bc [diff] |
sh: ftrace: Fix up syscall tracepoint support. Sync up with latest core changes in the syscalls tracing area: - tracing: Map syscall name to number (syscall_name_to_nr()) - tracing: Call arch_init_ftrace_syscalls at boot - tracing: add support tracepoint ids (set_syscall_{enter,exit}_id()) Taken from the s390 change. Signed-off-by: Paul Mundt <lethal@linux-sh.org>