/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleLoader.cpp | 209 if (bundle_description.processes) { in LoadBundle() 210 for (const JSONProcess &process : *bundle_description.processes) { in LoadBundle() 242 "processes?": [ in GetSchema() 309 - "cpus" is provided if and only if processes[].threads[].iptTrace is not provided. in GetSchema() 311 - If "kernel" is provided, then the "processes" section must be empty or not in GetSchema() 313 indicates that the kernel was traced and user processes weren't. Besides in GetSchema() 324 if (!bundle_description.cpus || !bundle_description.processes) in AugmentThreadsFromContextSwitches() 335 for (JSONProcess &process : *bundle_description.processes) { in AugmentThreadsFromContextSwitches() 374 std::vector<ProcessSP> processes; in CreateTraceIntelPTInstance() 376 processes in CreateTraceIntelPTInstance() 372 std::vector<ProcessSP> processes; CreateTraceIntelPTInstance() local [all...] |
H A D | TraceIntelPTJSONStructs.cpp | 137 {"processes", bundle_description.processes}, in toJSON() 149 if (!(o && o.map("processes", bundle_description.processes) && in fromJSON() 171 if (bundle_description.processes && in fromJSON() 172 !bundle_description.processes->empty()) { in fromJSON() 180 } else if (!bundle_description.processes) { in fromJSON()
|
H A D | TraceIntelPTBundleSaver.cpp | 325 std::vector<JSONProcess> processes; in BuildProcessesSection() local 329 processes.push_back(std::move(*json_process)); in BuildProcessesSection() 333 return processes; in BuildProcessesSection() 339 std::vector<Process *> processes = trace_ipt.GetAllProcesses(); in BuildKernelSection() local 340 Process *kernel_process = processes[0]; in BuildKernelSection() 342 assert(processes.size() == 1 && "User processeses exist in kernel mode"); in BuildKernelSection()
|
H A D | TraceIntelPTJSONStructs.h | 55 std::optional<std::vector<JSONProcess>> processes; member
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_filter.cc | 198 char *events, char *processes, char *threads, bool exclusive, bool json, int infd, in pmc_filter_handler() argument 217 if (processes) in pmc_filter_handler() 218 parse_names(processes, proclist, &proccount); in pmc_filter_handler() 300 char *lwps, *pids, *events, *processes, *threads; in cmd_pmc_filter() local 307 threads = processes = lwps = pids = events = NULL; in cmd_pmc_filter() 322 processes = strdup(optarg); in cmd_pmc_filter() 357 processes, threads, exclusive, json, prelogfd, postlogfd); in cmd_pmc_filter()
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.service.in | 7 ; read-only for the processes invoked by the unit except for the API file 12 ; makes sharing between processes via /tmp or /var/tmp impossible. 15 ; inaccessible and empty for processes invoked by the unit. 18 ; (accessible through /sys/fs/cgroup) read-only to all processes invoked by
|
/freebsd/sbin/init/ |
H A D | NOTES | 45 processes. 106 5: clean up mode (re-read ttys file, killing off controlling processes 110 7: death: send SIGHUP to all controlling processes, reap for 30 seconds, 111 then go to 1 (warn if not all processes died, i.e. wait blocks)
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | README | 8 client and the server generates a certain number of worker processes, each of 9 which in turn uses its own TCP port. The number of server processes must be 10 >= the number of client processes, or some of the ports required by the
|
/freebsd/tools/build/options/ |
H A D | WITH_KERNEL_BIN | 2 install processes for the kernel. Available only on arm and arm64.
|
/freebsd/stand/i386/loader/ |
H A D | loader.rc | 8 \ Reads and processes loader.conf variables
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 521 std::vector<Process *> processes; in GetTracedProcesses() local 525 processes.push_back(proc); in GetTracedProcesses() 528 processes.push_back(m_live_process); in GetTracedProcesses() 529 return processes; in GetTracedProcesses()
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace3.sh | 59 * child processes c1 and c2 which do nothing but sleep; a third child process
|
H A D | context.sh | 58 * Pass a token thru pipes to CHILDREN+1 processes in a circular list
|
/freebsd/stand/forth/ |
H A D | loader.rc | 11 \ Reads and processes loader.conf variables
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 81 allow for a good control over the number of delivery processes other 83 processes (MaxChildren) or by load control options (RefuseLA, 97 to minimize the overhead for creating processes because they just 109 properties, i.e., number of processes to run the queues in the 221 and all options related to number of processes and the load should
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 869 processes of the running kernel. 884 utility for more information on monitoring processes. 890 The maximum number of processes that the system 894 utility for more information on monitoring processes. 900 The maximum number of processes one user ID can run. 903 utility for more information on monitoring processes. 1089 for processes which you are not running. 1656 about processes running under other user id numbers (UIDs). 1734 Enforce MAC policies between system processes 1890 Allow users to see processes and sockets owned by the same primary [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,vas.txt | 3 VAS is a hardware mechanism that allows kernel subsystems and user processes
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 115 " 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.")
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 26 10 No child processes 140 67 Too many processes
|
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/ |
H A D | xlnx,video.txt | 7 Xilinx video IP pipeline processes video streams through one or more Xilinx
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_cmd_argv.pod | 15 The function SSL_CONF_cmd_argv() processes at most two command line
|
/freebsd/usr.bin/top/ |
H A D | top.c | 229 void * processes; in main() local 614 processes = in main() 667 (*d_process)(i, format_next_process(processes, get_userid, in main()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 16 This function processes any X509v3 extensions present in an X509 object I<x>
|
/freebsd/etc/ |
H A D | master.passwd | 3 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
|
/freebsd/contrib/unifdef/ |
H A D | README | 5 The unifdef utility selectively processes conditional C preprocessor
|