Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h550 ssize_t (*events_sysfs_show)(char *page, u64 config); member
640 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
647 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
915 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
Dperf_event_p6.c230 .events_sysfs_show = intel_event_sysfs_show,
Dperf_event_amd.c646 .events_sysfs_show = amd_event_sysfs_show,
Dperf_event.c1570 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, in events_sysfs_show() function
1581 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1705 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
Dperf_event_intel.c2728 .events_sysfs_show = intel_event_sysfs_show,
2766 .events_sysfs_show = intel_event_sysfs_show,