Searched refs:bpf_get_call_summary (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 1442 if (bpf_get_call_summary(env, insn, &cs)) in record_call_access() 2199 if (bpf_get_call_summary(env, insn, &cs)) in compute_insn_live_regs()
|
| H A D | verifier.c | 17513 bool bpf_get_call_summary(struct bpf_verifier_env *env, struct bpf_insn *call, in bpf_get_call_summary() function 17639 if (!bpf_get_call_summary(env, call, &cs)) in mark_fastcall_pattern_for_call()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1614 bool bpf_get_call_summary(struct bpf_verifier_env *env, struct bpf_insn *call,
|