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

/gem5/src/cpu/
H A Dpc_event.hh69 typedef PCEvent * record_t; typedef in class:PCEventQueue
72 bool operator()(const record_t &l, const record_t &r) const {
75 bool operator()(const record_t &l, Addr pc) const {
78 bool operator()(Addr pc, const record_t &r) const {
82 typedef std::vector<record_t> map_t;

Completed in 3 milliseconds