Searched refs:live_process_state (Results 1 – 1 of 1) sorted by relevance
302 Expected<TraceGetStateResponse> live_process_state = in RefreshLiveProcessState() local305 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()[all …]