Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/bpf/
Ddrgn.rst140 .attach_btf_trace = (bool)0,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h859 bool attach_btf_trace; /* true if attaching to BTF-enabled raw tp */ member
/kernel/linux/linux-5.10/kernel/bpf/
Dbtf.c4454 if (prog->aux->attach_btf_trace) { in btf_ctx_access()
Dverifier.c12341 prog->aux->attach_btf_trace = true; in check_attach_btf_id()