Searched refs:DPRINTFR (Results 1 - 17 of 17) sorted by relevance

/gem5/src/sim/probe/
H A Dprobe.cc87 DPRINTFR(ProbeVerbose, "Probes: Call to addListener to \"%s\" on %s.\n", pointName, object->name());
96 DPRINTFR(ProbeVerbose, "Probes: Call to addListener to \"%s\" on %s failed, no such point.\n", pointName, object->name());
104 DPRINTFR(ProbeVerbose, "Probes: Call to removeListener from \"%s\" on %s.\n", pointName, object->name());
113 DPRINTFR(ProbeVerbose, "Probes: Call to removeListener from \"%s\" on %s failed, no such point.\n", pointName, object->name());
121 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s.\n", point.getName(), object->name());
125 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s failed, already added.\n", point.getName(), object->name());
/gem5/src/cpu/o3/probe/
H A Dsimple_trace.cc47 DPRINTFR(SimpleTrace, "[%s]: Commit 0x%08x %s.\n", name(),
54 DPRINTFR(SimpleTrace, "[%s]: Fetch 0x%08x %s.\n", name(),
H A Delastic_trace.cc151 DPRINTFR(ElasticTrace, "Fetch Req %i,(%lli,%lli,%lli),%i,%i,%lli\n",
179 DPRINTFR(ElasticTrace, "[sn:%lli] Ignoring in execute as instruction \
186 DPRINTFR(ElasticTrace, "[sn:%lli] Execute Tick = %i\n", dyn_inst->seqNum,
215 DPRINTFR(ElasticTrace, "recordToCommTick: [sn:%lli] Not in temp store,"
220 DPRINTFR(ElasticTrace, "[sn:%lli] To Commit Tick = %i\n", dyn_inst->seqNum,
252 DPRINTFR(ElasticTrace, "[sn:%lli] Check map for src reg"
285 DPRINTFR(ElasticTrace, "[sn:%lli] Update map for dest reg"
298 DPRINTFR(ElasticTrace, "Remove Map entry for Reg %i\n",
317 DPRINTFR(ElasticTrace, "Attempt to add squashed inst [sn:%lli]\n",
336 DPRINTFR(ElasticTrac
[all...]
/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh78 DPRINTFR(O3PipeView, "O3PipeView:fetch:%llu:0x%08llx:%d:%llu:%s\n",
86 DPRINTFR(O3PipeView, "O3PipeView:decode:%llu\n", val);
88 DPRINTFR(O3PipeView, "O3PipeView:rename:%llu\n", val);
90 DPRINTFR(O3PipeView, "O3PipeView:dispatch:%llu\n", val);
92 DPRINTFR(O3PipeView, "O3PipeView:issue:%llu\n", val);
94 DPRINTFR(O3PipeView, "O3PipeView:complete:%llu\n", val);
98 DPRINTFR(O3PipeView, "O3PipeView:retire:%llu:store:%llu\n", val, valS);
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc434 DPRINTFR(TraceCPUData, "\tdepGraph = %d, readyList = %d, "
579 DPRINTFR(TraceCPUData, "\tdepGraph = %d, readyList = %d, "
706 DPRINTFR(TraceCPUData, "\t\tseq. num %lli(%s) with rob num %lli is now"
714 DPRINTFR(TraceCPUData, "\t\tResources available for seq. num %lli. Adding"
727 DPRINTFR(TraceCPUData, "\t\tResources unavailable for seq. num %lli."
731 DPRINTFR(TraceCPUData, "\t\tResources unavailable for seq. num %lli. "
874 DPRINTFR(TraceCPUData, "\t%lld(%s), %lld\n", itr->seqNum,
913 DPRINTFR(TraceCPUData, "\tClearing done seq. num %d from inFlightNodes..\n",
929 DPRINTFR(TraceCPUData, "\tCleared. inFlightNodes.size() = %d, "
964 DPRINTFR(TraceCPUDat
[all...]
/gem5/src/base/
H A Dtrace.hh161 // If you desire that the automatic printing not occur, use DPRINTFR
191 #define DPRINTFR(x, ...) do { \ macro
217 #define DPRINTFR(...) do {} while (0) macro
/gem5/src/base/loader/
H A Draw_object.cc60 DPRINTFR(Loader, "text: 0x%x %d\ndata: 0x%x %d\nbss: 0x%x %d\n",
H A Daout_object.cc77 DPRINTFR(Loader, "text: 0x%x %d\ndata: 0x%x %d\nbss: 0x%x %d\n",
H A Decoff_object.cc88 DPRINTFR(Loader, "text: 0x%x %d\ndata: 0x%x %d\nbss: 0x%x %d\n",
H A Delf_object.cc78 DPRINTFR(Loader, "Not ELF\n");
392 DPRINTFR(Loader, "text: 0x%x %d\ndata: 0x%x %d\nbss: 0x%x %d\n",
/gem5/src/kern/linux/
H A Dlinux.cc45 DPRINTFR(SyscallVerbose,
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc229 DPRINTFR(RubyTest, " addr: 0x%x, size: %d, data: ",
232 DPRINTFR(RubyTest, "%d ", data->getByte(byte));
234 DPRINTFR(RubyTest, "\n");
/gem5/src/mem/cache/tags/
H A Dcompressed_tags.cc157 DPRINTFR(CacheComp, "\t[%s]\n", blk->print());
/gem5/src/mem/ruby/system/
H A DSequencer.cc460 DPRINTFR(ProtocolTrace, "%15s %3s %10s%20s %6s>%-6s %#x %d cycles\n",
644 DPRINTFR(ProtocolTrace, "%15s %3s %10s%20s %6s>%-6s %#x %s\n",
H A DGPUCoalescer.cc943 DPRINTFR(ProtocolTrace, "%15s %3s %10s%20s %6s>%-6s %s %s\n",
1251 DPRINTFR(ProtocolTrace, "%15s %3s %10s%20s %6s>%-6s %s %d cycles\n",
/gem5/src/arch/mips/linux/
H A Dprocess.cc148 DPRINTFR(SyscallVerbose, "sys_setsysinfo(SSI_IEEE_FP_CONTROL): "
/gem5/src/arch/alpha/linux/
H A Dprocess.cc143 DPRINTFR(SyscallVerbose, "osf_setsysinfo(SSI_IEEE_FP_CONTROL): "

Completed in 18 milliseconds