commit_impl.hh (8493:0eca041a8c06) commit_impl.hh (8516:a9c0d2ab490a)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

1184 }
1185 if (CPA::available()) {
1186 if (head_inst->isControl()) {
1187 ThreadContext *tc = thread[tid]->getTC();
1188 CPA::cpa()->swAutoBegin(tc, head_inst->nextInstAddr());
1189 }
1190 }
1191#endif
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

1184 }
1185 if (CPA::available()) {
1186 if (head_inst->isControl()) {
1187 ThreadContext *tc = thread[tid]->getTC();
1188 CPA::cpa()->swAutoBegin(tc, head_inst->nextInstAddr());
1189 }
1190 }
1191#endif
1192 DPRINTF(Commit, "Committing instruction with [sn:%lli]\n",
1193 head_inst->seqNum);
1192 DPRINTF(Commit, "Committing instruction with [sn:%lli] PC %s\n",
1193 head_inst->seqNum, head_inst->pcState());
1194 if (head_inst->traceData) {
1195 head_inst->traceData->setFetchSeq(head_inst->seqNum);
1196 head_inst->traceData->setCPSeq(thread[tid]->numInst);
1197 head_inst->traceData->dump();
1198 delete head_inst->traceData;
1199 head_inst->traceData = NULL;
1200 }
1201

--- 293 unchanged lines hidden ---
1194 if (head_inst->traceData) {
1195 head_inst->traceData->setFetchSeq(head_inst->seqNum);
1196 head_inst->traceData->setCPSeq(thread[tid]->numInst);
1197 head_inst->traceData->dump();
1198 delete head_inst->traceData;
1199 head_inst->traceData = NULL;
1200 }
1201

--- 293 unchanged lines hidden ---