Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dp6.c231 .events_sysfs_show = intel_event_sysfs_show,
H A Dcore.c5261 .events_sysfs_show = intel_event_sysfs_show,
5314 .events_sysfs_show = intel_event_sysfs_show,
/linux/arch/x86/events/zhaoxin/
H A Dcore.c480 .events_sysfs_show = zhaoxin_event_sysfs_show,
/linux/arch/x86/events/
H A Dcore.c1830 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1843 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1845 EXPORT_SYMBOL_GPL(events_sysfs_show);
2116 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()