Home
last modified time | relevance | path

Searched defs:cpufile (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/emicklei/go-restful/examples/
H A Drestful-cpuprofiler-service.go20 cpufile *os.File // if not nil, then profiling is active member
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/emicklei/go-restful/go-restful-2.9.5/examples/
H A Drestful-cpuprofiler-service.go20 cpufile *os.File // if not nil, then profiling is active member
/dports/www/beehive/beehive-0.4.0/vendor/github.com/emicklei/go-restful/examples/
H A Drestful-cpuprofiler-service.go20 cpufile *os.File // if not nil, then profiling is active member
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/emicklei/go-restful/examples/
H A Drestful-cpuprofiler-service.go20 cpufile *os.File // if not nil, then profiling is active member
/dports/net/serveez/serveez-0.2.2/src/ctrl-server/
H A Dcontrol-proto.h32 char *cpufile; /* CPU state file under Linux */ member
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp563 int cpufile = open("/proc/self/auxv", O_RDONLY); in initialize() local