Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_ALIGNMENT_FAULTS (Results 1 – 13 of 13) 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.c228 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in handle_scalar_misaligned_load()
341 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/include/uapi/linux/
H A Dperf_event.h129 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/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/tools/perf/util/
H A Dperf_event_attr_fprintf.c159 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_ALIGNMENT_FAULTS) in stringify_perf_sw_id()
/linux/arch/parisc/kernel/
H A Dunaligned.c382 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->ior); in handle_unaligned()
/linux/arch/loongarch/kernel/
H A Dtraps.c568 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/perf/
H A Ddesign.txt143 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7,