Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dcore.c5794 static struct attribute *empty_attrs; variable
5921 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
5922 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
5923 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
5924 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
5925 struct attribute **tsx_attr = &empty_attrs; in intel_pmu_init()
/Linux-v6.6/arch/x86/events/
Dcore.c1918 static struct attribute *empty_attrs; variable
2111 x86_pmu_events_group.attrs = &empty_attrs; in init_hw_perf_events()