Home
last modified time | relevance | path

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

/arch/x86/events/
Dmsr.c180 static const struct attribute_group *attr_update[] = { variable
290 .attr_update = attr_update,
Drapl.c692 rapl_pmus->pmu.attr_update = rapl_attr_update; in init_rapl_pmus()
Dperf_event.h697 const struct attribute_group **attr_update; member
Dcore.c2002 pmu.attr_update = x86_pmu.attr_update; in init_hw_perf_events()
/arch/x86/events/intel/
Dcstate.c476 .attr_update = core_attr_update,
491 .attr_update = pkg_attr_update,
Duncore.c851 .attr_update = pmu->type->attr_update, in uncore_pmu_register()
856 pmu->pmu.attr_update = pmu->type->attr_update; in uncore_pmu_register()
Duncore.h76 const struct attribute_group **attr_update; member
Dcore.c4920 static const struct attribute_group *attr_update[] = { variable
5533 x86_pmu.attr_update = attr_update; in intel_pmu_init()
Duncore_snbep.c3813 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_iio_set_mapping()
3851 .attr_update = skx_iio_attr_update,