Home
last modified time | relevance | path

Searched refs:machine__findnew_dso_id (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.h212 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i…
H A Dmap.c177 dso = machine__findnew_dso_id(machine, filename, id); in map__new()
H A Dmachine.c3090 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i… in machine__findnew_dso_id() function
3097 return machine__findnew_dso_id(machine, filename, NULL); in machine__findnew_dso()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-inject.c358 dso = machine__findnew_dso_id(machine, filename, id); in findnew_dso()