Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h239 void NotifyCPU(lldb::cpu_id_t cpu_id);
H A DDecodedThread.cpp145 void DecodedThread::NotifyCPU(lldb::cpu_id_t cpu_id) { in NotifyCPU() function in DecodedThread
H A DLibiptDecoder.cpp608 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()