diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2005-11-09 16:42:36 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2005-11-09 16:42:36 -0500 |
commit | 3532a661c59e6028f44cf6309dfcfdb765a9813a (patch) | |
tree | 95d666fe07a3298565a2cc3da4b7526f56f4eaf6 /cpu/exetrace.hh | |
parent | 6e192b57047e3a8b09000e3a0dd91572c9737379 (diff) | |
download | gem5-3532a661c59e6028f44cf6309dfcfdb765a9813a.tar.xz |
just commit what i need for dumping traces compatible with intel's casper
--HG--
extra : convert_revision : a0c4a68a576fa771fd553eaedd6a07255a04dca2
Diffstat (limited to 'cpu/exetrace.hh')
-rw-r--r-- | cpu/exetrace.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/exetrace.hh b/cpu/exetrace.hh index 1515869ad..48d8966d8 100644 --- a/cpu/exetrace.hh +++ b/cpu/exetrace.hh @@ -148,6 +148,7 @@ class InstRecord : public Record }; static std::vector<bool> flags; + static std::string trace_system; static void setParams(); |