Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1571 has_callchain_buf:1, /* callchain buffer allocated? */ member
/linux/kernel/bpf/
H A Dcore.c2798 if (aux->prog->has_callchain_buf) in bpf_prog_free_deferred()
H A Dverifier.c10910 !env->prog->has_callchain_buf) { in check_helper_call()
10925 env->prog->has_callchain_buf = true; in check_helper_call()