Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c7306 static struct attribute *empty_attrs; variable
7524 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
7525 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
7526 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
7527 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
7528 struct attribute **tsx_attr = &empty_attrs; in intel_pmu_init()
/linux/arch/x86/events/
H A Dcore.c1989 static struct attribute *empty_attrs; variable
2191 x86_pmu_events_group.attrs = &empty_attrs; in init_hw_perf_events()