Sign in
gem5
/
amd
/
gem5
/
96375409ea7a5593ddd7f4f723db349921f35142
/
src
/
cpu
/
profile.hh
d9f39c8
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
by Nathan Binkert
· 15 years ago
eef3a2e
types: Move stuff for global types into src/base/types.hh
by Nathan Binkert
· 16 years ago
f1a5557
Put the ProcessInfo and StackTrace objects into the ISA namespaces.
by Gabe Black
· 18 years ago
eb0e416
Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh.
by Kevin Lim
· 19 years ago
cb0cf2d
Updated Authors from bk prs info
by Ali Saidi
· 19 years ago
ba2eae5
New directory structure:
by Steve Reinhardt
· 19 years ago
[Renamed from cpu/profile.hh]
11aead8
Updates for the quiesceEvent that was added to the XC.
by Kevin Lim
· 19 years ago
c5dcd15
Changed targetarch to just arch.
by Gabe Black
· 19 years ago
3f7979c
Made Addr a global type
by Gabe Black
· 19 years ago
463aa6d
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths.
by Gabe Black
· 19 years ago
b62e7d2
clear the function profile on a stats reset
by Nathan Binkert
· 19 years ago
9e8151f
use Counter to avoid overflowing an int
by Nathan Binkert
· 19 years ago
0dcb288
Cleanup the StackTrace interfaces and profile interfaces so they
by Nathan Binkert
· 19 years ago
a81c037
Add new function profiling stuff, wrap the pc_sample stuff into it.
by Nathan Binkert
· 19 years ago