Skip to content

Releases: libbpf/veristat

veristat v0.3.2

04 Jun 19:00
Compare
Choose a tag to compare

Another patch release. Update libbpf to latest version (v1.4.3 + latest fixes/improvements, including the handling of '.llvm.' suffixes in ksym symbols).

What's Changed

Full Changelog: v0.3.1...v0.3.2

veristat v0.3.1

01 Mar 23:51
Compare
Choose a tag to compare

Bug fix (patch) release v0.3.1, updating libbpf to the very latest upstream version, which contains fix for feature detection code for kernel's __arg_ctx native support. If your BPF programs don't use __arg_ctx annotations, you are not affected.

veristat v0.3

26 Jan 02:56
Compare
Choose a tag to compare

Sync up to upstream commit:

c8632acf193b ("Merge branch 'bpf-token'")

Two new veristat features:

  • support for absolute value filters (-f '|insns_pct|<10');
  • support for top N results display.

Also update libbpf, which brings latest __arg_ctx support changes.

veristat v0.2

24 Oct 23:45
Compare
Choose a tag to compare

v0.2 release with all the libbpf and veristat changes since v0.1.
Source code matches upstream bpf-next commit
42d31dd601fa ("bpf: Improve JEQ/JNE branch taken logic")

veristat v0.1

01 Apr 22:44
Compare
Choose a tag to compare

veristat v0.1 release

Initial release of veristat tool in Github mirror.