Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dsymbols.c84 struct dso *dso = machine__findnew_dso(ti->machine, filename); in create_map()
H A Dhists_common.c131 dso = machine__findnew_dso(machine, fake_symbols[i].dso_name); in setup_fake_machine()
/linux/tools/perf/util/
H A Dmachine.h238 struct dso *machine__findnew_dso(struct machine *machine, const char *filename);
H A Dmachine.c1681 kernel = machine__findnew_dso(machine, machine->mmap_name); in machine__process_kernel_mmap_event()
3223 struct dso *machine__findnew_dso(struct machine *machine, const char *filename) in machine__findnew_dso() function
H A Ddso.c1428 struct dso *dso = machine__findnew_dso(machine, name); in machine__findnew_kernel()
H A Dheader.c2536 dso = machine__findnew_dso(machine, filename); in perf_header__read_build_ids_abi_quirk()