-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
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 intop.path()to get the path to theinterruptsfileLine 45 in bb7727a
data, err := util.ReadFileNoStat(p.path("interrupts"))
- But
p.path()prepends a pid to the pathLine 288 in bb7727a
return p.fs.Path(append([]string{strconv.Itoa(p.PID)}, pa...)...)
/proc/<pid>/interrupts does not exist. There is only /proc/interrupts.
ffyuanda
Metadata
Metadata
Assignees
Labels
No labels