Home
last modified time | relevance | path

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

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