Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/
Dperf_event.h627 ssize_t (*events_sysfs_show)(char *page, u64 config); member
744 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
751 .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
898 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
Dcore.c1642 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, char *page) in events_sysfs_show() function
1652 return x86_pmu.events_sysfs_show(page, config); in events_sysfs_show()
1654 EXPORT_SYMBOL_GPL(events_sysfs_show);
1819 if (!x86_pmu.events_sysfs_show) in init_hw_perf_events()
/Linux-v5.4/arch/x86/events/intel/
Dp6.c231 .events_sysfs_show = intel_event_sysfs_show,
Dcore.c3903 .events_sysfs_show = intel_event_sysfs_show,
3948 .events_sysfs_show = intel_event_sysfs_show,
/Linux-v5.4/arch/x86/events/amd/
Dcore.c899 .events_sysfs_show = amd_event_sysfs_show,