Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Support/
DProgram.h35 struct ProcessInfo { struct
44 #error "ProcessInfo is not defined for this platform!" argument
55 ProcessInfo(); argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h35 struct ProcessInfo { struct
44 #error "ProcessInfo is not defined for this platform!" argument
55 ProcessInfo(); argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_info.h17 struct ProcessInfo { struct
18 int pid;
19 bool in_kernel;
20 bool is_app;
21 char name[256];
22 char exe[256];
23 std::map<int, ThreadInfo> threads;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProgram.h43 struct ProcessInfo { struct
52 ProcessInfo(); argument
/external/llvm-project/llvm/include/llvm/Support/
DProgram.h44 struct ProcessInfo { struct
53 ProcessInfo(); argument
/external/angle/src/tests/test_utils/runner/
DTestSuite.h109 struct ProcessInfo : angle::NonCopyable struct
114 ProcessInfo &operator=(ProcessInfo &&rhs); argument
116 ProcessHandle process;
117 std::vector<TestIdentifier> testsInBatch;
118 std::string resultsFileName;
119 std::string filterFileName;
120 std::string commandLine;
121 std::string filterString;
DTestSuite.cpp1040 ProcessInfo::ProcessInfo(ProcessInfo &&other) in ProcessInfo() function in angle::ProcessInfo
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md1367 ## ProcessInfo section in [devil.android.device_utils](https://chromium.googlesource.com/catapult.git/+/HEAD/devil/devil/android/device_utils.py)
1370 ### ProcessInfo.\_\_getnewargs\_\_
1373 ### ProcessInfo.\_\_getstate\_\_
1376 ### ProcessInfo.\_\_repr\_\_
1379 ### GetAVDs
1388 ### RestartServer
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp24 ProcessInfo::ProcessInfo() in ProcessInfo() function in ProcessInfo
28 ProcessInfo::ProcessInfo(const char *name, const ArchSpec &arch, in ProcessInfo() function in ProcessInfo
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc825 struct ProcessInfo { struct
826 uint64_t pid;
827 std::vector<uint64_t> utids;
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp55 static bool GetStatusInfo(::pid_t Pid, ProcessInstanceInfo &ProcessInfo, in GetStatusInfo()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp341 PROCESS_INFORMATION ProcessInfo; in main() local
/external/llvm-project/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp340 PROCESS_INFORMATION ProcessInfo; in main() local
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h158 class ProcessInfo; variable
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py302 ProcessInfo = collections.namedtuple('ProcessInfo', PS_COLUMNS) variable