Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dp6.c233 .events_sysfs_show = intel_event_sysfs_show,
H A Dcore.c5419 .events_sysfs_show = intel_event_sysfs_show,
5472 .events_sysfs_show = intel_event_sysfs_show,
/linux-6.15/arch/x86/events/
H A Dperf_event.h853 ssize_t (*events_sysfs_show)(char *page, u64 config); member
1058 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
1065 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
1370 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
H A Dcore.c1839 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1852 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1854 EXPORT_SYMBOL_GPL(events_sysfs_show);
2126 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
/linux-6.15/arch/x86/events/zhaoxin/
H A Dcore.c480 .events_sysfs_show = zhaoxin_event_sysfs_show,
/linux-6.15/arch/x86/events/amd/
H A Dcore.c1335 .events_sysfs_show = amd_event_sysfs_show,