Searched refs:events_sysfs_show (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | p6.c | 231 .events_sysfs_show = intel_event_sysfs_show,
|
A D | core.c | 4895 .events_sysfs_show = intel_event_sysfs_show, 4947 .events_sysfs_show = intel_event_sysfs_show,
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 804 ssize_t (*events_sysfs_show)(char *page, u64 config); member 1014 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1021 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \ 1288 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
|
A D | core.c | 1828 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function 1841 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show() 1843 EXPORT_SYMBOL_GPL(events_sysfs_show); 2114 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
|
/linux-6.3-rc2/arch/x86/events/zhaoxin/ |
A D | core.c | 480 .events_sysfs_show = zhaoxin_event_sysfs_show,
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | core.c | 1260 .events_sysfs_show = amd_event_sysfs_show,
|
Completed in 26 milliseconds