Lines Matching refs:append_buf
1179 #define append_buf(fmt, args...) \
1194 append_buf("<%s> [%u] %s %s",
1210 append_buf(fmt_str, s, e->val);
1218 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e));
1226 append_buf(".%s", spec->spec[i].name);
1228 append_buf("[%u]", spec->spec[i].idx);
1231 append_buf(" (");
1233 append_buf("%s%d", i == 0 ? "" : ":", spec->raw_spec[i]);
1236 append_buf(" @ offset %u.%u)", spec->bit_offset / 8, spec->bit_offset % 8);
1238 append_buf(" @ offset %u)", spec->bit_offset / 8);
1243 #undef append_buf