Searched defs:ProcessState (Results 1 – 9 of 9) sorted by relevance
177 struct ProcessState { struct186 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() function188 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 …]
125 struct ProcessState { struct144 std::map<pid_t, ProcessState> process_states; argument
39 class ProcessState; variable
44 class ProcessState; variable
43 class ProcessState; variable
95 ProcessState() : modules_(NULL), unloaded_modules_(NULL) { Clear(); } in ProcessState() function
46 ProcessState::ProcessState() in ProcessState() function in tensorflow::ProcessState
47 } ProcessState; typedef517 } ProcessState; typedef
37 enum class ProcessState { enum