Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dveristat.c698 #define COLUMN_SEP " " macro
707 printf("%s", i == 0 ? "" : COLUMN_SEP); in output_header_underlines()
729 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header); in output_headers()
795 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str); in output_stats()
797 printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val); in output_stats()
1022 printf("%s", i + j == 0 ? "" : COLUMN_SEP); in output_comp_header_underlines()
1056 printf("%s%-*s%s", i + j == 0 ? "" : COLUMN_SEP, in output_comp_headers()
1138 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats()
1140 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf); in output_comp_stats()
1141 printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf); in output_comp_stats()