Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h177 struct ProcessState { struct
186 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() function
188 bool disconnected = false;
189 SharedRingBuffer::ErrorState error_state =
191 bool buffer_corrupted = false;
193 uint64_t heap_samples = 0;
194 uint64_t map_reparses = 0;
195 uint64_t unwinding_errors = 0;
197 uint64_t total_unwinding_time_us = 0;
198 uint64_t client_spinlock_blocked_us = 0;
[all …]
/external/perfetto/src/profiling/perf/
Dunwinding.h125 struct ProcessState { struct
144 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/deqp/framework/delibs/deutil/
DdeProcess.c47 } ProcessState; typedef
517 } ProcessState; typedef
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp37 enum class ProcessState { enum