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

/linux-master/include/linux/
H A Dbpf.h1456 bool attach_tracing_prog; /* true if tracing another tracing program */ member in struct:bpf_prog_aux
/linux-master/kernel/bpf/
H A Dsyscall.c2866 * It might be tempting to set attach_tracing_prog flag at the attachment
2870 * The flag attach_tracing_prog is set for the whole program lifecycle, and
2876 prog->aux->attach_tracing_prog = true;
3352 * attach_tracing_prog flag is set.
H A Dverifier.c20853 if (aux->attach_tracing_prog) {

Completed in 231 milliseconds