Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.map58 btf__new;
Dbtf.h54 LIBBPF_API struct btf *btf__new(const void *data, __u32 size);
Dlinker.c656 obj->btf = btf__new(data->d_buf, shdr->sh_size); in linker_load_obj_file()
Dbtf.c932 struct btf *btf__new(const void *data, __u32 size) in btf__new() function
Dlibbpf.c2924 obj->btf = btf__new(btf_data->d_buf, btf_data->d_size);
3261 kern_btf = btf__new(raw_data, sz);
/third_party/libbpf/docs/
Dlibbpf_naming_convention.rst158 * @brief **btf__new()** creates a new instance of a BTF object from the raw