Searched refs:bufferNames (Results 1 – 1 of 1) sorted by relevance
151 std::vector<std::string> bufferNames = GetBufferNameList(m_parsed_trace); in readSnapShot() local152 std::vector<std::string>::iterator bnit = bufferNames.begin(); in readSnapShot()153 while(bnit != bufferNames.end()) in readSnapShot()