Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dperf_event.h414 extern u32 get_ibs_caps(void);
416 static inline u32 get_ibs_caps(void) { return 0; } in get_ibs_caps() function
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dibs.c870 u32 get_ibs_caps(void) in get_ibs_caps() function
875 EXPORT_SYMBOL(get_ibs_caps);
H A Dcore.c366 if (event->attr.precise_ip && get_ibs_caps()) in amd_pmu_hw_config()
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dop_model_amd.c448 ibs_caps = get_ibs_caps(); in init_ibs()