Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/bpf/
Ddrgn.rst140 .attach_btf_trace = (bool)0,
/linux-5.19.10/include/linux/
Dbpf.h1036 bool attach_btf_trace; /* true if attaching to BTF-enabled raw tp */ member
/linux-5.19.10/kernel/bpf/
Dbtf.c5244 if (prog->aux->attach_btf_trace) { in btf_ctx_access()
Dverifier.c14880 prog->aux->attach_btf_trace = true; in BTF_SET_START()