gopsutil/cpu
uubulb 1f39525d2d refactor(darwin): optimize string allocation
..
testdata
cpu.go enable all rules of perfsprint linter
cpu_aix.go add SPDX License, remove old build tag, and replace import
cpu_aix_cgo.go add SPDX License, remove old build tag, and replace import
cpu_aix_nocgo.go add SPDX License, remove old build tag, and replace import
cpu_darwin.go update disk & cpu & process
cpu_darwin_arm64.go refactor(darwin): optimize string allocation
cpu_darwin_fallback.go update disk & cpu & process
cpu_darwin_test.go update disk & cpu & process
cpu_dragonfly.go add SPDX License, remove old build tag, and replace import
cpu_dragonfly_amd64.go add SPDX License, remove old build tag, and replace import
cpu_fallback.go add SPDX License, remove old build tag, and replace import
cpu_freebsd.go fix golangcilint errors, ignore gosec G115
cpu_freebsd_386.go add SPDX License, remove old build tag, and replace import
cpu_freebsd_amd64.go add SPDX License, remove old build tag, and replace import
cpu_freebsd_arm.go add SPDX License, remove old build tag, and replace import
cpu_freebsd_arm64.go add SPDX License, remove old build tag, and replace import
cpu_freebsd_test.go add SPDX License, remove old build tag, and replace import
cpu_linux.go fix golangcilint errors, ignore gosec G115
cpu_linux_test.go rename redundant test function names, such as TestCPU in cpu package
cpu_netbsd.go fix golangcilint errors, ignore gosec G115
cpu_netbsd_amd64.go add SPDX License, remove old build tag, and replace import
cpu_netbsd_arm.go [cpu][netbsd] Fix "undefined: cpuTimes" error at compile time on arm
cpu_netbsd_arm64.go add SPDX License, remove old build tag, and replace import
cpu_openbsd.go add SPDX License, remove old build tag, and replace import
cpu_openbsd_386.go add SPDX License, remove old build tag, and replace import
cpu_openbsd_amd64.go add SPDX License, remove old build tag, and replace import
cpu_openbsd_arm.go add SPDX License, remove old build tag, and replace import
cpu_openbsd_arm64.go add SPDX License, remove old build tag, and replace import
cpu_openbsd_riscv64.go add SPDX License, remove old build tag, and replace import
cpu_plan9.go add SPDX License, remove old build tag, and replace import
cpu_plan9_test.go add SPDX License, remove old build tag, and replace import
cpu_solaris.go add SPDX License, remove old build tag, and replace import
cpu_solaris_test.go add SPDX License, remove old build tag, and replace import
cpu_test.go rename redundant test function names, such as TestCPU in cpu package
cpu_windows.go [mem][windows]: add ExWindows and implement VirualTotal/Avail