Searched refs:TraceCpuState (Results 1 – 4 of 4) sorted by relevance
121 struct TraceCpuState { struct127 bool fromJSON(const llvm::json::Value &value, TraceCpuState &packet, argument130 llvm::json::Value toJSON(const TraceCpuState &packet);135 std::optional<std::vector<TraceCpuState>> cpus;
119 bool fromJSON(const json::Value &value, TraceCpuState &packet, in fromJSON()129 json::Value toJSON(const TraceCpuState &packet) { in toJSON()
325 for (const TraceCpuState &cpu_state : *live_process_state->cpus) { in RefreshLiveProcessState()
577 for (const TraceCpuState &cpu : *intelpt_state->cpus) in DoRefreshLiveProcessState()