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;

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

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

--- 34 unchanged lines hidden ---