Searched refs:attr_update (Results 1 – 8 of 8) sorted by relevance
177 static const struct attribute_group *attr_update[] = { variable287 .attr_update = attr_update,
628 const struct attribute_group **attr_update; member
1822 pmu.attr_update = x86_pmu.attr_update; in init_hw_perf_events()
473 .attr_update = core_attr_update,488 .attr_update = pkg_attr_update,
658 rapl_pmus->pmu.attr_update = rapl_attr_update; in init_rapl_pmus()
4499 static const struct attribute_group *attr_update[] = { variable5093 x86_pmu.attr_update = attr_update; in intel_pmu_init()
260 const struct attribute_group **attr_update; member
10015 if (pmu->attr_update) in pmu_dev_alloc()10016 ret = sysfs_update_groups(&pmu->dev->kobj, pmu->attr_update); in pmu_dev_alloc()