Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dsymbols.c177 nr = dso__load(dso, map); in test_file()
/linux-6.15/tools/perf/util/
H A Dsymbol.h118 int dso__load(struct dso *dso, struct map *map);
H A Dmap.c352 nr = dso__load(dso, map); in map__load()
H A Dsymbol.c1795 int dso__load(struct dso *dso, struct map *map) in dso__load() function
H A Dmachine.c1682 dso__load(kernel, machine__kernel_map(machine)); in machine__process_kernel_mmap_event()