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