Searched refs:COLUMN_SEP (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1304 #define COLUMN_SEP " " macro 1313 printf("%s", i == 0 ? "" : COLUMN_SEP); in output_header_underlines() 1337 printf(fmt_str, i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header); in output_headers() 1406 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str); in output_stats() 1408 printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val); in output_stats() 1597 printf("%s", i + j == 0 ? "" : COLUMN_SEP); in output_comp_header_underlines() 1631 printf("%s%-*s%s", i + j == 0 ? "" : COLUMN_SEP, in output_comp_headers() 1731 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats() 1733 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf); in output_comp_stats() 1734 printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf); in output_comp_stats()
|