-
Notifications
You must be signed in to change notification settings - Fork 353
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 theinterrupts
fileLine 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
.
Metadata
Metadata
Assignees
Labels
No labels