Home
last modified time | relevance | path

Searched refs:get_ibs_caps (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dperf_event.h277 extern u32 get_ibs_caps(void);
279 static inline u32 get_ibs_caps(void) { return 0; } in get_ibs_caps() function
/Linux-v5.4/arch/x86/events/amd/
Dibs.c777 u32 get_ibs_caps(void) in get_ibs_caps() function
782 EXPORT_SYMBOL(get_ibs_caps);
Dcore.c347 if (event->attr.precise_ip && get_ibs_caps()) in amd_pmu_hw_config()
/Linux-v5.4/arch/x86/oprofile/
Dop_model_amd.c448 ibs_caps = get_ibs_caps(); in init_ibs()