own_cpus           39 tools/perf/lib/evlist.c 	if (!evsel->own_cpus || evlist->has_user_cpus) {
own_cpus           42 tools/perf/lib/evlist.c 	} else if (evsel->cpus != evsel->own_cpus) {
own_cpus           44 tools/perf/lib/evlist.c 		evsel->cpus = perf_cpu_map__get(evsel->own_cpus);
own_cpus           41 tools/perf/lib/include/internal/evsel.h 	struct perf_cpu_map	*own_cpus;
own_cpus          117 tools/perf/tests/event_update.c 	evsel->core.own_cpus = perf_cpu_map__new("1,2,3");
own_cpus          122 tools/perf/tests/event_update.c 	perf_cpu_map__put(evsel->core.own_cpus);
own_cpus         1140 tools/perf/util/evsel.c 	if (evsel->core.own_cpus || evsel->unit)
own_cpus         1253 tools/perf/util/evsel.c 	perf_cpu_map__put(evsel->core.own_cpus);
own_cpus         3793 tools/perf/util/header.c 			evsel->core.own_cpus = map;
own_cpus          338 tools/perf/util/parse-events.c 	evsel->core.own_cpus = perf_cpu_map__get(cpus);
own_cpus         1571 tools/perf/util/synthetic-events.c 	if (!evsel->core.own_cpus)
own_cpus         1574 tools/perf/util/synthetic-events.c 	ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max);
own_cpus         1584 tools/perf/util/synthetic-events.c 				 evsel->core.own_cpus, type, max);
own_cpus         1652 tools/perf/util/synthetic-events.c 		if (evsel->core.own_cpus) {