func github.com/prometheus/procfs.NewProc

2 uses

	github.com/prometheus/procfs (current package)
		proc.go#L53: func NewProc(pid int) (Proc, error) {

	github.com/prometheus/client_golang/prometheus
		process_collector_other.go#L34: 	p, err := procfs.NewProc(pid)