Searched refs:btf__add_struct (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 169 id = btf__add_struct(btf, "s", 4); in test_btf_dump_incremental() 206 id = btf__add_struct(btf, "s", 4); in test_btf_dump_incremental()
|
D | core_autosize.c | 99 id = btf__add_struct(btf, "test_struct", 20 /* bytes */); in test_core_autosize()
|
D | btf_write.c | 93 id = btf__add_struct(btf, "s1", 8); in test_btf_write()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 324 btf__add_struct;
|
D | btf.h | 93 LIBBPF_API int btf__add_struct(struct btf *btf, const char *name, __u32 sz);
|
D | btf.c | 1773 int btf__add_struct(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_struct() function
|