Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Demulated_ops.h79 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, \
/linux-6.15/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-6.15/arch/arc/kernel/
H A Dunaligned.c254 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, address); in misaligned_fixup()
/linux-6.15/arch/riscv/kernel/
H A Dtraps_misaligned.c369 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in handle_scalar_misaligned_load()
484 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in handle_scalar_misaligned_store()
/linux-6.15/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-6.15/tools/include/uapi/linux/
H A Dperf_event.h126 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h126 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
/linux-6.15/arch/sh/kernel/
H A Dtraps_32.c345 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, in handle_unaligned_access()
/linux-6.15/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()
H A Dparse-events.l410 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); }
H A Dparse-events.c113 [PERF_COUNT_SW_ALIGNMENT_FAULTS] = {
/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c562 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->csr_badvaddr); in do_ale()
/linux-6.15/arch/mips/kernel/
H A Dunaligned.c1523 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, in do_ade()
/linux-6.15/tools/bpf/bpftool/
H A Dlink.c55 [PERF_COUNT_SW_ALIGNMENT_FAULTS] = "alignment-faults",
/linux-6.15/tools/perf/
H A Ddesign.txt143 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7,