Home
last modified time | relevance | path

Searched defs:ProcessState (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h175 struct ProcessState { struct
184 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() argument
186 bool disconnected = false;
187 SharedRingBuffer::ErrorState error_state =
189 bool buffer_corrupted = false;
191 uint64_t heap_samples = 0;
192 uint64_t map_reparses = 0;
193 uint64_t unwinding_errors = 0;
195 uint64_t total_unwinding_time_us = 0;
196 uint64_t client_spinlock_blocked_us = 0;
[all …]
/external/perfetto/src/profiling/perf/
Dunwinding.h127 struct ProcessState { struct
149 std::map<pid_t, ProcessState> process_states; argument
/external/google-breakpad/src/processor/
Dstackwalk_common.h39 class ProcessState; variable
/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump_processor.h44 class ProcessState; variable
Dminidump_processor.h43 class ProcessState; variable
Dprocess_state.h95 ProcessState() : modules_(NULL), unloaded_modules_(NULL) { Clear(); } in ProcessState() function
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc46 ProcessState::ProcessState() in ProcessState() function in tensorflow::ProcessState
/external/openthread/src/cli/
Dcli_srp_server.cpp115 otError SrpServer::ProcessState(Arg aArgs[]) in ProcessState() function in ot::Cli::SrpServer
/external/deqp/framework/delibs/deutil/
DdeProcess.c47 } ProcessState; typedef
517 } ProcessState; typedef
/external/crosvm/sandbox/
Dbindings.rs262 pub struct ProcessState { struct
263 _unused: [u8; 0],
305 pub fn sbox_get_state(target: *mut TargetServices) -> *mut ProcessState; in sbox_get_state()