Searched refs:machine__findnew_dso (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/tests/
H A Dsymbols.c78 struct dso *dso = machine__findnew_dso(ti->machine, filename);
H A Dhists_common.c131 dso = machine__findnew_dso(machine, fake_symbols[i].dso_name);
/linux-master/tools/perf/util/
H A Dmachine.h211 struct dso *machine__findnew_dso(struct machine *machine, const char *filename);
H A Ddso.c1230 struct dso *dso = machine__findnew_dso(machine, name);
H A Dmachine.c1731 kernel = machine__findnew_dso(machine, machine->mmap_name);
3208 struct dso *machine__findnew_dso(struct machine *machine, const char *filename) function
H A Dheader.c2300 dso = machine__findnew_dso(machine, filename);

Completed in 167 milliseconds