Searched refs:merge_attr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_cf_events.c | 515 static __init struct attribute **merge_attr(struct attribute **a, in merge_attr() function 594 combined = merge_attr(cfvn, csvn, model); in cpumf_cf_event_group()
|
/Linux-v4.19/arch/x86/events/ |
D | core.c | 1629 __init struct attribute **merge_attr(struct attribute **a, struct attribute **b) in merge_attr() function 1815 tmp = merge_attr(x86_pmu_caps_group.attrs, x86_pmu.caps_attrs); in init_hw_perf_events() 1831 tmp = merge_attr(x86_pmu_events_group.attrs, x86_pmu.cpu_events); in init_hw_perf_events() 1839 tmp = merge_attr(x86_pmu_attr_group.attrs, x86_pmu.attrs); in init_hw_perf_events()
|
D | perf_event.h | 836 struct attribute **merge_attr(struct attribute **a, struct attribute **b);
|
/Linux-v4.19/arch/x86/events/intel/ |
D | core.c | 3798 merge_attr(hsw_events_attrs, hsw_tsx_events_attrs) : in get_hsw_events_attrs() 4325 extra_attr = merge_attr(extra_attr, skl_format_attr); in intel_pmu_init() 4355 x86_pmu.format_attrs = merge_attr(intel_arch3_formats_attr, in intel_pmu_init() 4409 x86_pmu.caps_attrs = merge_attr(x86_pmu.caps_attrs, lbr_attrs); in intel_pmu_init()
|