Home
last modified time | relevance | path

Searched refs:btf__new (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dbtf.h18 struct btf *btf__new(__u8 *data, __u32 size, btf_print_fn_t err_log);
Dbtf.c320 struct btf *btf__new(__u8 *data, __u32 size, btf_print_fn_t err_log) in btf__new() function
Dlibbpf.c789 obj->btf = btf__new(data->d_buf, data->d_size, in bpf_object__elf_collect()
/Linux-v4.19/tools/bpf/bpftool/
Dmap.c235 *btf = btf__new((__u8 *)btf_info.btf, btf_info.btf_size, NULL); in get_btf()