Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/
Dperf_event.h575 ssize_t (*events_sysfs_show)(char *page, u64 config); member
683 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
690 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
838 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
Dcore.c1654 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1664 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1666 EXPORT_SYMBOL_GPL(events_sysfs_show);
1823 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
/Linux-v4.19/arch/x86/events/intel/
Dp6.c231 .events_sysfs_show = intel_event_sysfs_show,
Dcore.c3501 .events_sysfs_show = intel_event_sysfs_show,
3545 .events_sysfs_show = intel_event_sysfs_show,
/Linux-v4.19/arch/x86/events/amd/
Dcore.c646 .events_sysfs_show = amd_event_sysfs_show,