Searched refs:BTF_SHOW_UNSAFE (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dbtf.h181 * - BTF_SHOW_UNSAFE: skip use of bpf_probe_read() to safely read
188 #define BTF_SHOW_UNSAFE (1ULL << 4) macro
/linux-master/kernel/bpf/
H A Dbtf.c397 * of the data needed (or if BTF_SHOW_UNSAFE is specified, to the
1211 * If BTF_SHOW_UNSAFE is specified, just return data as-is; no
1242 if (show->flags & BTF_SHOW_UNSAFE)
7398 BTF_SHOW_ZERO | BTF_SHOW_UNSAFE);

Completed in 290 milliseconds