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

/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.c396 * of the data needed (or if BTF_SHOW_UNSAFE is specified, to the
1210 * If BTF_SHOW_UNSAFE is specified, just return data as-is; no
1241 if (show->flags & BTF_SHOW_UNSAFE)
7377 BTF_SHOW_ZERO | BTF_SHOW_UNSAFE);

Completed in 153 milliseconds