Searched refs:events_sysfs_show (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 907 ssize_t (*events_sysfs_show)(char *page, u64 config); member 1120 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1127 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1442 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
|
| H A D | core.c | 1895 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function 1908 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show() 1910 EXPORT_SYMBOL_GPL(events_sysfs_show); 2190 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6311 .events_sysfs_show = intel_event_sysfs_show, 6364 .events_sysfs_show = intel_event_sysfs_show,
|