Searched refs:events_sysfs_show (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 896 ssize_t (*events_sysfs_show)(char *page, u64 config); member 1108 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1115 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1424 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
|
| H A D | core.c | 1859 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function 1872 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show() 1874 EXPORT_SYMBOL_GPL(events_sysfs_show); 2153 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6035 .events_sysfs_show = intel_event_sysfs_show, 6088 .events_sysfs_show = intel_event_sysfs_show,
|