Lines Matching defs:processes
290 /// Build the processes section of the trace bundle description object. Besides
291 /// returning the processes information, this method saves to disk all modules
298 /// The directory where files will be saved when building the processes
302 /// The processes section or \a llvm::Error in case of failures.
324 std::vector<JSONProcess> processes;
328 processes.push_back(std::move(*json_process));
332 return processes;
338 std::vector<Process *> processes = trace_ipt.GetAllProcesses();
339 Process *kernel_process = processes[0];
341 assert(processes.size() == 1 && "User processeses exist in kernel mode");