Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dprog.c428 unsigned long *func_ksyms = NULL; in do_dump() local
510 func_ksyms = malloc(nr_func_ksyms * sizeof(__u64)); in do_dump()
511 if (!func_ksyms) { in do_dump()
532 info.jited_ksyms = ptr_to_u64(func_ksyms); in do_dump()
665 free(func_ksyms); in do_dump()
671 free(func_ksyms); in do_dump()