summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/ftrace.c
Commit message (Collapse)AuthorAgeFilesLines
* sparc64: Add function graph tracer support.David S. Miller2010-04-131-0/+58
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller2010-04-131-1/+1
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-11/+0Star
| | | | | | | | | | | | | | | | | Most implementations of arch_syscall_addr() are the same, so create a default version in common code and move the one piece that differs (the syscall table) to asm/syscall.h. New arch ports don't have to waste time copying & pasting this simple function. The s390/sparc versions need to be different, so document why. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1264498803-17278-1-git-send-email-vapier@gentoo.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
* sparc64: Add syscall tracepoint support.David S. Miller2009-12-111-0/+11
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: Add proper dynamic ftrace support.David S. Miller2009-06-161-15/+32
| | | | | | Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Steven Rostedt <rostedt@goodmis.org> Acked-by: Ingo Molnar <mingo@elte.hu>
* sparc,sparc64: unify kernel/Sam Ravnborg2008-12-041-0/+76
o Move all files from sparc64/kernel/ to sparc/kernel - rename as appropriate o Update sparc/Makefile to the changes o Update sparc/kernel/Makefile to include the sparc64 files NOTE: This commit changes link order on sparc64! Link order had to change for either of sparc32 and sparc64. And assuming sparc64 see more testing than sparc32 change link order on sparc64 where issues will be caught faster. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>