dso__new_map       73 tools/perf/tests/map_groups.c 		map = dso__new_map(bpf_progs[i].name);
dso__new_map       82 tools/perf/tests/map_groups.c 	map_kcore1 = dso__new_map("kcore1");
dso__new_map       85 tools/perf/tests/map_groups.c 	map_kcore2 = dso__new_map("kcore2");
dso__new_map       88 tools/perf/tests/map_groups.c 	map_kcore3 = dso__new_map("kcore3");
dso__new_map     1925 tools/perf/util/auxtrace.c 	map = dso__new_map(name);
dso__new_map      336 tools/perf/util/dso.h struct map *dso__new_map(const char *name);
dso__new_map      726 tools/perf/util/machine.c 		map = dso__new_map(event->ksymbol.name);
dso__new_map      149 tools/perf/util/probe-event.c 		return dso__new_map(module);
dso__new_map      173 tools/perf/util/probe-event.c 		map = dso__new_map(target);
dso__new_map      659 tools/perf/util/probe-event.c 	map = dso__new_map(pathname);
dso__new_map     2105 tools/perf/util/probe-event.c 		map = dso__new_map(tp->module);