Lines Matching refs:live_process_state
302 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState() local
305 if (!live_process_state) in RefreshLiveProcessState()
306 return live_process_state.takeError(); in RefreshLiveProcessState()
308 if (live_process_state->warnings) { in RefreshLiveProcessState()
309 for (std::string &warning : *live_process_state->warnings) in RefreshLiveProcessState()
314 live_process_state->traced_threads) { in RefreshLiveProcessState()
321 live_process_state->traced_threads.size()); in RefreshLiveProcessState()
323 if (live_process_state->cpus) { in RefreshLiveProcessState()
325 for (const TraceCpuState &cpu_state : *live_process_state->cpus) { in RefreshLiveProcessState()
332 live_process_state->cpus->size()); in RefreshLiveProcessState()
335 for (const TraceBinaryData &item : live_process_state->process_binary_data) in RefreshLiveProcessState()
338 return DoRefreshLiveProcessState(std::move(*live_process_state), in RefreshLiveProcessState()