You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/process
Laurie Clark-Michalek 413cb32b6c Use static initialisation for invoke instances, instead of init funcs
The order of init function execution is dependant on the order that the
source files are passed to the compiler. This causes issues when
building under other build systems, such as bazel or buck, as they are
not guarenteed to maintain the same file order as the default go tool.
7 years ago
..
testdata/darwin rename expected dir to testdata. 8 years ago
process.go Use static initialisation for invoke instances, instead of init funcs 7 years ago
process_darwin.go [process]: add ProcessesWithContext. 7 years ago
process_darwin_386.go add platform compatibility 8 years ago
process_darwin_amd64.go [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 9 years ago
process_fallback.go Merge branch 'master' into feature/add_context_support 7 years ago
process_freebsd.go [process]: add ProcessesWithContext. 7 years ago
process_freebsd_386.go run go fmt ./... 8 years ago
process_freebsd_amd64.go run go fmt ./... 8 years ago
process_freebsd_arm.go Add native struct support for FreeBSD/arm. 8 years ago
process_linux.go Resolve issue #492 to reduce CPU overhead associated with fillFromStat 7 years ago
process_openbsd.go [process]: add ProcessesWithContext. 7 years ago
process_openbsd_amd64.go run go fmt ./... 8 years ago
process_posix.go Add WithContext functions. 7 years ago
process_posix_test.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago
process_test.go Skip some test if CircleCI. 7 years ago
process_windows.go typo: wich -> which 7 years ago
process_windows_386.go [process]windows: implement process.MemoryInfo (but no swap) 9 years ago
process_windows_amd64.go [process]windows: implement process.MemoryInfo (but no swap) 9 years ago
types_darwin.go process: fix darwin kinfo_proc struct and introduce creation by godef. 10 years ago
types_freebsd.go [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs. 9 years ago
types_openbsd.go run go fmt ./... 8 years ago