Home
last modified time | relevance | path

Searched refs:attr_update (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/x86/events/
Dmsr.c177 static const struct attribute_group *attr_update[] = { variable
287 .attr_update = attr_update,
Dperf_event.h628 const struct attribute_group **attr_update; member
Dcore.c1822 pmu.attr_update = x86_pmu.attr_update; in init_hw_perf_events()
/Linux-v5.4/arch/x86/events/intel/
Dcstate.c473 .attr_update = core_attr_update,
488 .attr_update = pkg_attr_update,
Drapl.c658 rapl_pmus->pmu.attr_update = rapl_attr_update; in init_rapl_pmus()
Dcore.c4499 static const struct attribute_group *attr_update[] = { variable
5093 x86_pmu.attr_update = attr_update; in intel_pmu_init()
/Linux-v5.4/include/linux/
Dperf_event.h260 const struct attribute_group **attr_update; member
/Linux-v5.4/kernel/events/
Dcore.c10015 if (pmu->attr_update) in pmu_dev_alloc()
10016 ret = sysfs_update_groups(&pmu->dev->kobj, pmu->attr_update); in pmu_dev_alloc()