insttracer.hh (7720:65d338a8dba4) insttracer.hh (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;

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

165 virtual InstRecord *
166 getInstRecord(Tick when, ThreadContext *tc,
167 const StaticInstPtr staticInst, TheISA::PCState pc,
168 const StaticInstPtr macroStaticInst = NULL) = 0;
169};
170
171
172
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;

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

165 virtual InstRecord *
166 getInstRecord(Tick when, ThreadContext *tc,
167 const StaticInstPtr staticInst, TheISA::PCState pc,
168 const StaticInstPtr macroStaticInst = NULL) = 0;
169};
170
171
172
173}; // namespace Trace
173} // namespace Trace
174
175#endif // __INSTRECORD_HH__
174
175#endif // __INSTRECORD_HH__