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

/gem5/src/cpu/minor/
H A Dactivity.hh55 /** ActivityRecorder with a Ticked interface */
56 class MinorActivityRecorder : public ActivityRecorder
66 ActivityRecorder(name, num_stages, longest_latency, 0)
/gem5/src/cpu/
H A Dactivity.cc40 ActivityRecorder::ActivityRecorder(const string &name, int num_stages, function in class:ActivityRecorder
50 ActivityRecorder::~ActivityRecorder()
56 ActivityRecorder::activity()
72 ActivityRecorder::advance()
92 ActivityRecorder::activateStage(const int idx)
109 ActivityRecorder::deactivateStage(const int idx)
126 ActivityRecorder::reset()
135 ActivityRecorder
[all...]
H A Dactivity.hh38 * ActivityRecorder helper class that informs the CPU if it can switch
41 * stages inform the ActivityRecorder when they write to any time
42 * buffer. The ActivityRecorder marks a 1 in the "0" slot of the time
45 * ActivityRecorder also records if a stage has activity to do next
52 class ActivityRecorder class
55 ActivityRecorder(const std::string &name, int num_stages,
57 ~ActivityRecorder();
/gem5/src/cpu/o3/
H A Dcpu.hh653 ActivityRecorder activityRec;

Completed in 13 milliseconds