selftests/bpf: make veristat emit all stats in CSV mode by default
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Nov 2022 05:53:01 +0000 (22:53 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 4 Nov 2022 04:54:13 +0000 (21:54 -0700)
commit77534401d69c2a35d2a53e599fafb5f0f604e45d
tree02f0ed2610cd169896c3febe2794ea148e31434d
parent1bb4ec815015609c9458d5ffeb5c8cc95b7d44d6
selftests/bpf: make veristat emit all stats in CSV mode by default

Make veristat distinguish between table and CSV output formats and use
different default set of stats (columns) that are emitted. While for
human-readable table output it doesn't make sense to output all known
stats, it is very useful for CSV mode to record all possible data, so
that it can later be queried and filtered in replay or comparison mode.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20221103055304.2904589-8-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/veristat.c