Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c4932 static struct attribute *empty_attrs; variable
4936 struct attribute **extra_skl_attr = &empty_attrs; in intel_pmu_init()
4937 struct attribute **extra_attr = &empty_attrs; in intel_pmu_init()
4938 struct attribute **td_attr = &empty_attrs; in intel_pmu_init()
4939 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init()
4940 struct attribute **tsx_attr = &empty_attrs; in intel_pmu_init()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c1831 static struct attribute *empty_attrs; variable
2000 x86_pmu_events_group.attrs = &empty_attrs; in init_hw_perf_events()