Searched refs:dso__load_sym (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | symbol.h | 181 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
|
H A D | symbol-minimal.c | 339 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym() function
|
H A D | symbol.c | 1912 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load() 1976 err = dso__load_sym(dso, map, &ss, &ss, 0); in dso__load_vmlinux()
|
H A D | symbol-elf.c | 1745 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym() function
|