Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h160 struct Process { struct
161 pid_t pid = -1;
162 bool initialized = false;
163 bool died = false;
164 bool is_64bit = false;
166 uint64_t descriptors_addr = 0;
190 bool ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
Dcmd_debug_unwind.cpp233 bool Process() override { in Process() function in simpleperf::__anonc541a1a50111::SampleUnwinder
354 bool Process() override { in Process() function in simpleperf::__anonc541a1a50111::TestFileGenerator
501 bool Process() override { in Process() function in simpleperf::__anonc541a1a50111::ReportGenerator
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py51 class Process(object): class
/system/testing/gtest_extras/
DOptions.cpp310 bool Options::Process(const std::vector<const char*>& args, std::vector<char*>* child_args) { in Process() function in android::gtest_extras::Options