aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-01-14 14:47:56 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-02-02 14:51:32 +1100
commita4bcbe6a41adcaa5e7f1830a7c1da8691d9d2b1d (patch)
tree6f1d9902db4dd2641f9a4848432e5380bd57f07d /kernel/events
parentpowerpc/kernel: Make syscall_exit a local label (diff)
downloadlinux-dev-a4bcbe6a41adcaa5e7f1830a7c1da8691d9d2b1d.tar.xz
linux-dev-a4bcbe6a41adcaa5e7f1830a7c1da8691d9d2b1d.zip
powerpc: Remove old compile time disabled syscall tracing code
We have code to do syscall tracing which is disabled at compile time by default. It's not been touched since the dawn of time (ie. v2.6.12). There are now better ways to do syscall tracing, ie. using the raw_syscall, or syscall tracepoints. For the specific case of tracing syscalls at boot on a system that doesn't get to userspace, you can boot with: trace_event=syscalls tp_printk=on Which will trace syscalls from boot, and echo all output to the console. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'kernel/events')
0 files changed, 0 insertions, 0 deletions