nativetrace.hh (7720:65d338a8dba4) nativetrace.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2006-2009 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;

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

114 soFar += res;
115 }
116 }
117
118 virtual void
119 check(NativeTraceRecord *record) = 0;
120};
121
1/*
2 * Copyright (c) 2006-2009 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;

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

114 soFar += res;
115 }
116 }
117
118 virtual void
119 check(NativeTraceRecord *record) = 0;
120};
121
122} /* namespace Trace */
122} // namespace Trace
123
124#endif // __CPU_NATIVETRACE_HH__
123
124#endif // __CPU_NATIVETRACE_HH__