Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dperf_event.h469 extern u32 get_ibs_caps(void);
471 static inline u32 get_ibs_caps(void) { return 0; } in get_ibs_caps() function
/Linux-v6.1/arch/x86/events/amd/
Dibs.c1295 u32 get_ibs_caps(void) in get_ibs_caps() function
1300 EXPORT_SYMBOL(get_ibs_caps);
Dcore.c376 if (event->attr.precise_ip && get_ibs_caps()) in amd_pmu_hw_config()