Home
last modified time | relevance | path

Searched refs:kernel_syms_search (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/bpf/bpftool/
Dxlated_dumper.h31 struct kernel_sym *kernel_syms_search(struct dump_data *dd, unsigned long key);
Dxlated_dumper.c71 struct kernel_sym *kernel_syms_search(struct dump_data *dd, in kernel_syms_search() function
181 sym = kernel_syms_search(dd, address); in print_call()
Dprog.c792 sym = kernel_syms_search(&dd, ksyms[i]); in prog_dump()