Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/bpf/
Ddrgn.rst140 .attach_btf_trace = (bool)0,
/Linux-v5.15/include/linux/
Dbpf.h865 bool attach_btf_trace; /* true if attaching to BTF-enabled raw tp */ member
/Linux-v5.15/kernel/bpf/
Dbtf.c4726 if (prog->aux->attach_btf_trace) { in btf_ctx_access()
Dverifier.c13632 prog->aux->attach_btf_trace = true; in BTF_SET_START()