Sign in
gem5
/
arm
/
gem5
/
5a94e6f2cc6ed8480063da68d20274ced2930925
/
sim
/
system.cc
b46730c
BaseSystem -> System
by Nathan Binkert
· 20 years ago
fed64a3
Add support for sampled PC profiling to FullCPU.
by Steve Reinhardt
· 20 years ago
d82e0d1
make activation of exec contexts happen in startup
by Nathan Binkert
· 20 years ago
3ef950a
Fixes for bigendian platforms
by Ali Saidi
· 20 years ago
eb7d329
fix unaligned memory offset and some small fixes to interrupt binning code
by Ali Saidi
· 20 years ago
af620e1
added system option to bin interrupt code seperately.
by Ali Saidi
· 21 years ago
23e0643
Updates to make SMP work.
by Ali Saidi
· 21 years ago
9023f5c
- Clean up and factor out all of the binning code into a
by Nathan Binkert
· 21 years ago
2f31608
Updated Copyright with information in bitkeeper changelogs
by Ali Saidi
· 21 years ago
ced021a
Varied fixes to get linux running. Allow for shutdown on linux.
by Andrew Schultz
· 21 years ago
62d756f
rename namespace Statistics to Stats
by Nathan Binkert
· 21 years ago
b8082eb
lift system-independent binning stuff out of Tru64System into System.
by Lisa Hsu
· 21 years ago
34576de
changes that affect post checkpoint runs.
by Lisa Hsu
· 21 years ago
12662c0
nother fix
by Lisa Hsu
· 21 years ago
1a300ef
small bugfix, forgot to increment iter
by Lisa Hsu
· 21 years ago
4fa703f
serialization for binning. it is WAAAAAAAY past my bedtime.
by Lisa Hsu
· 21 years ago
f3861d0
Overall gist of this is to 'dynamicize' the tracking of functions so you can choose them at the .ini stage rather than at compile time.
by Lisa Hsu
· 21 years ago
d1e12b5
We only need to choose that we do want binning, or we don't.
by Nathan Binkert
· 21 years ago
921b1ee
Add the ability to track stats in user defined sets of function calls. code can be generated via the base/instrum_codegen.pl script to easily change the functions being tracked. the only thing the user needs to do is add code in tru64System to change how the callerMap is populated.
by Lisa Hsu
· 21 years ago
cc9a838
Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5
by Steve Reinhardt
· 21 years ago
f5da73b
Initial support for CPU switching. New SamplingCPU object encompasses a set
by Steve Reinhardt
· 21 years ago
98fd66e
Changed the init_param to a uint64_t from int
by Andrew Schultz
· 21 years ago
de29fec
Don't need to include sim/param.hh in sim_object.hh anymore.
by Steve Reinhardt
· 21 years ago
f600cff
Created new M5 instruction to allow an integer parameter (init_param) to be specified in the INI and then read inside the simulator.
by Andrew Schultz
· 21 years ago
4759c20
Remove all of the Tru64 specific stuff from the base System object
by Nathan Binkert
· 21 years ago
f94ff9a
Split up kernel.cc into separate files for dump_mbuf and printf
by Nathan Binkert
· 21 years ago
25693e9
Make include paths explicit and update makefile accordingly.
by Steve Reinhardt
· 21 years ago
e475dba
New loader structure. Expand Nate's ObjectFile to automatically detect file formats
by Steve Reinhardt
· 21 years ago
92638f9
Import changeset
by Steve Raasch
· 21 years ago