Home
last modified time | relevance | path

Searched defs:targetCpu (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/htrace_event_parser/
Dhtrace_event_parser.cpp400 std::optional<uint32_t> targetCpu = msg.target_cpu(); in SchedWakeupEvent() local
418 std::optional<uint32_t> targetCpu = msg.target_cpu(); in SchedWakeupNewEvent() local
443 std::optional<uint32_t> targetCpu = msg.target_cpu(); in SchedWakingEvent() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp211 std::optional<uint32_t> targetCpu = base::StrToUInt32(args.at("target_cpu")); in SchedWakeupEvent() local
244 std::optional<uint32_t> targetCpu = base::StrToUInt32(args.at("target_cpu")); in SchedWakingEvent() local