Home
last modified time | relevance | path

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

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