Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
Dhists_common.c131 dso = machine__findnew_dso(machine, fake_symbols[i].dso_name); in setup_fake_machine()
/Linux-v6.1/tools/perf/util/
Dmachine.h223 struct dso *machine__findnew_dso(struct machine *machine, const char *filename);
Ddso.c1188 struct dso *dso = machine__findnew_dso(machine, name); in machine__findnew_kernel()
Dmachine.c1817 kernel = machine__findnew_dso(machine, machine->mmap_name); in machine__process_kernel_mmap_event()
3294 struct dso *machine__findnew_dso(struct machine *machine, const char *filename) in machine__findnew_dso() function
Dheader.c2252 dso = machine__findnew_dso(machine, filename); in __event_process_build_id()