Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event.h564 ssize_t (*events_sysfs_show)(char *page, u64 config); member
658 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
665 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
929 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.c1607 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, in events_sysfs_show() function
1618 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1742 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
Dperf_event_intel.c2971 .events_sysfs_show = intel_event_sysfs_show,
3010 .events_sysfs_show = intel_event_sysfs_show,