(path string)
| 439 | } |
| 440 | |
| 441 | func systemdUnitFromPath(path string) string { |
| 442 | _, unit := filepath.Split(path) |
| 443 | return unit |
| 444 | } |
| 445 | |
| 446 | func readHugeTlbStats(path string) []*stats.HugeTlbStat { |
| 447 | hpSizes := hugePageSizes() |
no outgoing calls
searching dependent graphs…