Searched refs:BTF_ID (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | resolve_btfids.c | 39 BTF_ID(typedef, S) 40 BTF_ID(typedef, T) 41 BTF_ID(typedef, U) 42 BTF_ID(struct, S) 43 BTF_ID(union, U) 49 BTF_ID(typedef, S) in BTF_ID() function 50 BTF_ID(typedef, T) in BTF_ID() 51 BTF_ID(typedef, U) in BTF_ID() 52 BTF_ID(struct, S) in BTF_ID() 53 BTF_ID(union, U) in BTF_ID() [all …]
|
| /tools/include/linux/ |
| A D | btf_ids.h | 58 #define BTF_ID(prefix, name) \ macro 95 BTF_ID(prefix, typename) 98 BTF_ID(prefix, typename) 161 #define BTF_ID(prefix, name) macro
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-btf.rst | 26 | **bpftool** **btf** { **show** | **list** } [**id** *BTF_ID*] 30 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |… 37 bpftool btf { show | list } [id *BTF_ID*]
|
| /tools/testing/selftests/bpf/test_kmods/ |
| A D | bpf_testmod.c | 633 BTF_ID(struct, bpf_testmod_ctx) 634 BTF_ID(func, bpf_testmod_ctx_release)
|
Completed in 10 milliseconds