Searched refs:machine__load_kallsyms (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c237 if (machine__load_kallsyms(&args.kallsyms, "/proc/kallsyms") <= 0) {
238 pr_debug("machine__load_kallsyms failed");
/linux-master/tools/perf/util/
H A Dmachine.h232 int machine__load_kallsyms(struct machine *machine, const char *filename);
H A Dmachine.c156 * 1) We should switch to machine__load_kallsyms(), i.e. not explicitly
160 if (machine && machine__load_kallsyms(machine, "/proc/kallsyms") <= 0) {
1309 int machine__load_kallsyms(struct machine *machine, const char *filename) function

Completed in 128 milliseconds