Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dprog.c431 unsigned int nr_func_ksyms; in do_dump() local
508 nr_func_ksyms = info.nr_jited_ksyms; in do_dump()
509 if (nr_func_ksyms) { in do_dump()
510 func_ksyms = malloc(nr_func_ksyms * sizeof(__u64)); in do_dump()
533 info.nr_jited_ksyms = nr_func_ksyms; in do_dump()
549 if (info.nr_jited_ksyms > nr_func_ksyms) { in do_dump()