Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 93) sorted by relevance

1234

/llvm-project-15.0.7/llvm/tools/opt-viewer/
H A Doptpmap.py28 def pmap(func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs): argument
44 if processes == 1:
49 processes=processes)
/llvm-project-15.0.7/llvm/docs/
H A DSecurityTransparencyReports.rst13 the purpose of the group and the processes it follows. Many of the group's
14 processes were still not well-defined enough for the group to operate well.
15 Over the course of 2021, the key processes were defined well enough to enable
39 the security group now has implemented all necessary processes for the group to
40 operate as promised. The group's processes can be improved further, and we do
H A DSymbolizerMarkupFormat.rst45 This format assumes that the symbolizing filter processes intact whole lines. If
55 This format assumes that the symbolizing filter processes a coherent stream of
59 instance of the symbolizing filter. Because the kernel and user processes use
100 The filter processes ANSI SGR control sequences only within a single line. If a
332 processes.
367 multiple processes. Such implementations might not know when a new process
369 be the same between old and new processes, a way is needed to distinguish two
370 processes with such identical identifying information. This element informs
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp142 for (const JSONProcess &process : bundle_description.processes) { in LoadBundle()
165 "processes": [ in GetSchema()
242 for (JSONProcess &process : bundle_description.processes) { in AugmentThreadsFromContextSwitches()
280 std::vector<ProcessSP> processes; in CreateTraceIntelPTInstance() local
282 processes.push_back(parsed_process.target_sp->GetProcessSP()); in CreateTraceIntelPTInstance()
288 bundle_description, processes, threads); in CreateTraceIntelPTInstance()
297 for (JSONProcess &process : bundle_description.processes) { in NormalizeAllPaths()
H A DTraceIntelPTJSONStructs.cpp121 {"processes", bundle_description.processes}, in toJSON()
131 if (!(o && o.map("processes", bundle_description.processes) && in fromJSON()
H A DTraceIntelPTBundleSaver.cpp327 std::vector<JSONProcess> processes; in BuildProcessesSection() local
331 processes.push_back(std::move(*json_process)); in BuildProcessesSection()
335 return processes; in BuildProcessesSection()
H A DTraceIntelPTJSONStructs.h53 std::vector<JSONProcess> processes; member
/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dinstrprof-gcov-parallel.test14 # Test if the .gcda file is correctly created from one of child processes
15 # and counters of all processes are recorded correctly.
/llvm-project-15.0.7/bolt/test/X86/
H A Dmerge-fdata-bat-mode.test1 # Check merge-fdata tool correctly processes fdata files with header strings
H A Dindirect-goto.test1 # Check llvm-bolt processes binaries compiled from sources that use indirect goto.
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dindirect-goto-pie.test1 # Check llvm-bolt processes binaries compiled from sources that use indirect goto.
/llvm-project-15.0.7/bolt/test/
H A Dshared-object.test1 # Test that llvm-bolt processes *.so without a failure
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/
H A Dcloexec-pipe2.rst7 adds the O_CLOEXEC flag that marks the file descriptor to be closed in child processes.
H A Dcloexec-pipe.rst8 be closed in child processes. Without this flag a sensitive file descriptor can be leaked to a
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp517 std::vector<Process *> processes; in GetTracedProcesses() local
521 processes.push_back(proc); in GetTracedProcesses()
524 processes.push_back(m_live_process); in GetTracedProcesses()
525 return processes; in GetTracedProcesses()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dlog_path_fork_test.cc.disabled16 // There are two processes at this point, thus there should be two distinct
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DGenealogySPI.h91 typedef void (^os_diagnostic_block_t)(os_activity_process_list_t processes,
H A DGenealogy.cpp112 pid, 0, flags, ^(os_activity_process_list_t processes, int error) { in GetActivities()
114 m_os_activity_iterate_processes(processes, ^bool( in GetActivities()
H A DGenealogy.h93 os_activity_process_list_t processes,
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/
H A Dmake-core.sh7 Your system prevents the use of PTRACE to attach to non-child processes. The core file
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Darm-trustzone.s8 @ Check that the assembler processes SMC instructions when TrustZone support is
H A Darm-thumb-trustzone.s8 @ Check that the assembler processes SMC instructions when TrustZone support is
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def115 " this number of jobs in separate worker processes"
118 "Number of simultaneous worker processes to run the jobs."
122 " discovered by other processes. If 0, disabled")
135 "use the same path for several parallel processes.")
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dscev_remove_max.ll4 ; an infinite loop and a segmentation fault, if it processes, for example,
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Ddeadretval2.ll40 ; and then the caller) since DAE processes functions one by one and handles

1234