Searched refs:own_cpus (Results 1 – 7 of 7) sorted by relevance
39 if (!evsel->own_cpus || evlist->has_user_cpus) { in __perf_evlist__propagate_maps()42 } else if (evsel->cpus != evsel->own_cpus) { in __perf_evlist__propagate_maps()44 evsel->cpus = perf_cpu_map__get(evsel->own_cpus); in __perf_evlist__propagate_maps()
117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()122 perf_cpu_map__put(evsel->core.own_cpus); in test__event_update()
41 struct perf_cpu_map *own_cpus; member
1571 if (!evsel->core.own_cpus) in perf_event__synthesize_event_update_cpus()1574 ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max); in perf_event__synthesize_event_update_cpus()1584 evsel->core.own_cpus, type, max); in perf_event__synthesize_event_update_cpus()1652 if (evsel->core.own_cpus) { in perf_event__synthesize_extra_attr()
1140 if (evsel->core.own_cpus || evsel->unit) in perf_evsel__config()1253 perf_cpu_map__put(evsel->core.own_cpus); in perf_evsel__exit()
338 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()
3802 evsel->core.own_cpus = map; in perf_event__process_event_update()