forked from libbpf/blazesym
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce KsymResolver::load_from_reader() constructor
Introduce the KsymResolver::load_from_reader() constructor, which: 1) allows us to better test the resolver, because we can provide an in-memory buffer 2) addresses a deficiency where, in the Symbolizer, we were effectively circumventing our FileCache construct and re-opening the kallsyms file by path Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
1 parent
9216114
commit 7475bee
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters