Searched refs:events_sysfs_show (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kernel/cpu/ |
D | perf_event.h | 564 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,
|
D | perf_event_p6.c | 230 .events_sysfs_show = intel_event_sysfs_show,
|
D | perf_event_amd.c | 646 .events_sysfs_show = amd_event_sysfs_show,
|
D | perf_event.c | 1607 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()
|
D | perf_event_intel.c | 2971 .events_sysfs_show = intel_event_sysfs_show, 3010 .events_sysfs_show = intel_event_sysfs_show,
|