| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | LibiptDecoder.cpp | 592 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread() local 594 auto variant = execution.thread_execution.variant; in DecodeSystemWideTraceForThread() 597 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread() 598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread() 600 assert(execution.psb_blocks.front().tsc && in DecodeSystemWideTraceForThread() 603 std::min(execution.thread_execution.GetLowestKnownTSC(), in DecodeSystemWideTraceForThread() 604 *execution.psb_blocks.front().tsc)); in DecodeSystemWideTraceForThread() 608 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread() 612 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread() 616 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread() [all …]
|
| H A D | TraceIntelPTMultiCpuDecoder.cpp | 139 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces() local 145 execution.psb_blocks.push_back(*it); in DoCorrelateContextSwitchesAndIntelPtTraces() 151 execution); in DoCorrelateContextSwitchesAndIntelPtTraces() 227 for (const IntelPTThreadContinousExecution &execution : it->second) in GePSBBlocksCountForThread() local 228 count += execution.psb_blocks.size(); in GePSBBlocksCountForThread()
|
| H A D | PerfContextSwitchDecoder.cpp | 196 std::function<void(const ThreadContinuousExecution &execution)> in RecoverExecutionsFromConsecutiveRecords() 275 [&](const ThreadContinuousExecution &execution) { in DecodePerfContextSwitchTrace() argument 276 executions.push_back(execution); in DecodePerfContextSwitchTrace()
|
| H A D | TraceIntelPTBundleLoader.cpp | 358 for (const ThreadContinuousExecution &execution : *executions) in AugmentThreadsFromContextSwitches() 359 on_thread_seen(execution.pid, execution.tid); in AugmentThreadsFromContextSwitches()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/ |
| H A D | llvm_executionengine.mli | 11 This interface provides an OCaml API for LLVM execution engine (JIT/ 22 (** An execution engine is either a JIT compiler or an interpreter, capable of 42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution 50 (** [dispose ee] releases the memory used by the execution engine and must be 54 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 57 (** [remove_module m ee] removes the module [m] from the execution engine 62 the execution engine [ee]. *) 66 the execution engine [ee]. *) 69 (** [data_layout ee] is the data layout of the execution engine [ee]. *) 72 (** [add_global_mapping gv ptr ee] tells the execution engine [ee] that
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | README | 15 new file format supports basic-block execution counts and non-realtime 19 and execution-counts can all be displayed at a level that identifies 27 o Generalized histograms: not just execution-time, but arbitrary 227 Request output in the form of execution counts. 229 selected by "symspec" in the execution count 231 times, the execution count listing includes 235 Suppress output in the execution count listing. 272 This option affects annotated source and execution 276 by five hash-marks (#####). In an execution count 304 an execution count summary consisting of a table [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | README | 15 new file format supports basic-block execution counts and non-realtime 19 and execution-counts can all be displayed at a level that identifies 27 o Generalized histograms: not just execution-time, but arbitrary 227 Request output in the form of execution counts. 229 selected by "symspec" in the execution count 231 times, the execution count listing includes 235 Suppress output in the execution count listing. 272 This option affects annotated source and execution 276 by five hash-marks (#####). In an execution count 304 an execution count summary consisting of a table [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 491 execution, or a reduction in performance. 531 cumode - ``-m[no-]cumode`` Control the wavefront execution mode used 533 native WGP wavefront execution mode is used, 534 when enabled CU wavefront execution mode is used 701 Queue Ptr SGPR (see :ref:`amdgpu-amdhsa-initial-kernel-execution-state`). For 718 during the execution of the kernel. This allows scalar read instructions to 723 of volatile data before each kernel dispatch execution to allow constant 766 :ref:`amdgpu-amdhsa-initial-kernel-execution-state`). 919 … execution unit. Generated by the ``amdgpu_waves_per_eu`` 1661 entry's symbol will reside during execution. [all …]
|
| H A D | CoverageMappingFormat.rst | 37 the specific source ranges in a file and the execution counts obtained 49 object file and is used to associate the execution counts (the values of the 59 frontend is allowed to group the statements with the same execution count into 85 by the code coverage tool to compute the execution counts for lines, 104 inside a function as non-code lines that don't have execution counts. 119 as the code coverage tool can determine the execution count for this region 120 by looking up the execution count of the first region with a corresponding 182 instrumentation counter. The execution count for a region with such counter 188 The execution count for a region with an expression counter is determined by 191 In the example below, a subtraction expression is used to compute the execution [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsSystemZ.def | 21 TARGET_BUILTIN(__builtin_tbegin, "iv*", "j", "transactional-execution") 22 TARGET_BUILTIN(__builtin_tbegin_nofloat, "iv*", "j", "transactional-execution") 23 TARGET_BUILTIN(__builtin_tbeginc, "v", "nj", "transactional-execution") 24 TARGET_BUILTIN(__builtin_tabort, "vi", "r", "transactional-execution") 25 TARGET_BUILTIN(__builtin_tend, "i", "n", "transactional-execution") 26 TARGET_BUILTIN(__builtin_tx_nesting_depth, "i", "nc", "transactional-execution") 27 TARGET_BUILTIN(__builtin_tx_assist, "vi", "n", "transactional-execution") 28 TARGET_BUILTIN(__builtin_non_tx_store, "vULi*ULi", "", "transactional-execution")
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/ |
| H A D | README.txt | 6 the process of porting the Kaleidoscope tutorial to use the MCJIT execution
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | observer.texi | 45 @cindex notification about inferior execution stop 48 inferior execution has just stopped, the associated messages and 53 the execution stops due to a breakpoint, and this breakpoint has
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | intercept.py | 145 def intercept_compiler_wrapper_impl(_, execution): argument 162 write_exec_trace(target_file, execution)
|
| H A D | analyze.py | 306 def analyze_compiler_wrapper_impl(result, execution): argument 314 compilation = split_command(execution.cmd) 326 'directory': execution.cwd, 327 'command': [execution.cmd[0], '-c'] + compilation.flags,
|
| /openbsd-src/regress/usr.bin/mandoc/roff/de/ |
| H A D | cond.out_ascii | 4 ddee--ccoonndd - conditional execution of a user-defined macro
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/examples/many-tests/ |
| H A D | README.txt | 7 do a small amount of work in the Python test execution code.
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.opt | 47 Enable conditional execution other than moves/scc 149 Enable optimizing &&/|| in conditional execution 153 Enable nested conditional execution optimizations
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangStaticAnalyzer.rst | 6 It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 113 "execution-hint", "ExecutionHint", (all_of FeatureExecutionHint), 114 "Assume that the execution-hint facility is installed" 133 "transactional-execution", "TransactionalExecution", (all_of FeatureTransactionalExecution), 134 "Assume that the transactional-execution facility is installed"
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | kill0_child | 12 # execution won't reach here if the test is successful
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | README.txt | 7 to use the MCJIT execution engine instead of the older JIT engine.
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 39 ;; RH> 2) Explain conditional moves execution path (in terms of 45 ;; RH> 3) Explain floating point store execution path (in terms of 90 ;; Define common execution path (reservation) combinations 119 ;; The ordering of the instruction-execution-path/resource-usage
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 39 ;; RH> 2) Explain conditional moves execution path (in terms of 45 ;; RH> 3) Explain floating point store execution path (in terms of 90 ;; Define common execution path (reservation) combinations 119 ;; The ordering of the instruction-execution-path/resource-usage
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | implement-c.texi | 119 @cite{The values of the members of the execution character set (C90 125 @cite{The unique value of the member of the execution character set produced 132 character other than a member of the basic execution character set 150 constants and string literals) to members of the execution character 158 to a single-byte execution character (C90 6.1.3.4, C99 6.4.4.4).} 166 sequence not represented in the extended execution character set (C90 175 execution character set into a corresponding wide character code (C90 190 sequence not represented in the execution character set (C90 6.1.4, C99 6.4.5).} 584 constant in the execution character set (C90 6.8.1, C99 6.10.1).}
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | .lldbtest-config2 | 8 # The '-r' option tells the driver to relocate the test execution to
|