Searched refs:BPF_BTF_LOAD (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 101 BPF_BTF_LOAD, enumerator 303 struct { /* anonymous struct for BPF_BTF_LOAD */
|
/third_party/libbpf/src/ |
H A D | bpf.c | 1221 fd = sys_bpf_fd(BPF_BTF_LOAD, &attr, attr_sz); in bpf_btf_load() 1226 fd = sys_bpf_fd(BPF_BTF_LOAD, &attr, attr_sz); in bpf_btf_load()
|
H A D | gen_loader.c | 441 emit_sys_bpf(gen, BPF_BTF_LOAD, btf_load_attr, attr_size); in bpf_gen__load_btf()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 497 * BPF_BTF_LOAD 511 * Similar to **BPF_PROG_LOAD**, **BPF_BTF_LOAD** has optional 886 BPF_BTF_LOAD, enumerator 1574 struct { /* anonymous struct for BPF_BTF_LOAD */
|
Completed in 15 milliseconds