Searched refs:spec_buf (Results 1 – 2 of 2) sorted by relevance
| /tools/lib/bpf/ |
| D | relo_core.c | 1295 char spec_buf[256]; in bpf_core_calc_relo_insn() local 1316 bpf_core_format_spec(spec_buf, sizeof(spec_buf), local_spec); in bpf_core_calc_relo_insn() 1317 pr_debug("prog '%s': relo #%d: %s\n", prog_name, relo_idx, spec_buf); in bpf_core_calc_relo_insn() 1341 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1343 prog_name, relo_idx, i, spec_buf, err); in bpf_core_calc_relo_insn() 1347 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1349 relo_idx, err == 0 ? "non-matching" : "matching", i, spec_buf); in bpf_core_calc_relo_insn()
|
| D | libbpf.c | 7702 char patch[512], spec_buf[256]; in fixup_log_failed_core_relo() local 7716 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec); in fixup_log_failed_core_relo() 7720 insn_idx, spec_buf, spec_len >= sizeof(spec_buf) ? "..." : ""); in fixup_log_failed_core_relo()
|