Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H A Dibs.c341 if (ibs_caps & IBS_CAPS_DIS) { in perf_ibs_init()
536 if (ibs_caps & IBS_CAPS_DIS) { in perf_ibs_disable_event()
1572 if (ibs_caps & IBS_CAPS_DIS) in perf_ibs_handle_irq()
1646 if (ibs_caps & IBS_CAPS_DIS) in perf_ibs_fetch_init()
1670 if (ibs_caps & IBS_CAPS_DIS) in perf_ibs_op_init()
1920 if (ibs_caps & IBS_CAPS_DIS) { in x86_pmu_amd_ibs_starting_cpu()
/linux/arch/x86/include/asm/
H A Dperf_event.h646 #define IBS_CAPS_DIS (1U<<13) macro