Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Demulated_ops.h79 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, \
/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()
/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c370 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in handle_scalar_misaligned_load()
483 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in handle_scalar_misaligned_store()
/linux/arch/arm64/kernel/
H A Dcompat_alignment.c381 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->pc); in do_compat_alignment_fixup()
/linux/tools/include/uapi/linux/
H A Dperf_event.h129 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/linux/arch/sh/kernel/
H A Dtraps_32.c345 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, in handle_unaligned_access()
/linux/arch/loongarch/kernel/
H A Dtraps.c563 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->csr_badvaddr); in do_ale()
/linux/arch/mips/kernel/
H A Dunaligned.c1523 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, in do_ade()
/linux/tools/bpf/bpftool/
H A Dlink.c55 [PERF_COUNT_SW_ALIGNMENT_FAULTS] = "alignment-faults",
/linux/tools/perf/
H A Ddesign.txt143 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7,