Lines Matching defs:SystemCpuInfo
997 type SystemCpuInfo struct { struct
998 state protoimpl.MessageState
999 sizeCache protoimpl.SizeCache
1000 unknownFields protoimpl.UnknownFields
1003 VendorId *string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId" json:"vendor_id,omitempty"`
1005 …delName *string `protobuf:"bytes,2,opt,name=model_name,json=modelName" json:"model_name,omitempty"`
1007 CpuCores *int32 `protobuf:"varint,3,opt,name=cpu_cores,json=cpuCores" json:"cpu_cores,omitempty"`
1009 Flags *string `protobuf:"bytes,4,opt,name=flags" json:"flags,omitempty"`
1012 func (x *SystemCpuInfo) Reset() {
1021 func (x *SystemCpuInfo) String() string {
1025 func (*SystemCpuInfo) ProtoMessage() {}
1027 func (x *SystemCpuInfo) ProtoReflect() protoreflect.Message {
1040 func (*SystemCpuInfo) Descriptor() ([]byte, []int) {
1044 func (x *SystemCpuInfo) GetVendorId() string {
1051 func (x *SystemCpuInfo) GetModelName() string {
1058 func (x *SystemCpuInfo) GetCpuCores() int32 {
1065 func (x *SystemCpuInfo) GetFlags() string {