Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/
Dperf_event.h781 ssize_t (*events_sysfs_show)(char *page, u64 config); member
984 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
991 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
1187 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
Dcore.c1825 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1838 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1840 EXPORT_SYMBOL_GPL(events_sysfs_show);
2120 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
/Linux-v5.15/arch/x86/events/intel/
Dp6.c231 .events_sysfs_show = intel_event_sysfs_show,
Dcore.c4582 .events_sysfs_show = intel_event_sysfs_show,
4632 .events_sysfs_show = intel_event_sysfs_show,
/Linux-v5.15/arch/x86/events/zhaoxin/
Dcore.c480 .events_sysfs_show = zhaoxin_event_sysfs_show,
/Linux-v5.15/arch/x86/events/amd/
Dcore.c932 .events_sysfs_show = amd_event_sysfs_show,