Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf.c109 .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 = {
406 .raw_types = {
[all …]
/linux/tools/testing/selftests/bpf/
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})
/linux/tools/lib/bpf/
A 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()
A Dlibbpf_internal.h276 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,

Completed in 16 milliseconds