prometheus / prometheus/procfs

Add parsing for /proc/kallsyms and ELF sections/symbol tables?

Open
#799 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.