Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dprog.c432 unsigned int nr_func_lens; in do_dump() local
518 nr_func_lens = info.nr_jited_func_lens; in do_dump()
519 if (nr_func_lens) { in do_dump()
520 func_lens = malloc(nr_func_lens * sizeof(__u32)); in do_dump()
535 info.nr_jited_func_lens = nr_func_lens; in do_dump()
554 if (info.nr_jited_func_lens > nr_func_lens) { in do_dump()