Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dcore.c5855 static struct attribute *empty_attrs; variable
5982 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
5983 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
5984 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
5985 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
5986 struct attribute **tsx_attr = &empty_attrs; in intel_pmu_init()
/openbmc/linux/arch/x86/events/
H A Dcore.c1921 static struct attribute *empty_attrs; variable
2114 x86_pmu_events_group.attrs = &empty_attrs; in init_hw_perf_events()