HomeSort by relevance Sort by last modified time
    Searched refs:btf (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
bpf.h 295 __aligned_u64 btf; member in struct:bpf_attr::__anon463
528 __aligned_u64 btf; member in struct:bpf_btf_info
  /external/bcc/src/cc/compat/linux/
bpf.h 306 __u32 btf_fd; /* fd pointing to a BTF type data */
307 __u32 btf_key_type_id; /* BTF type_id of the key */
308 __u32 btf_value_type_id; /* BTF type_id of the value */
396 __aligned_u64 btf; member in struct:bpf_attr::__anon15365
2654 __aligned_u64 btf; member in struct:bpf_btf_info
    [all...]
  /external/kernel-headers/original/uapi/linux/
bpf.h 331 __u32 btf_fd; /* fd pointing to a BTF type data */
332 __u32 btf_key_type_id; /* BTF type_id of the key */
333 __u32 btf_value_type_id; /* BTF type_id of the value */
363 __u32 prog_btf_fd; /* fd pointing to BTF type data */
431 __aligned_u64 btf; member in struct:bpf_attr::__anon25353
2751 __aligned_u64 btf; member in struct:bpf_btf_info
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_btf.c 5 #include <linux/btf.h>
20 #include <bpf/btf.h>
570 /* typedef is _before_ the BTF type of Array_A and Array_B
638 /* typedef is _between_ the BTF type of Array_A and Array_B
954 .descr = "btf_header test. Larger BTF size",
975 .descr = "btf_header test. Smaller BTF size",
    [all...]

Completed in 79 milliseconds