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