Home
last modified time | relevance | path

Searched refs:merge_attr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_cf_events.c265 static __init struct attribute **merge_attr(struct attribute **a, in merge_attr() function
317 combined = merge_attr(cpumcf_pmu_event_attr, model); in cpumf_cf_event_group()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h801 struct attribute **merge_attr(struct attribute **a, struct attribute **b);
Dperf_event.c1567 __init struct attribute **merge_attr(struct attribute **a, struct attribute **b) in merge_attr() function
1735 tmp = merge_attr(x86_pmu_events_group.attrs, x86_pmu.cpu_events); in init_hw_perf_events()
Dperf_event_intel.c3554 x86_pmu.format_attrs = merge_attr(intel_arch3_formats_attr, in intel_pmu_init()