Home
last modified time | relevance | path

Searched refs:dso__load_vmlinux_path (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.h209 int dso__load_vmlinux_path(struct dso *dso, struct map *map,
Dsymbol.c1160 int dso__load_vmlinux_path(struct dso *dso, struct map *map, in dso__load_vmlinux_path() function
1230 err = dso__load_vmlinux_path(dso, map, filter); in dso__load_kernel_sym()
Dmachine.c659 int ret = dso__load_vmlinux_path(map->dso, map, filter); in machine__load_vmlinux_path()
Dprobe-event.c161 if (dso__load_vmlinux_path(dso, map, NULL) <= 0) { in kernel_get_module_dso()