exetrace.hh (2665:a124942bacb8) exetrace.hh (2670:9107b8bd08cd)
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;

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

142 PRINT_CYCLE,
143 PRINT_OP_CLASS,
144 PRINT_THREAD_NUM,
145 PRINT_RESULT_DATA,
146 PRINT_EFF_ADDR,
147 PRINT_INT_REGS,
148 PRINT_FETCH_SEQ,
149 PRINT_CP_SEQ,
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;

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

142 PRINT_CYCLE,
143 PRINT_OP_CLASS,
144 PRINT_THREAD_NUM,
145 PRINT_RESULT_DATA,
146 PRINT_EFF_ADDR,
147 PRINT_INT_REGS,
148 PRINT_FETCH_SEQ,
149 PRINT_CP_SEQ,
150 PC_SYMBOL,
150 INTEL_FORMAT,
151 NUM_BITS
152 };
153
154 static std::vector<bool> flags;
155 static std::string trace_system;
156
157 static void setParams();

--- 34 unchanged lines hidden ---
151 INTEL_FORMAT,
152 NUM_BITS
153 };
154
155 static std::vector<bool> flags;
156 static std::string trace_system;
157
158 static void setParams();

--- 34 unchanged lines hidden ---