Searched refs:pc_values (Results 1 – 1 of 1) sorted by relevance
2908 std::vector<uint64_t> pc_values; in SendStopReplyPacketForThread() local2926 pc_values.push_back(pc); in SendStopReplyPacketForThread()2938 if (pc_values.size() == numthreads) { in SendStopReplyPacketForThread()2943 ostrm << std::hex << pc_values[i]; in SendStopReplyPacketForThread()