prometheus / prometheus/procfs
Add parsing for /proc/kallsyms and ELF sections/symbol tables?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 883
- Forks
- 388
- Avg merge
- 13h 28m
- Merged PRs (30d)
- 3
Description
Currently, our project does not handle parsing of /proc/kallsyms and ELF file sections and symbol tables. These components are crucial for analyzing kernel symbols and program symbols, performance analysis, and static analysis.
If needed, I can submit a related PR for this functionality.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the project's existing procfs parsing entry points and the requested inputs: /proc/kallsyms plus ELF sections and symbol tables. Define the supported formats and returned data before implementation; done means both kernel symbols and ELF symbol information can be parsed and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100