summaryrefslogtreecommitdiff
path: root/pkg/sysinfo/numcpu_linux.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/sysinfo: omit Getpid call in numCPUTobias Klauser2023-04-251-8/+2
* pkg/sysinfo: unify NumCPU implementationSebastiaan van Stijn2022-12-211-10/+0
* Use functions from x/sys/unix to get number of CPUs on LinuxTobias Klauser2019-06-181-14/+5
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-3/+4
* Fix s390x build failure by removing golang.org/x/sysYong Tang2016-06-301-4/+2
* Fix wrong CPU count after CPU hot-plugging on WindowsYong Tang2016-06-251-10/+0
* Fix wrong CPU count after CPU hot-pluggingYong Tang2016-06-251-0/+55