Searched refs:events_sysfs_show (Results 1 – 6 of 6) sorted by relevance
/arch/x86/events/ |
D | perf_event.h | 696 ssize_t (*events_sysfs_show)(char *page, u64 config); member 882 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 889 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1061 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
|
D | core.c | 1780 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function 1793 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show() 1795 EXPORT_SYMBOL_GPL(events_sysfs_show); 1999 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
|
/arch/x86/events/intel/ |
D | p6.c | 231 .events_sysfs_show = intel_event_sysfs_show,
|
D | core.c | 4287 .events_sysfs_show = intel_event_sysfs_show, 4337 .events_sysfs_show = intel_event_sysfs_show,
|
/arch/x86/events/zhaoxin/ |
D | core.c | 480 .events_sysfs_show = zhaoxin_event_sysfs_show,
|
/arch/x86/events/amd/ |
D | core.c | 932 .events_sysfs_show = amd_event_sysfs_show,
|