Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

veristat v0.4 #11

Merged
merged 3 commits into from
Dec 18, 2024
Merged

veristat v0.4 #11

merged 3 commits into from
Dec 18, 2024

Conversation

mykyta5
Copy link
Collaborator

@mykyta5 mykyta5 commented Dec 18, 2024

Update veristat to version 0.4:

  • Updated libbpf version to the latest (1.6.0)
  • Extended veristat to collect and print more stats:
    • Program size in instructions
    • Jited program size in bytes
    • Program type
    • Attach type
    • Stack depth
  • Detect the maximum verifier log size supported by the kernel and use that by default
  • Introduced --top-src-lines flag to output the most popular source code lines parsed from verification log

Updated libbpf to 1.6.0

Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
* Extended veristat to collect and print more stats:
  * Program size in instructions
  * Jited program size in bytes
  * Program type
  * Attach type
  * Stack depth
* Detect the maximum verifier log size supported by the kernel and use that by default
* Introduced --top-src-lines flag to output the most popular source code lines parsed from verification log

Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
Set new release veristat version to 0.4

Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
@mykyta5 mykyta5 requested a review from anakryiko December 18, 2024 15:57
@anakryiko anakryiko merged commit 85ada6a into libbpf:main Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants