aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorEric W. Biederman <[email protected]>2021-04-30 22:53:38 +0000
committerEric W. Biederman <[email protected]>2021-07-23 18:14:13 +0000
commitc7fff9288dce1ee5fa9de8d656e09cc8e0e3281b (patch)
tree57b4e87c5d1946b65dac114654d4972d60cff1bd /tools/perf/scripts/python/intel-pt-events.py
parentsignal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK (diff)
downloadkernel-c7fff9288dce1ee5fa9de8d656e09cc8e0e3281b.tar.gz
kernel-c7fff9288dce1ee5fa9de8d656e09cc8e0e3281b.zip
signal: Remove the generic __ARCH_SI_TRAPNO support
Now that __ARCH_SI_TRAPNO is no longer set by any architecture remove all of the code it enabled from the kernel. On alpha and sparc a more explict approach of using send_sig_fault_trapno or force_sig_fault_trapno in the very limited circumstances where si_trapno was set to a non-zero value. The generic support that is being removed always set si_trapno on all fault signals. With only SIGILL ILL_ILLTRAP on sparc and SIGFPE and SIGTRAP TRAP_UNK on alpla providing si_trapno values asking all senders of fault signals to provide an si_trapno value does not make sense. Making si_trapno an ordinary extension of the fault siginfo layout has enabled the architecture generic implementation of SIGTRAP TRAP_PERF, and enables other faulting signals to grow architecture generic senders as well. v1: https://lkml.kernel.org/r/[email protected] v2: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/87bl73xx6x.fsf_-_@disp2133 Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions