Home
last modified time | relevance | path

Searched refs:empty_attrs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/events/intel/
Dcore.c4511 static struct attribute *empty_attrs; variable
4515 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
4516 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
4517 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
4518 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
4519 struct attribute **tsx_attr = &empty_attrs; in intel_pmu_init()
/Linux-v5.4/arch/x86/events/
Dcore.c1690 static struct attribute *empty_attrs; variable
1820 x86_pmu_events_group.attrs = &empty_attrs; in init_hw_perf_events()