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

Factor out DwarfResolver::function_to_sym_info() helper #832

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

danielocfb
Copy link
Collaborator

Factor out the internal DwarfResolver::function_to_sym_info() helper as a means to share the logic for converting a Function object into a SymInfo.

Factor out the internal DwarfResolver::function_to_sym_info() helper as
a means to share the logic for converting a Function object into a
SymInfo.

Signed-off-by: Daniel Müller <[email protected]>
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 97.14286% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.77%. Comparing base (29f28c4) to head (57ccc22).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/dwarf/resolver.rs 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #832      +/-   ##
==========================================
- Coverage   94.78%   94.77%   -0.01%     
==========================================
  Files          52       52              
  Lines        9830     9839       +9     
==========================================
+ Hits         9317     9325       +8     
- Misses        513      514       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielocfb danielocfb merged commit b1cb075 into libbpf:main Sep 24, 2024
39 checks passed
@danielocfb danielocfb deleted the topic/function_to_sym_info branch September 24, 2024 23:37
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