procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Add `/proc/modules` support

Open Dentrax opened this issue 3 years ago • 1 comments

Signed-off-by: Furkan [email protected]

I have some use-cases for this implementation:

  • want to parse my /proc/interrupts file using procfs package (with go:linkname)
  • move module parsing logic from node-problem-detector to here

All tests passes.

Fixes #478

Dentrax avatar Nov 02 '22 20:11 Dentrax

@Dentrax Just a nit, but can you add Fixes #478 to the description so that the original issue is closed when this gets in?

rexagod avatar Mar 22 '24 00:03 rexagod