Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 8 of 8) 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-7.0/llvm/include/llvm/Support/
DProgram.h44 struct ProcessInfo { struct
53 ProcessInfo(); argument
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp341 PROCESS_INFORMATION ProcessInfo; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp341 PROCESS_INFORMATION ProcessInfo; in main() local
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp381 PROCESS_INFORMATION ProcessInfo; in main() local
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py230 ProcessInfo = collections.namedtuple('ProcessInfo', PS_COLUMNS) variable