Home
last modified time | relevance | path

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

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