[PATCH 5/6] trace, powerpc: Implement raw syscall tracepoints on PowerPC

2011-02-01 Thread Ian Munsie
From: Ian Munsie This patch implements the raw syscall tracepoints on PowerPC and exports them for ftrace syscalls to use. To minimise reworking existing code, I slightly re-ordered the thread info flags such that the new TIF_SYSCALL_TRACEPOINT bit would still fit within the 16 bits of the andi.

[PATCH 5/6] trace, powerpc: Implement raw syscall tracepoints on PowerPC

2010-12-06 Thread Ian Munsie
From: Ian Munsie This patch implements the raw syscall tracepoints on PowerPC and exports them for ftrace syscalls to use. To minimise reworking existing code, I slightly re-ordered the thread info flags such that the new TIF_SYSCALL_TRACEPOINT bit would still fit within the 16 bits of the andi.