Home
last modified time | relevance | path

Searched refs:attach_tracing_prog (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf.h1521 bool attach_tracing_prog; /* true if tracing another tracing program */ member
/linux/kernel/bpf/
H A Dsyscall.c2933 prog->aux->attach_tracing_prog = true; in bpf_prog_load()
H A Dverifier.c22609 if (aux->attach_tracing_prog) { in bpf_check_attach_target()