netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 00/10] veristat: replay, filtering, sorting
@ 2022-11-03  5:52 Andrii Nakryiko
  2022-11-03  5:52 ` [PATCH bpf-next 01/10] selftests/bpf: add veristat replay mode Andrii Nakryiko
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Andrii Nakryiko @ 2022-11-03  5:52 UTC (permalink / raw)
  To: bpf, ast, daniel, netdev, kuba; +Cc: andrii, kernel-team

This patch set adds a bunch of new featurs and improvements that were sorely
missing during recent active use of veristat to develop BPF verifier precision
changes. Individual patches provide justification, explanation and often
examples showing how new capabilities can be used.

Andrii Nakryiko (10):
  selftests/bpf: add veristat replay mode
  selftests/bpf: shorten "Total insns/states" column names in veristat
  selftests/bpf: consolidate and improve file/prog filtering in veristat
  selftests/bpf: ensure we always have non-ambiguous sorting in veristat
  selftests/bpf: allow to define asc/desc ordering for sort specs in
    veristat
  selftests/bpf: support simple filtering of stats in veristat
  selftests/bpf: make veristat emit all stats in CSV mode by default
  selftests/bpf: handle missing records in comparison mode better in
    veristat
  selftests/bpf: support stats ordering in comparison mode in veristat
  selftests/bpf: support stat filtering in comparison mode in veristat

 tools/testing/selftests/bpf/veristat.c | 887 ++++++++++++++++++++-----
 1 file changed, 727 insertions(+), 160 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-11-04  5:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03  5:52 [PATCH bpf-next 00/10] veristat: replay, filtering, sorting Andrii Nakryiko
2022-11-03  5:52 ` [PATCH bpf-next 01/10] selftests/bpf: add veristat replay mode Andrii Nakryiko
2022-11-03  5:52 ` [PATCH bpf-next 02/10] selftests/bpf: shorten "Total insns/states" column names in veristat Andrii Nakryiko
2022-11-03  5:52 ` [PATCH bpf-next 03/10] selftests/bpf: consolidate and improve file/prog filtering " Andrii Nakryiko
2022-11-03  5:52 ` [PATCH bpf-next 04/10] selftests/bpf: ensure we always have non-ambiguous sorting " Andrii Nakryiko
2022-11-03  5:52 ` [PATCH bpf-next 05/10] selftests/bpf: allow to define asc/desc ordering for sort specs " Andrii Nakryiko
2022-11-03  5:53 ` [PATCH bpf-next 06/10] selftests/bpf: support simple filtering of stats " Andrii Nakryiko
2022-11-03  5:53 ` [PATCH bpf-next 07/10] selftests/bpf: make veristat emit all stats in CSV mode by default Andrii Nakryiko
2022-11-03  5:53 ` [PATCH bpf-next 08/10] selftests/bpf: handle missing records in comparison mode better in veristat Andrii Nakryiko
2022-11-03  5:53 ` [PATCH bpf-next 09/10] selftests/bpf: support stats ordering in comparison mode " Andrii Nakryiko
2022-11-03  5:53 ` [PATCH bpf-next 10/10] selftests/bpf: support stat filtering " Andrii Nakryiko
2022-11-03 16:46   ` Alexei Starovoitov
2022-11-03 18:25     ` Andrii Nakryiko
2022-11-04  5:10 ` [PATCH bpf-next 00/10] veristat: replay, filtering, sorting patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).