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

Move IntSym definition into symbolize module #381

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Move IntSym definition into symbolize module #381

merged 1 commit into from
Oct 30, 2023

Conversation

danielocfb
Copy link
Collaborator

This change moves the definition of the IntSym type into the symbolize module. We already defined the Sym in there, so it makes little sense to have a "more internal" type be defined at a higher level.

This change moves the definition of the IntSym type into the symbolize
module. We already defined the Sym in there, so it makes little sense to
have a "more internal" type be defined at a higher level.

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

codecov bot commented Oct 30, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f6aa44b) 90.33% compared to head (e810f93) 90.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #381   +/-   ##
=======================================
  Coverage   90.33%   90.33%           
=======================================
  Files          40       39    -1     
  Lines        5246     5246           
=======================================
  Hits         4739     4739           
  Misses        507      507           
Files Coverage Δ
src/dwarf/resolver.rs 96.07% <ø> (ø)
src/elf/resolver.rs 87.67% <ø> (ø)
src/gsym/resolver.rs 73.97% <ø> (ø)
src/kernel.rs 0.00% <ø> (ø)
src/ksym.rs 85.71% <ø> (ø)
src/lib.rs 88.88% <ø> (ø)
src/symbolize/symbolizer.rs 74.68% <ø> (ø)
src/symbolize/mod.rs 72.50% <0.00%> (-1.86%) ⬇️

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

@danielocfb danielocfb merged commit dc5cb70 into libbpf:main Oct 30, 2023
22 checks passed
@danielocfb danielocfb deleted the topic/int-sym-mv branch October 30, 2023 17:35
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