Searched defs:CpuInfo (Results 1 – 2 of 2) sorted by relevance
25 type CpuInfo struct { struct27 VendorId string30 ModelName string33 CpuCores int3236 Flags string54 func (c *CpuInfo) fillInfo(key, value string) {
932 …CpuInfo *SystemCpuInfo `protobuf:"bytes,3,opt,name=cpu_info,json=cpuInfo" json:"cpu_info,omitempty… member