Home
last modified time | relevance | path

Searched defs:bpf_prog_info (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dbpf.h2698 struct bpf_prog_info { struct
2699 __u32 type;
2700 __u32 id;
2701 __u8 tag[BPF_TAG_SIZE];
2702 __u32 jited_prog_len;
2703 __u32 xlated_prog_len;
2704 __aligned_u64 jited_prog_insns;
2705 __aligned_u64 xlated_prog_insns;
2706 __u64 load_time; /* ns since boottime */
2707 __u32 created_by_uid;
[all …]
/external/bcc/src/cc/compat/linux/
Dbpf.h2613 struct bpf_prog_info { struct
2614 __u32 type;
2615 __u32 id;
2616 __u8 tag[BPF_TAG_SIZE];
2617 __u32 jited_prog_len;
2618 __u32 xlated_prog_len;
2619 __aligned_u64 jited_prog_insns;
2620 __aligned_u64 xlated_prog_insns;
2621 __u64 load_time; /* ns since boottime */
2622 __u32 created_by_uid;
[all …]
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h2613 struct bpf_prog_info { struct
2614 __u32 type;
2615 __u32 id;
2616 __u8 tag[BPF_TAG_SIZE];
2617 __u32 jited_prog_len;
2618 __u32 xlated_prog_len;
2619 __aligned_u64 jited_prog_insns;
2620 __aligned_u64 xlated_prog_insns;
2621 __u64 load_time; /* ns since boottime */
2622 __u32 created_by_uid;
[all …]
/external/iproute2/include/uapi/linux/
Dbpf.h796 struct bpf_prog_info { struct
797 __u32 type;
798 __u32 id;
799 __u8 tag[BPF_TAG_SIZE];
800 __u32 jited_prog_len;
801 __u32 xlated_prog_len;
802 __aligned_u64 jited_prog_insns;
803 __aligned_u64 xlated_prog_insns;