Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_ALIGNMENT_FAULTS (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Demulated_ops.h79 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, \
/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_64.c340 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in kernel_unaligned_trap()
609 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, sfar); in handle_lddfmna()
673 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, sfar); in handle_stdfmna()
H A Dunaligned_32.c253 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in kernel_unaligned_trap()
/openbmc/linux/arch/arc/kernel/
H A Dunaligned.c254 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, address); in misaligned_fixup()
/openbmc/linux/arch/arm64/kernel/
H A Dcompat_alignment.c379 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->pc); in do_compat_alignment_fixup()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h126 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h126 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/openbmc/linux/tools/perf/util/
H A Dparse-events.l319 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); }
H A Dperf_event_attr_fprintf.c160 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_ALIGNMENT_FAULTS) in stringify_perf_sw_id()
H A Dparse-events.c112 [PERF_COUNT_SW_ALIGNMENT_FAULTS] = {
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c344 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, in handle_unaligned_access()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c532 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->csr_badvaddr); in do_ale()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c55 [PERF_COUNT_SW_ALIGNMENT_FAULTS] = "alignment-faults",
/openbmc/linux/arch/mips/kernel/
H A Dunaligned.c1522 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, in do_ade()
/openbmc/linux/tools/perf/
H A Ddesign.txt143 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7,