Home
last modified time | relevance | path

Searched refs:kallsyms__parse (Results 1 – 7 of 7) sorted by relevance

/linux/tools/lib/symbol/
H A Dkallsyms.h25 int kallsyms__parse(const char *filename, void *arg,
H A Dkallsyms.c31 int kallsyms__parse(const char *filename, void *arg, in kallsyms__parse() function
/linux/tools/perf/bench/
H A Dkallsyms-parse.c48 err = kallsyms__parse("/proc/kallsyms", NULL, in do_kallsyms_parse()
61 printf(" Average kallsyms__parse took: %.3f ms (+- %.3f ms)\n", in do_kallsyms_parse()
/linux/tools/perf/arch/x86/util/
H A Dmachine.c83 ret = kallsyms__parse(filename, &mi, find_extra_kernel_maps); in machine__create_extra_kernel_maps()
/linux/tools/perf/util/
H A Dbpf-event.c821 if (kallsyms__parse(kallsyms_filename, &arg, kallsyms_process_symbol)) { in perf_event__synthesize_bpf_events()
H A Dsymbol.c802 return kallsyms__parse(filename, dso, map__process_kallsym_symbol); in dso__load_all_kallsyms()
H A Dsymbol-elf.c2274 if (kallsyms__parse(kallsyms_filename, kci, in kcore_copy__parse_kallsyms()