Searched refs:events_sysfs_show (Results 1 – 4 of 4) sorted by relevance
231 .events_sysfs_show = intel_event_sysfs_show,
5261 .events_sysfs_show = intel_event_sysfs_show,5314 .events_sysfs_show = intel_event_sysfs_show,
480 .events_sysfs_show = zhaoxin_event_sysfs_show,
1830 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function1843 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()