Skip to content

Does Proc::Interrupts() have a broken interface? #498

@danobi

Description

@danobi

It looks like /proc/interrupts support was added in #475 .

But it's unclear how this interface works or if it ever worked.

For example:

  • Interrupts() calls into p.path() to get the path to the interrupts file
  • But p.path() prepends a pid to the path

/proc/<pid>/interrupts does not exist. There is only /proc/interrupts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions