perf trace: Decode architecture-specific signal numbers
authorBen Hutchings <[email protected]>
Thu, 6 Feb 2014 01:00:41 +0000 (01:00 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 10 Mar 2014 14:10:45 +0000 (11:10 -0300)
commit02c5bb4a352a4cca56e9b5d3a2a57d61062eb2e1
tree63cdae3e6ae1cce177141d05530421520b91041b
parentaf76815a31adc75dd9526230affdd678e65ac59f
perf trace: Decode architecture-specific signal numbers

SIGSTKFLT is not defined on alpha, mips or sparc.

SIGEMT and SIGSWI are defined on some architectures and should be
decoded here if so.

Signed-off-by: Ben Hutchings <[email protected]>
Fixes: 8bad5b0abfdb ('perf trace: Beautify signal number arg in several syscalls')
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-trace.c