BPF List
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/3] veristat: CSV output, comparison mode, filtering
@ 2022-09-20  4:07 Andrii Nakryiko
  2022-09-20  4:07 ` [PATCH bpf-next 1/3] selftests/bpf: add CSV output mode for veristat Andrii Nakryiko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrii Nakryiko @ 2022-09-20  4:07 UTC (permalink / raw)
  To: bpf, ast, daniel; +Cc: andrii, kernel-team

Add three more critical features to veristat tool, which make it sufficient
for a practical work on BPF verifier:

  - CSV output, which allows easier programmatic post-processing of stats;

  - building upon CSV output, veristat now supports comparison mode, in which
    two previously captured CSV outputs from veristat are compared with each
    other in a convenient form;

  - flexible allow/deny filtering using globs for BPF object files and
    programs, allowing to narrow down target BPF programs to be verified.

See individual patches for more details and examples.

Andrii Nakryiko (3):
  selftests/bpf: add CSV output mode for veristat
  selftests/bpf: add comparison mode to veristat
  selftests/bpf: add ability to filter programs in veristat

 tools/testing/selftests/bpf/veristat.c   | 853 ++++++++++++++++++++---
 tools/testing/selftests/bpf/veristat.cfg |  16 +
 2 files changed, 786 insertions(+), 83 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/veristat.cfg

-- 
2.30.2


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

end of thread, other threads:[~2022-09-20 23:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20  4:07 [PATCH bpf-next 0/3] veristat: CSV output, comparison mode, filtering Andrii Nakryiko
2022-09-20  4:07 ` [PATCH bpf-next 1/3] selftests/bpf: add CSV output mode for veristat Andrii Nakryiko
2022-09-20 15:53   ` Yonghong Song
2022-09-20 23:59     ` Andrii Nakryiko
2022-09-20 16:23   ` Quentin Monnet
2022-09-20 23:59     ` Andrii Nakryiko
2022-09-20  4:07 ` [PATCH bpf-next 2/3] selftests/bpf: add comparison mode to veristat Andrii Nakryiko
2022-09-20  4:07 ` [PATCH bpf-next 3/3] selftests/bpf: add ability to filter programs in veristat Andrii Nakryiko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox