Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h10440 struct bpf_trampoline { struct
10441 struct hlist_node hlist;
10442 struct mutex mutex;
10443 refcount_t refcnt;
10444 u64 key;
10445 struct {
10449 } func;
10450 struct bpf_prog *extension_prog;
10451 struct hlist_head progs_hlist[3];
10452 int progs_cnt[3];
[all …]