Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dperf_event.h687 extern u32 get_ibs_caps(void);
690 static inline u32 get_ibs_caps(void) { return 0; } in get_ibs_caps() function
/linux/arch/x86/events/amd/
H A Dibs.c1539 u32 get_ibs_caps(void) in get_ibs_caps() function
1544 EXPORT_SYMBOL(get_ibs_caps);
H A Dcore.c407 if (event->attr.precise_ip && get_ibs_caps()) in amd_pmu_hw_config()