Home
last modified time | relevance | path

Searched full:execution (Results 1 – 25 of 1632) sorted by relevance

12345678910>>...66

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dexecution.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexecution14 namespace std::execution {
49 namespace execution {
94 } // namespace execution
97 inline constexpr bool is_execution_policy_v<execution::sequenced_policy> = true;
100 inline constexpr bool is_execution_policy_v<execution::parallel_policy> = true;
103 inline constexpr bool is_execution_policy_v<execution::parallel_unsequenced_policy> = true;
106 inline constexpr bool is_execution_policy_v<execution::__unsequenced_policy> = true;
109 inline constexpr bool __is_parallel_execution_policy_impl<execution::parallel_policy> = true;
112 inline constexpr bool __is_parallel_execution_policy_impl<execution::parallel_unsequenced_policy> =…
115 inline constexpr bool __is_unsequenced_execution_policy_impl<execution::__unsequenced_policy> = tru…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dexecution_defs.h
/freebsd/contrib/kyua/engine/execenv/
H A Dexecenv.hpp30 /// Execution environment subsystem interface.
49 /// Abstract interface of an execution environment.
69 /// Initializes execution environment.
73 /// execution environment setup fails, and test execution could use the
77 /// Cleanups or removes execution environment.
82 /// Executes a test within the execution environment.
92 /// Abstract interface of an execution environment manager.
98 /// Returns name of an execution environment.
101 /// Returns whether this execution environment is actually supported.
106 /// Returns execution environment for a test.
[all …]
/freebsd/share/doc/psd/18.gprof/
H A Dgathering.me59 program execution: call counts and execution times for
61 traversed by this execution of the program.
63 graph for this execution of the program and propagate times along
77 execution.
79 execution and to condense it to a file as the profiled
88 The execution time monitoring consists of three parts.
90 structures before the program begins execution.
96 .sh 2 "Execution Counts"
124 traversed during execution.
150 execution of the profiled program.
[all …]
H A Dpresent.me38 that are called during execution of the program,
40 and the number of seconds of execution time for which they
42 The routines are listed in decreasing order of execution time.
43 A list of the routines that are never called during execution of
46 this execution.
49 for large fractions of the execution time.
55 the individual times sum to the total execution time.
102 spend large portions of the total execution time
202 implement data abstractions whose total execution
221 that begins to dominate execution time.
[all …]
H A Dprofiling.me48 Execution counts are used in many different contexts.
66 Execution counts are not necessarily proportional to the amount
68 Further, the execution time of a routine will not be the same for
70 The criteria for establishing execution time
79 Given the execution time of individual routines,
94 arcs traversed by the profiled execution of the program.
101 execution of the program.
105 during execution, by modifying themselves or dynamically loading
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h20 /// Execution context objects refer to objects in the execution of the program
24 /// variable might have an execution context that refers to a stack frame. A
29 /// a target). There are two types of objects that hold onto execution
40 /// a wide variety of functions that require execution contexts.
45 /// A class that holds a weak reference to an execution context.
47 /// ExecutionContextRef objects are designed to hold onto an execution context
54 /// These objects also don't keep execution objects around longer than they
61 /// want to track a "previous execution context". Since the weak references to
62 /// the execution objects (target, process, thread and frame) don't keep these
66 /// execution contexts should use ExecutionContextRef objects. The
[all …]
H A DExecutionContextScope.h19 /// execution context.
21 /// Many objects that have pointers back to parent execution context objects
22 /// can inherit from this pure virtual class can reconstruct their execution
28 /// reconstruct the execution context.
30 /// Objects that adhere to this protocol can reconstruct enough of a execution
31 /// context to allow functions that take a execution contexts to be called.
44 /// Reconstruct the object's execution context into \a sc.
47 /// so function calls that require a execution context can be made for the
51 /// A reference to an execution context object that gets filled
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_protos.h20 Execution Slots: SLOT23
29 Execution Slots: SLOT23
38 Execution Slots: SLOT23
47 Execution Slots: SLOT0123
56 Execution Slots: SLOT23
65 Execution Slots: SLOT23
74 Execution Slots: SLOT23
83 Execution Slots: SLOT23
92 Execution Slots: SLOT23
101 Execution Slots: SLOT23
[all …]
H A Dhvx_hexagon_protos.h27 Execution Slots: SLOT0
38 Execution Slots: SLOT0123
49 Execution Slots: SLOT0123
60 Execution Slots: SLOT23
71 Execution Slots: SLOT0123
82 Execution Slots: SLOT0123
93 Execution Slots: SLOT0123
104 Execution Slots: SLOT0123
115 Execution Slots: SLOT0123
126 Execution Slots: SLOT0123
[all …]
H A Dhexagon_circ_brev_intrinsics.h20 Execution Slots: SLOT0123
29 Execution Slots: SLOT0123
38 Execution Slots: SLOT0123
47 Execution Slots: SLOT0123
56 Execution Slots: SLOT0123
65 Execution Slots: SLOT0123
75 Execution Slots: SLOT0123
84 Execution Slots: SLOT0123
93 Execution Slots: SLOT0123
102 Execution Slots: SLOT0123
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/
H A Dpipeline.json8execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
18execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
28execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
38execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
48execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
58execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
68execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
78execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
88execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
98execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DExecution.h1 //===--- Execution.h - Executing clang frontend actions -*- C++ ---------*-===//
11 // The framework can be extended to support different execution plans including
12 // standalone execution on the given TUs or parallel execution on all TUs in
15 // In order to enable multiprocessing execution, tool actions are expected to
18 // in-memory for standalone execution or on-disk for large-scale execution.
41 /// An abstraction for the result of a tool execution. For example, the
75 /// The context of an execution, including the information about
84 /// Adds a KV pair to the result container of this execution.
105 /// execution mode, e.g. on a specific set of TUs or many TUs in parallel.
130 /// Returns a reference to the execution context.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dmemory.json15 "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
27 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
38 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in…
44 …"PublicDescription": "Counts the number of times an HLE execution aborted due to unfriendly events…
49 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
55 …"PublicDescription": "Counts the number of times an HLE execution aborted due to various memory ev…
60 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a…
66 …"PublicDescription": "Counts the number of times an HLE execution aborted due to HLE-unfriendly in…
71 "BriefDescription": "Number of times an HLE execution successfully committed",
82 "BriefDescription": "Number of times an HLE execution started.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Dmemory.json3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
13 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
22 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
31 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
40 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
50 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego…
55 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ…
60 "BriefDescription": "Number of times an HLE execution successfully committed.",
69 "BriefDescription": "Number of times an HLE execution started.",
501 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor…
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h58 /// Optimize for fast execution as much as possible without triggering
75 /// Optimize for fast execution as much as possible.
78 /// and code size to get execution time improvements. The core idea is that
79 /// this mode should include any optimization that helps execution time on
82 /// improvements to execution time.
85 /// execution time, this mode still tries to avoid superlinear growth in
91 /// fast execution without triggering significant incremental execution
95 /// execution time metrics swapped.
106 /// execution time impact. You should expect this level to produce rather
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp68 /// execution by calling utils::sanity_failure(). The check is only performed
87 /// If the invariant does not hold, execution is immediately terminated. The
100 /// If the invariant does not hold, execution is immediately terminated. The
110 /// If the precondition does not hold, execution is immediately terminated. The
123 /// If the precondition does not hold, execution is immediately terminated. The
133 /// If the postcondition does not hold, execution is immediately terminated.
146 /// If the postcondition does not hold, execution is immediately terminated.
156 /// If the code path in which this macro is located is reached, execution is
158 /// execution of the program (and to prevent build failures due to some code
170 /// If the code path in which this macro is located is reached, execution is
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp592 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()
615 "execution o in DecodeSystemWideTraceForThread()
[all...]
/freebsd/share/doc/psd/01.cacm/
H A Dp39 is a computer execution environment.
18 is the execution of an image.
21 during the execution of other processes it remains in main memory
28 During execution, this segment is write-protected
115 5.3 Execution of programs
155 execution until one of its children has completed execution.
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dmemory.json3 "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
164 "BriefDescription": "Number of times an RTM execution aborted.",
175 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego…
181 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ…
186 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r…
192 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev…
197 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type",
203 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo…
208 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions",
214 …"PublicDescription": "Counts the number of times an RTM execution aborted due to HLE-unfriendly in…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Dmemory.json3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
13 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
22 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
31 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.",
40 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.",
50 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego…
55 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ…
60 "BriefDescription": "Number of times an HLE execution successfully committed.",
69 "BriefDescription": "Number of times an HLE execution started.",
592 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor…
[all …]
/freebsd/lib/libc/gen/
H A Dgetcontext.356 saves the current thread's execution context in the structure pointed to by
63 function saves the current execution context in the newly allocated structure
82 Instead, execution continues in the context specified by
94 then execution continues as if the original
102 execution continues with the invocation of the function specified to
118 was initialized by the invocation of a signal handler, execution continues
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dmemory.json3 "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
36 "BriefDescription": "Execution stalls while L1 cache miss demand load is outstanding.",
306 "BriefDescription": "Number of times an RTM execution aborted.",
317 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego…
323 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ…
328 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r…
334 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev…
339 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type",
345 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo…
350 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions",
[all …]
/freebsd/lib/libc/gmon/
H A Dmoncontrol.334 .Nd control execution profile
51 call-graph execution profiler.
95 have their execution time measured.
99 The following environment variables affect the execution of
108 execution data file

12345678910>>...66