Home
last modified time | relevance | path

Searched refs:btf_log_true_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf.c1169 const size_t attr_sz = offsetofend(union bpf_attr, btf_log_true_size); in bpf_btf_load()
1213 OPTS_SET(opts, log_true_size, attr.btf_log_true_size); in bpf_btf_load()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1566 __u32 btf_log_true_size; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1566 __u32 btf_log_true_size; member
/openbmc/linux/kernel/bpf/
H A Dbtf.c5466 if (uattr_size >= offsetofend(union bpf_attr, btf_log_true_size) && in finalize_log()
5467 copy_to_bpfptr_offset(uattr, offsetof(union bpf_attr, btf_log_true_size), in finalize_log()
H A Dsyscall.c4769 #define BPF_BTF_LOAD_LAST_FIELD btf_log_true_size