Home
last modified time | relevance | path

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

/external/bcc/src/cc/compat/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/includes/compat/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/kernel-headers/original/uapi/linux/
Dbpf.h4548 struct bpf_prog_info { struct
4549 __u32 type;
4550 __u32 id;
4551 __u8 tag[BPF_TAG_SIZE];
4552 __u32 jited_prog_len;
4553 __u32 xlated_prog_len;
4554 __aligned_u64 jited_prog_insns;
4555 __aligned_u64 xlated_prog_insns;
4556 __u64 load_time; /* ns since boottime */
4557 __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;