Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c68 __u32 raw_types[MAX_NR_RAW_U32]; member
109 .raw_types = {
161 .raw_types = {
202 .raw_types = {
238 .raw_types = {
278 .raw_types = {
313 .raw_types = {
335 .raw_types = {
359 .raw_types = {
381 .raw_types = {
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_probes.c146 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() argument
166 memcpy(raw_btf + hdr.hdr_len, raw_types, hdr.type_len); in libbpf__load_raw_btf()
Dlibbpf_internal.h151 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,