Re: [PATCH 3/3] perf trace: Decode architecture-specific signal numbers

2014-03-10 Thread Arnaldo Carvalho de Melo
Em Sun, Mar 09, 2014 at 01:55:33PM +, Ben Hutchings escreveu: > What's happening with this patch? perf fails to build on alpha or sparc > since 3.13. Grrr, I thought I had processed all of these, but this got missed, did it now, will push soon. - Arnaldo > Ben. > > On Thu, 2014-02-06 at 0

Re: [PATCH 3/3] perf trace: Decode architecture-specific signal numbers

2014-03-09 Thread Ben Hutchings
What's happening with this patch? perf fails to build on alpha or sparc since 3.13. Ben. On Thu, 2014-02-06 at 01:00 +, Ben Hutchings wrote: > SIGSTKFLT is not defined on alpha, mips or sparc. > SIGEMT and SIGSWI are defined on some architectures and should be > decoded here if so. > > Fixe

[PATCH 3/3] perf trace: Decode architecture-specific signal numbers

2014-02-05 Thread Ben Hutchings
SIGSTKFLT is not defined on alpha, mips or sparc. SIGEMT and SIGSWI are defined on some architectures and should be decoded here if so. Fixes: 8bad5b0abfdb ('perf trace: Beautify signal number arg in several syscalls') Signed-off-by: Ben Hutchings Cc: --- tools/perf/builtin-trace.c | 10 ++