machine__findnew_dso  131 tools/perf/tests/hists_common.c 		dso = machine__findnew_dso(machine, fake_symbols[i].dso_name);
machine__findnew_dso 1085 tools/perf/util/dso.c 	struct dso *dso = machine__findnew_dso(machine, name);
machine__findnew_dso 1917 tools/perf/util/header.c 	dso = machine__findnew_dso(machine, filename);
machine__findnew_dso 1607 tools/perf/util/machine.c 			kernel = machine__findnew_dso(machine, machine->mmap_name);
machine__findnew_dso  205 tools/perf/util/machine.h struct dso *machine__findnew_dso(struct machine *machine, const char *filename);
machine__findnew_dso  200 tools/perf/util/map.c 			dso = machine__findnew_dso(machine, filename);