Home
last modified time | relevance | path

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

12345678910>>...82

/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDexecution.inc12 // [execpol.type], execution policy type trait
17 export namespace std::execution {
18 // [execpol.seq], sequenced execution policy
19 using std::execution::sequenced_policy;
21 // [execpol.par], parallel execution policy
22 using std::execution::parallel_policy;
24 // [execpol.parunseq], parallel and unsequenced execution policy
25 using std::execution::parallel_unsequenced_policy;
27 // [execpol.unseq], unsequenced execution policy
28 using std::execution::unsequenced_policy;
[all …]
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDexecution14 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-13-stable/share/doc/psd/18.gprof/
HDgathering.me61 program execution: call counts and execution times for
63 traversed by this execution of the program.
65 graph for this execution of the program and propagate times along
79 execution.
81 execution and to condense it to a file as the profiled
90 The execution time monitoring consists of three parts.
92 structures before the program begins execution.
98 .sh 2 "Execution Counts"
126 traversed during execution.
152 execution of the profiled program.
[all …]
HDpresent.me40 that are called during execution of the program,
42 and the number of seconds of execution time for which they
44 The routines are listed in decreasing order of execution time.
45 A list of the routines that are never called during execution of
48 this execution.
51 for large fractions of the execution time.
57 the individual times sum to the total execution time.
104 spend large portions of the total execution time
204 implement data abstractions whose total execution
223 that begins to dominate execution time.
[all …]
HDprofiling.me50 Execution counts are used in many different contexts.
68 Execution counts are not necessarily proportional to the amount
70 Further, the execution time of a routine will not be the same for
72 The criteria for establishing execution time
81 Given the execution time of individual routines,
96 arcs traversed by the profiled execution of the program.
103 execution of the program.
107 during execution, by modifying themselves or dynamically loading
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDExecutionContext.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 …]
HDExecutionContextScope.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-13-stable/contrib/llvm-project/clang/lib/Headers/
HDhexagon_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 …]
HDhvx_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 …]
HDhexagon_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-13-stable/lib/libpmc/pmu-events/arch/x86/silvermont/
HDpipeline.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-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDExecution.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-13-stable/lib/libpmc/pmu-events/arch/x86/icelake/
HDmemory.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-13-stable/sys/contrib/octeon-sdk/
HDcvmx-ndf-defs.h221 …ments the CNT field by 1. If the CNT field is already 0 or negative, HW command execution unit will
223 …* non-zero data value, can the execution unit come out of the stalled condition, and resume execut…
225 … intended use of this doorbell CSR is to control execution of the Nand Flash commands. The NDF exe…
229 …t command in the sequence will be a bus release command. The execution unit will start execution of
297 …* EMPTY status is updated when the command fifo becomes empty as a result of command execution uni…
312 …uint64_t wdog : 1; /**< Watch Dog timer expired during command execution
351 …uint64_t wdog : 1; /**< Watch Dog timer expired during command execution
385 * complete execution and exit. (fifo is 256 bytes when BT_DIS=0, and 1536 bytes when BT_DIS=1)
396 …* middle of command execution will cause the execution to freeze until RD_DONE is set to 1. RD_C…
401 * when boot dma command execution is complete. If chip enable 0 is not nand flash, this bit is
[all …]
/freebsd-13-stable/lib/libpmc/pmu-events/arch/x86/haswell/
HDmemory.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-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDOptimizationLevel.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-13-stable/contrib/kyua/utils/
HDsanity.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-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDLibiptDecoder.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 on cpu id = {0}", in DecodeSystemWideTraceForThread()
[all …]
/freebsd-13-stable/share/doc/psd/01.cacm/
HDp311 is a computer execution environment.
20 is the execution of an image.
23 during the execution of other processes it remains in main memory
30 During execution, this segment is write-protected
117 5.3 Execution of programs
157 execution until one of its children has completed execution.
/freebsd-13-stable/lib/libpmc/pmu-events/arch/x86/tigerlake/
HDmemory.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-13-stable/lib/libpmc/pmu-events/arch/x86/haswellx/
HDmemory.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-13-stable/lib/libc/gen/
HDgetcontext.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-13-stable/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
HDmemory.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-13-stable/lib/libc/gmon/
HDmoncontrol.336 .Nd control execution profile
53 call-graph execution profiler.
97 have their execution time measured.
101 The following environment variables affect the execution of
110 execution data file
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDFunctionCaller.h67 /// An execution context scope that gets us at least a target and
106 /// The execution context to insert the function and its arguments
125 /// The execution context to insert the function and its arguments
139 /// The execution context to insert the function and its arguments
160 /// The execution context to insert the function and its arguments
204 /// The options for this expression execution.
221 /// The execution context to insert the function and its arguments
240 /// The execution context to retrieve the result from.
256 /// The execution context to insert the function and its arguments
289 // Note: the parser needs to be destructed before the execution unit, so
[all …]

12345678910>>...82