Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.h120 struct Process { struct
121 pid_t pid = -1;
122 bool initialized = false;
123 bool died = false;
147 void ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py51 class Process(object): class
/system/testing/gtest_extras/
DOptions.cpp214 bool Options::Process(const std::vector<const char*>& args, std::vector<const char*>* child_args) { in Process() function in android::gtest_extras::Options