Searched refs:bpf_core_format_spec (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | relo_core.h | 97 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec);
|
| H A D | relo_core.c | 1172 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec) in bpf_core_format_spec() function 1332 bpf_core_format_spec(spec_buf, sizeof(spec_buf), local_spec); in bpf_core_calc_relo_insn() 1357 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1363 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn()
|
| H A D | libbpf.c | 7729 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec); in fixup_log_failed_core_relo()
|