nativetrace.hh (6365:a3037fa327a0) nativetrace.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2007-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;

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

80 bool checkXMM(int num, uint64_t mXmmBuf[], uint64_t nXmmBuf[]);
81
82 public:
83 X86NativeTrace(const Params *p);
84
85 void check(NativeTraceRecord *record);
86};
87
1/*
2 * Copyright (c) 2007-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;

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

80 bool checkXMM(int num, uint64_t mXmmBuf[], uint64_t nXmmBuf[]);
81
82 public:
83 X86NativeTrace(const Params *p);
84
85 void check(NativeTraceRecord *record);
86};
87
88} /* namespace Trace */
88} // namespace Trace
89
90#endif // __ARCH_X86_NATIVETRACE_HH__
89
90#endif // __ARCH_X86_NATIVETRACE_HH__