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: update to version 0.3.3 #10

Closed
wants to merge 1 commit into from
Closed

Conversation

mykyta5
Copy link
Collaborator

@mykyta5 mykyta5 commented Dec 17, 2024

  • Updated libbpf version to the latest
  • 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 version to the latest
* 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>
Copy link
Member

@anakryiko anakryiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please split this change into three commits: updating libbpf submodule, syncing veristat.c, and finally bumping the version

@mykyta5 mykyta5 closed this Dec 18, 2024
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