Searched refs:append_buf (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ ! |
D | relo_core.c | 1163 #define append_buf(fmt, args...) \ in bpf_core_format_spec() macro 1178 append_buf("<%s> [%u] %s %s", in bpf_core_format_spec() 1194 append_buf(fmt_str, s, e->val); in bpf_core_format_spec() 1202 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e)); in bpf_core_format_spec() 1210 append_buf(".%s", spec->spec[i].name); in bpf_core_format_spec() 1212 append_buf("[%u]", spec->spec[i].idx); in bpf_core_format_spec() 1215 append_buf(" ("); in bpf_core_format_spec() 1217 append_buf("%s%d", i == 0 ? "" : ":", spec->raw_spec[i]); in bpf_core_format_spec() 1220 append_buf(" @ offset %u.%u)", spec->bit_offset / 8, spec->bit_offset % 8); in bpf_core_format_spec() 1222 append_buf(" @ offset %u)", spec->bit_offset / 8); in bpf_core_format_spec() [all …]
|