Home
last modified time | relevance | path

Searched refs:append_buf (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Drelo_core.c1178 #define append_buf(fmt, args...) \ in bpf_core_format_spec() macro
1193 append_buf("<%s> [%u] %s %s", in bpf_core_format_spec()
1209 append_buf(fmt_str, s, e->val); in bpf_core_format_spec()
1217 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e)); in bpf_core_format_spec()
1225 append_buf(".%s", spec->spec[i].name); in bpf_core_format_spec()
1227 append_buf("[%u]", spec->spec[i].idx); in bpf_core_format_spec()
1230 append_buf(" ("); in bpf_core_format_spec()
1232 append_buf("%s%d", i == 0 ? "" : ":", spec->raw_spec[i]); in bpf_core_format_spec()
1235 append_buf(" @ offset %u.%u)", spec->bit_offset / 8, spec->bit_offset % 8); in bpf_core_format_spec()
1237 append_buf(" @ offset %u)", spec->bit_offset / 8); in bpf_core_format_spec()
[all …]