Home
last modified time | relevance | path

Searched defs:bpf_prog_aux (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h25886 struct bpf_prog_aux { struct
25887 atomic64_t refcnt;
25888 u32 used_map_cnt;
25889 u32 used_btf_cnt;
25890 u32 max_ctx_offset;
25891 u32 max_pkt_offset;
25892 u32 max_tp_access;
25893 u32 stack_depth;
25894 u32 id;
25895 u32 func_cnt;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h10721 struct bpf_prog_aux { struct
10722 atomic64_t refcnt;
10723 u32 used_map_cnt;
10724 u32 max_ctx_offset;
10725 u32 max_pkt_offset;
10726 u32 max_tp_access;
10727 u32 stack_depth;
10728 u32 id;
10729 u32 func_cnt;
10730 u32 func_idx;
[all …]
Dvmlinux.h10721 struct bpf_prog_aux { struct
10722 atomic64_t refcnt;
10723 u32 used_map_cnt;
10724 u32 max_ctx_offset;
10725 u32 max_pkt_offset;
10726 u32 max_tp_access;
10727 u32 stack_depth;
10728 u32 id;
10729 u32 func_cnt;
10730 u32 func_idx;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h9696 struct bpf_prog_aux { struct
9697 atomic64_t refcnt;
9698 u32 used_map_cnt;
9699 u32 max_ctx_offset;
9700 u32 max_pkt_offset;
9701 u32 max_tp_access;
9702 u32 stack_depth;
9703 u32 id;
9704 u32 func_cnt;
9705 u32 func_idx;
[all …]
Dvmlinux_510.h9696 struct bpf_prog_aux { struct
9697 atomic64_t refcnt;
9698 u32 used_map_cnt;
9699 u32 max_ctx_offset;
9700 u32 max_pkt_offset;
9701 u32 max_tp_access;
9702 u32 stack_depth;
9703 u32 id;
9704 u32 func_cnt;
9705 u32 func_idx;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h9259 struct bpf_prog_aux { struct
9260 atomic64_t refcnt;
9261 u32 used_map_cnt;
9262 u32 max_ctx_offset;
9263 u32 max_pkt_offset;
9264 u32 max_tp_access;
9265 u32 stack_depth;
9266 u32 id;
9267 u32 func_cnt;
9268 u32 func_idx;
[all …]
Dvmlinux_505.h9259 struct bpf_prog_aux { struct
9260 atomic64_t refcnt;
9261 u32 used_map_cnt;
9262 u32 max_ctx_offset;
9263 u32 max_pkt_offset;
9264 u32 max_tp_access;
9265 u32 stack_depth;
9266 u32 id;
9267 u32 func_cnt;
9268 u32 func_idx;
[all …]