]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc: Add syscall tracepoint support
authorHelge Deller <deller@gmx.de>
Wed, 13 Apr 2016 20:44:54 +0000 (22:44 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 22 May 2016 19:38:47 +0000 (21:38 +0200)
commitfc79168a7c75423047d60a033dc4844955ccae0b
tree2a2cc2008024f4025965abd54799004176c3dc58
parentf6c658df63856db3bf8f467024b1dbee37b5399c
parisc: Add syscall tracepoint support

This patch adds support for the TIF_SYSCALL_TRACEPOINT on the parisc
architecture. Basically, it calls the appropriate tracepoints on syscall
entry and exit.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig
arch/parisc/include/asm/ftrace.h
arch/parisc/include/asm/syscall.h
arch/parisc/include/asm/thread_info.h
arch/parisc/kernel/ptrace.c
arch/parisc/kernel/syscall.S