Searched refs:perf_event_sysfs_show (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 1836 ssize_t perf_event_sysfs_show(struct device *dev, struct device_attribute *attr, 1847 .attr = __ATTR(_name, 0444, perf_event_sysfs_show, NULL), \
|
/openbmc/linux/arch/x86/events/ |
H A D | rapl.c | 100 .attr = __ATTR(_name, 0444, perf_event_sysfs_show, NULL), \
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 977 attr->attr.show = perf_event_sysfs_show; in add_pmu_attr()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | imc-pmu.c | 147 attr->attr.show = perf_event_sysfs_show; in device_str_attr_create()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 13835 ssize_t perf_event_sysfs_show(struct device *dev, struct device_attribute *attr, in perf_event_sysfs_show() function 13846 EXPORT_SYMBOL_GPL(perf_event_sysfs_show);
|