Home
last modified time | relevance | path

Searched refs:spec_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.c1295 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()
[all...]
H A Dlibbpf.c7563 char patch[512], spec_buf[256]; local
7577 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec);
7581 insn_idx, spec_buf, spec_len >= sizeof(spec_buf) ? "..." : "");

Completed in 19 milliseconds