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.c5817 static struct attribute *empty_attrs; variable
5944 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
5945 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
5946 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
5947 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
5948 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()