Lines Matching full:decoding
117 /// actual instruction decoding. That's why it can be useful for inspecting a
214 // The infinite decoding loops we'll encounter are due to sequential in TryIdentifyInfiniteLoop()
362 /// decoding.
416 /// decoding loop might stop abruptly if an infinite decoding loop is
466 /// bound, return an error to abort decoding. Otherwise add the it to the
467 /// underlying DecodedThread and decoding should continue as expected.
478 std::string err_msg = formatv("decoding truncated: TSC {0} exceeds " in ProcessPTEventTSC()
479 "maximum TSC value {1}, will skip decoding" in ProcessPTEventTSC()
503 /// The status gotten from the previous instruction decoding or PSB
507 /// The pte_status after decoding events.
601 "per cpu decoding expects TSCs"); in DecodeSystemWideTraceForThread()