inteltrace.cc (7720:65d338a8dba4) inteltrace.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 43 unchanged lines hidden (view full) ---

52 if (staticInst->isLoad()) {
53 ccprintf(outs, "<RD %#x>", addr);
54 } else if (staticInst->isStore()) {
55 ccprintf(outs, "<WR %#x>", addr);
56 }
57 outs << endl;
58}
59
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 43 unchanged lines hidden (view full) ---

52 if (staticInst->isLoad()) {
53 ccprintf(outs, "<RD %#x>", addr);
54 } else if (staticInst->isStore()) {
55 ccprintf(outs, "<WR %#x>", addr);
56 }
57 outs << endl;
58}
59
60/* namespace Trace */ }
60} // namespace Trace
61
62////////////////////////////////////////////////////////////////////////
63//
64// ExeTracer Simulation Object
65//
66Trace::IntelTrace *
67IntelTraceParams::create()
68{
69 return new Trace::IntelTrace(this);
70};
61
62////////////////////////////////////////////////////////////////////////
63//
64// ExeTracer Simulation Object
65//
66Trace::IntelTrace *
67IntelTraceParams::create()
68{
69 return new Trace::IntelTrace(this);
70};