Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_btf.c106 __u32 raw_types[MAX_NR_RAW_U32]; member
147 .raw_types = {
199 .raw_types = {
240 .raw_types = {
276 .raw_types = {
316 .raw_types = {
351 .raw_types = {
373 .raw_types = {
397 .raw_types = {
419 .raw_types = {
[all …]
/Linux-v5.4/tools/lib/bpf/
Dlibbpf_probes.c137 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
157 memcpy(raw_btf + hdr.hdr_len, raw_types, hdr.type_len); in libbpf__load_raw_btf()
Dlibbpf_internal.h66 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,