Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dperf_event.h917 ssize_t (*events_sysfs_show)(char *page, u64 config); member
1130 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
1137 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
1452 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
H A Dcore.c1898 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1911 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1913 EXPORT_SYMBOL_GPL(events_sysfs_show);
2193 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
/linux/arch/x86/events/intel/
H A Dcore.c6346 .events_sysfs_show = intel_event_sysfs_show,
6399 .events_sysfs_show = intel_event_sysfs_show,