dso__new          127 tools/perf/tests/dso-data.c 	dso = dso__new((const char *)file);
dso__new          217 tools/perf/tests/dso-data.c 		dsos[i] = dso__new(file);
dso__new         1071 tools/perf/util/dso.c 	struct dso *dso = dso__new(name);
dso__new          217 tools/perf/util/dso.h struct dso *dso__new(const char *name);
dso__new          180 tools/perf/util/dsos.c 	struct dso *dso = dso__new(name);
dso__new          115 tools/perf/util/probe-finder.c 	dso = dso__new(path);
dso__new          912 tools/perf/util/symbol-elf.c 		curr_dso = dso__new(dso_name);
dso__new          858 tools/perf/util/symbol.c 			ndso = dso__new(dso_name);
dso__new          132 tools/perf/util/vdso.c 	dso = dso__new(short_name);