Searched refs:COLUMN_SEP (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1253 #define COLUMN_SEP " " macro 1262 printf("%s", i == 0 ? "" : COLUMN_SEP); in output_header_underlines() 1286 printf(fmt_str, i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header); in output_headers() 1355 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str); in output_stats() 1357 printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val); in output_stats() 1546 printf("%s", i + j == 0 ? "" : COLUMN_SEP); in output_comp_header_underlines() 1580 printf("%s%-*s%s", i + j == 0 ? "" : COLUMN_SEP, in output_comp_headers() 1680 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats() 1682 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf); in output_comp_stats() 1683 printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf); in output_comp_stats()
|