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

Improving map management #2911

Closed
5 tasks done
viktormalik opened this issue Jan 10, 2024 · 1 comment
Closed
5 tasks done

Improving map management #2911

viktormalik opened this issue Jan 10, 2024 · 1 comment
Labels
enhancement New feature or request, changes on existing features priority: high

Comments

@viktormalik
Copy link
Contributor

viktormalik commented Jan 10, 2024

I have prepared a large series with major refactoring of map management in bpftrace. To simplify reviewing, I'm going to post it in as small parts as possible but I realized that it would be good to provide an overview of all changes in advance.

The current plan is as follows:

Overall, this simplifies the code (we especially get rid of the ugly IMap/Map constructors) and also is the next step towards libbpf-based loading and attachment of programs. We should be eventually able to let libbpf auto-generate the maps for us.

@jordalgo jordalgo added enhancement New feature or request, changes on existing features priority: high labels Feb 2, 2024
@viktormalik
Copy link
Contributor Author

All items are done, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request, changes on existing features priority: high
Projects
None yet
Development

No branches or pull requests

2 participants