Home
last modified time | relevance | path

Searched refs:IBS_OP_CNT_CTL (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dperf_event.h191 #define IBS_OP_CNT_CTL (1ULL<<19) macro
/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c206 *config = IBS_OP_CNT_CTL; in perf_ibs_precise_event()
650 perf_ibs_op.config_mask |= IBS_OP_CNT_CTL; in perf_event_ibs_init()
/arch/x86/oprofile/
Dop_model_amd.c240 val |= ibs_config.dispatched_ops ? IBS_OP_CNT_CTL : 0; in op_amd_start_ibs()