Home
last modified time | relevance | path

Searched refs:thermal_zone (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/thermal_zone_trip/
Dformat9 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…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/thermal_temperature/
Dformat9 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…
/external/perfetto/protos/perfetto/trace/ftrace/
Dthermal.proto12 optional string thermal_zone = 4; field
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.cc204 std::string thermal_zone = args["thermal_zone"] + " Temperature"; in ParseLine() local
206 context_->storage->InternString(base::StringView(thermal_zone)); in ParseLine()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1390 base::StringView thermal_zone = evt.thermal_zone(); in ParseThermalTemperature() local
1392 int(thermal_zone.size()), thermal_zone.data()); in ParseThermalTemperature()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto5116 optional string thermal_zone = 4; field