Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h31192 struct bpf_verifier_env { struct
31193 u32 insn_idx;
31194 u32 prev_insn_idx;
31195 struct bpf_prog *prog;
31196 const struct bpf_verifier_ops *ops;
31197 struct bpf_verifier_stack_elem *head;
31198 int stack_size;
31199 bool strict_alignment;
31200 bool test_state_freq;
31201 struct bpf_verifier_state *cur_state;
[all …]