Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_common.c124 dso = machine__findnew_dso(machine, fake_symbols[i].dso_name); in setup_fake_machine()
/linux-4.4.14/tools/perf/util/
Dmachine.h168 struct dso *machine__findnew_dso(struct machine *machine, const char *filename);
Dmap.c182 dso = machine__findnew_dso(machine, filename); in map__new()
Dmachine.c1219 kernel = machine__findnew_dso(machine, kmmap_prefix); in machine__process_kernel_mmap_event()
2021 struct dso *machine__findnew_dso(struct machine *machine, const char *filename) in machine__findnew_dso() function
Ddso.c873 struct dso *dso = machine__findnew_dso(machine, name); in machine__findnew_kernel()
Dheader.c1255 dso = machine__findnew_dso(machine, filename); in __event_process_build_id()