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

BPF call trace script #6311

Merged
merged 2 commits into from Oct 10, 2019
Merged

Conversation

jackcmay
Copy link
Contributor

Problem

Trying to analyze BPF program flow is a manual process and being able to see what functions are called, in what order, and how expensive they are is a very powerful capability

Summary of Changes

Scrip uses the information we have to print out the entire call trace of an execution instance along with the number of instructions that each call executed.

Fixes #

@jackcmay jackcmay added the automerge Merge this Pull Request automatically once CI passes label Oct 10, 2019
@solana-grimes solana-grimes merged commit 54d0168 into solana-labs:master Oct 10, 2019
@jackcmay jackcmay deleted the bpf-trace-script branch October 10, 2019 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants