Searched refs:events_sysfs_show (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 915 ssize_t (*events_sysfs_show)(char *page, u64 config); member 1128 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1135 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1451 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 1347 .events_sysfs_show = amd_event_sysfs_show,
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6640 .events_sysfs_show = intel_event_sysfs_show, 6693 .events_sysfs_show = intel_event_sysfs_show,
|