Skip to content

Commit

Permalink
Merge branch 'veristat: CSV output, comparison mode, filtering'
Browse files Browse the repository at this point in the history
Andrii Nakryiko says:

====================

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.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
  • Loading branch information
Alexei Starovoitov committed Sep 22, 2022
2 parents 2d863b1 + bde4a96 commit 020e217
Show file tree
Hide file tree
Showing 2 changed files with 787 additions and 83 deletions.
Loading

0 comments on commit 020e217

Please sign in to comment.