Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp139 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces() local
227 for (const IntelPTThreadContinousExecution &execution : it->second) in GePSBBlocksCountForThread() local
H A DPerfContextSwitchDecoder.cpp275 [&](const ThreadContinuousExecution &execution) { in DecodePerfContextSwitchTrace()
H A DLibiptDecoder.cpp592 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread() local
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py145 def intercept_compiler_wrapper_impl(_, execution): argument
H A Danalyze.py306 def analyze_compiler_wrapper_impl(result, execution): argument
/openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp.c91 static enum mod_hdcp_status execution(struct mod_hdcp *hdcp, in execution() function