Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp141 int time_error = pt_insn_time(&decoder, &time, nullptr, nullptr); in DecodeInstructions() local
142 if (time_error == -pte_invalid) { in DecodeInstructions()
146 make_error<IntelPTError>(time_error, insn.ip)); in DecodeInstructions()
150 if (time_error == -pte_no_time) { in DecodeInstructions()