Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h31297 struct bpf_func_state { struct
31298 struct bpf_reg_state regs[11];
31299 int callsite;
31300 u32 frameno;
31301 u32 subprogno;
31302 u32 async_entry_cnt;
31303 bool in_callback_fn;
31304 bool in_async_callback_fn;
31305 int acquired_refs;
31306 struct bpf_reference_state *refs;
[all …]