BPF List
 help / color / mirror / Atom feed
From: Andrii Nakryiko <andrii@kernel.org>
To: <bpf@vger.kernel.org>, <ast@kernel.org>, <daniel@iogearbox.net>
Cc: <andrii@kernel.org>, <kernel-team@fb.com>
Subject: [PATCH v2 bpf-next 0/4] veristat: CSV output, comparison mode, filtering
Date: Wed, 21 Sep 2022 09:42:50 -0700	[thread overview]
Message-ID: <20220921164254.3630690-1-andrii@kernel.org> (raw)

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.

v1->v2:
- split out double-free fix into patch #1 (Yonghong);
- fixed typo in verbose flag (Quentin);
- baseline and comparison stats were reversed in output table, fixed that.

Andrii Nakryiko (4):
  selftests/bpf: fix double bpf_object__close() in veristate
  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 |  17 +
 2 files changed, 787 insertions(+), 83 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/veristat.cfg

-- 
2.30.2


             reply	other threads:[~2022-09-21 16:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 16:42 Andrii Nakryiko [this message]
2022-09-21 16:42 ` [PATCH v2 bpf-next 1/4] selftests/bpf: fix double bpf_object__close() in veristate Andrii Nakryiko
2022-09-21 16:42 ` [PATCH v2 bpf-next 2/4] selftests/bpf: add CSV output mode for veristat Andrii Nakryiko
2022-09-21 16:42 ` [PATCH v2 bpf-next 3/4] selftests/bpf: add comparison mode to veristat Andrii Nakryiko
2022-09-21 16:42 ` [PATCH v2 bpf-next 4/4] selftests/bpf: add ability to filter programs in veristat Andrii Nakryiko
2022-09-22  2:50 ` [PATCH v2 bpf-next 0/4] veristat: CSV output, comparison mode, filtering patchwork-bot+netdevbpf
2022-09-22  2:52 ` Alexei Starovoitov
2022-09-22 16:21   ` Andrii Nakryiko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220921164254.3630690-1-andrii@kernel.org \
    --to=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=kernel-team@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox