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

/gem5/src/arch/riscv/
H A Dkernel_stats.hh40 class Statistics : public ::Kernel::Statistics class in namespace:RiscvISA::Kernel
43 Statistics() : ::Kernel::Statistics() function in class:RiscvISA::Kernel::Statistics
/gem5/src/arch/mips/
H A Dkernel_stats.hh40 class Statistics : public ::Kernel::Statistics class in namespace:MipsISA::Kernel
43 Statistics() : ::Kernel::Statistics() function in class:MipsISA::Kernel::Statistics
/gem5/src/arch/x86/
H A Dkernel_stats.hh48 class Statistics : public ::Kernel::Statistics class in namespace:X86ISA::Kernel
51 Statistics() : ::Kernel::Statistics() function in class:X86ISA::Kernel::Statistics
/gem5/src/arch/arm/
H A Dkernel_stats.hh39 class Statistics : public ::Kernel::Statistics class in namespace:ArmISA::Kernel
42 Statistics() : ::Kernel::Statistics() function in class:ArmISA::Kernel::Statistics
/gem5/src/arch/power/
H A Dkernel_stats.hh39 class Statistics : public ::Kernel::Statistics class in namespace:PowerISA::Kernel
42 Statistics() : ::Kernel::Statistics() function in class:PowerISA::Kernel::Statistics
/gem5/src/arch/sparc/
H A Dkernel_stats.hh44 class Statistics : public ::Kernel::Statistics class in namespace:SparcISA::Kernel
47 Statistics() : ::Kernel::Statistics() function in class:SparcISA::Kernel::Statistics
/gem5/src/kern/
H A Dkernel_stats.cc45 Statistics::regStats(const string &_name)
H A Dkernel_stats.hh43 class Statistics : public Serializable class in namespace:Kernel
53 virtual ~Statistics() {}
/gem5/src/arch/alpha/
H A Didle_event.cc44 auto *stats = dynamic_cast<AlphaISA::Kernel::Statistics *>(
H A Dkernel_stats.cc53 Statistics::Statistics() function in class:AlphaISA::Kernel::Statistics
54 : ::Kernel::Statistics(),
61 Statistics::regStats(const string &_name)
63 ::Kernel::Statistics::regStats(_name);
156 Statistics::setIdleProcess(Addr idlepcbb, ThreadContext *tc)
165 Statistics::changeMode(cpu_mode newmode, ThreadContext *tc)
184 Statistics::mode(cpu_mode newmode, ThreadContext *tc)
195 Statistics::context(Addr oldpcbb, Addr newpcbb, ThreadContext *tc)
208 Statistics
[all...]
H A Dkernel_stats.hh51 class Statistics : public ::Kernel::Statistics class in namespace:AlphaISA::Kernel
82 Statistics();
H A Dev5.cc222 auto *stats = dynamic_cast<AlphaISA::Kernel::Statistics *>(
/gem5/src/cpu/
H A Dthread_state.hh45 class Statistics;
102 Kernel::Statistics *getKernelStats() { return kernelStats; }
187 Kernel::Statistics *kernelStats;
H A Dthread_context.hh72 class Statistics;
149 virtual ::Kernel::Statistics *getKernelStats() = 0;
H A Dsimple_thread.cc113 kernelStats = new TheISA::Kernel::Statistics();
H A Dsimple_thread.hh78 class Statistics;
212 Kernel::Statistics *
/gem5/tests/
H A Ddiff-out84 last if /Begin Simulation Statistics/;
104 print "\n===== Statistics differences =====\n\n";
125 last if /End Simulation Statistics/;
182 # Statistics to ignore: these relate to simulator performance, not
/gem5/src/cpu/o3/
H A Dthread_context.hh53 class Statistics;
122 ::Kernel::Statistics *
H A Dthread_context_impl.hh150 thread->kernelStats = new TheISA::Kernel::Statistics();
/gem5/src/cpu/checker/
H A Dthread_context.hh56 class Statistics;
137 ::Kernel::Statistics *

Completed in 22 milliseconds