HomeSort by relevance Sort by last modified time
    Searched refs:dso__load_vmlinux (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.h 217 int dso__load_vmlinux(struct dso *dso, struct map *map,
symbol.c 1122 int dso__load_vmlinux(struct dso *dso, struct map *map, function
1171 err = dso__load_vmlinux(dso, map, filename, filter);
1180 err = dso__load_vmlinux(dso, map, vmlinux_path[i], filter);
1209 * validation in dso__load_vmlinux and will bail out if they don't
1218 err = dso__load_vmlinux(dso, map,
1321 err = dso__load_vmlinux(dso, map,
    [all...]
probe-event.c 158 if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0)
    [all...]

Completed in 124 milliseconds