Searched defs:ProcessState (Results 1 – 8 of 8) sorted by relevance
174 struct ProcessState { struct183 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() argument185 bool disconnected = false;186 SharedRingBuffer::ErrorState error_state =188 bool buffer_corrupted = false;190 uint64_t heap_samples = 0;191 uint64_t map_reparses = 0;192 uint64_t unwinding_errors = 0;194 uint64_t total_unwinding_time_us = 0;195 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