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

Frame metadata for kernel modules is only read once at startup #211

Open
rockdaboot opened this issue Oct 28, 2024 · 1 comment
Open

Frame metadata for kernel modules is only read once at startup #211

rockdaboot opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rockdaboot
Copy link
Contributor

Kernel modules can be loaded/unloaded at any time. But currently, the agent only reads in the list of modules at startup. The agent does not send frame metadata for modules that are loaded after agent start. Frame information for modules that are unloaded are kept in agent memory, consuming memory unnecessarily.

TBD

  • Find a way to detect loading/unloading of kernel modules.
  • Read module frame metadata on-demand.
  • Drop the initial reading of kernel modules.
@rockdaboot rockdaboot added the enhancement New feature or request label Oct 28, 2024
@christos68k
Copy link
Member

Looks like dup of #172 (I'd close #172 and keep this open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants