Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c65 __u32 raw_types[MAX_NR_RAW_U32]; member
106 .raw_types = {
158 .raw_types = {
199 .raw_types = {
235 .raw_types = {
275 .raw_types = {
310 .raw_types = {
332 .raw_types = {
356 .raw_types = {
378 .raw_types = {
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.h13 #define VALIDATE_RAW_BTF(btf, raw_types...) \ argument
15 sizeof((const char *[]){raw_types})/sizeof(void *),\
16 (const char *[]){raw_types})
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c221 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
241 memcpy(raw_btf + hdr.hdr_len, raw_types, hdr.type_len); in libbpf__load_raw_btf()
H A Dlibbpf_internal.h383 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,