Home
last modified time | relevance | path

Searched refs:EV67_PCTR_INSTR_CYCLES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dwrperfmon.h89 #define EV67_PCTR_INSTR_CYCLES (0UL<<2) macro
/openbmc/linux/arch/alpha/kernel/
H A Dperf_event.c141 {EV67_PCTR_INSTR_CYCLES, 1}, /* EV67_CYCLES, */
142 {EV67_PCTR_INSTR_CYCLES, 0}, /* EV67_INSTRUCTIONS */
190 config = EV67_PCTR_INSTR_CYCLES; in ev67_check_constraints()