Searched refs:thermal_zone (Results 1 – 6 of 6) sorted by relevance
9 field:__data_loc char[] thermal_zone; offset:8; size:4; signed:0;14 print fmt: "thermal_zone=%s id=%d trip=%d trip_type=%d", __get_str(thermal_zone), REC->id, REC->tri…
9 field:__data_loc char[] thermal_zone; offset:8; size:4; signed:0;14 print fmt: "thermal_zone=%s id=%d temp_prev=%d temp=%d", __get_str(thermal_zone), REC->id, REC->tem…
12 optional string thermal_zone = 4; field
204 std::string thermal_zone = args["thermal_zone"] + " Temperature"; in ParseLine() local206 context_->storage->InternString(base::StringView(thermal_zone)); in ParseLine()
1390 base::StringView thermal_zone = evt.thermal_zone(); in ParseThermalTemperature() local1392 int(thermal_zone.size()), thermal_zone.data()); in ParseThermalTemperature()
5116 optional string thermal_zone = 4; field