Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst140 .attach_btf_trace = (bool)0,
/openbmc/linux/include/linux/
H A Dbpf.h1416 bool attach_btf_trace; /* true if attaching to BTF-enabled raw tp */ member
/openbmc/linux/kernel/bpf/
H A Dbtf.c5951 if (prog->aux->attach_btf_trace) { in btf_ctx_access()
H A Dverifier.c20176 prog->aux->attach_btf_trace = true; in check_attach_btf_id()