Searched refs:PERF_COUNT_SW_ALIGNMENT_FAULTS (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | emulated_ops.h | 79 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, \
|
| /linux/arch/sparc/kernel/ |
| H A D | unaligned_64.c | 340 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 D | unaligned_32.c | 253 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, addr); in kernel_unaligned_trap()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps_misaligned.c | 228 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 D | compat_alignment.c | 381 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->pc); in do_compat_alignment_fixup()
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 129 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 129 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7, enumerator
|
| /linux/arch/sh/kernel/ |
| H A D | traps_32.c | 345 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, in handle_unaligned_access()
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 159 ENUM_ID_TO_STR_CASE(PERF_COUNT_SW_ALIGNMENT_FAULTS) in stringify_perf_sw_id()
|
| /linux/arch/parisc/kernel/ |
| H A D | unaligned.c | 382 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->ior); in handle_unaligned()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 568 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->csr_badvaddr); in do_ale()
|
| /linux/arch/mips/kernel/ |
| H A D | unaligned.c | 1523 perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, in do_ade()
|
| /linux/tools/perf/ |
| H A D | design.txt | 143 PERF_COUNT_SW_ALIGNMENT_FAULTS = 7,
|