Searched refs:tid_str (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/minor/
H A Dexecute.cc171 std::string tid_str = std::to_string(tid); local
176 name_ + ".inputBuffer" + tid_str, "insts",
180 scoreboard.push_back(Scoreboard(name_ + ".scoreboard" + tid_str));
185 name_ + ".inFlightInsts" + tid_str, "insts", total_slots);
189 name_ + ".inFUMemInsts" + tid_str, "insts", total_slots);

Completed in 9 milliseconds