Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h176 struct ProcessState { struct
185 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() argument
187 bool disconnected = false;
188 SharedRingBuffer::ErrorState error_state =
190 bool buffer_corrupted = false;
192 uint64_t heap_samples = 0;
193 uint64_t map_reparses = 0;
194 uint64_t unwinding_errors = 0;
196 uint64_t total_unwinding_time_us = 0;
197 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.h38 class ProcessState; variable
/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump_processor.h43 class ProcessState; variable
Dminidump_processor.h42 class ProcessState; variable
Dprocess_state.h94 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/deqp/framework/delibs/deutil/
DdeProcess.c48 } 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()
/external/crosvm/win_util/src/
Dlib.rs325 pub enum ProcessState { enum