Searched refs:trace_file (Results 1 - 11 of 11) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A DPyTrafficGen.py66 def createTrace(self, duration, trace_file, addr_offset=0):
68 return self.getCCObject().createTrace(duration, trace_file,
H A Dtrace_gen.hh158 * @param trace_file File to read the transactions from
162 const std::string& trace_file, Addr addr_offset)
164 trace(trace_file),
161 TraceGen(SimObject &obj, MasterID master_id, Tick _duration, const std::string& trace_file, Addr addr_offset) argument
H A Dbase.hh297 const std::string& trace_file, Addr addr_offset);
H A Dbase.cc452 const std::string& trace_file, Addr addr_offset)
456 new TraceGen(*this, masterID, duration, trace_file, addr_offset));
451 createTrace(Tick duration, const std::string& trace_file, Addr addr_offset) argument
/gem5/src/mem/probes/
H A DMemTraceProbe.py53 trace_file = Param.String("", "Packet trace output file") variable in class:MemTraceProbe
H A Dmem_trace.cc56 if (p->trace_file != "") {
59 filename = simout.resolve(p->trace_file);
/gem5/src/mem/
H A Ddramsim2_wrapper.hh95 * @param trace_file Output trace file
102 const std::string& trace_file,
H A Ddramsim2_wrapper.cc69 const std::string& trace_file,
73 working_dir, trace_file,
66 DRAMSim2Wrapper(const std::string& config_file, const std::string& system_file, const std::string& working_dir, const std::string& trace_file, unsigned int memory_size_mb, bool enable_debug) argument
/gem5/tests/configs/
H A Dtgen-simple-mem.py61 system.monitor.trace = MemTraceProbe(trace_file = "monitor.ptrc.gz")
/gem5/tests/gem5/memory/
H A Dsimple-run.py77 system.monitor.trace = MemTraceProbe(trace_file = "monitor.ptrc.gz")
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh431 const std::string& trace_file)
435 trace(trace_file),
858 const std::string& trace_file, TraceCPUParams *params)
862 trace(trace_file, 1.0 / params->freqMultiplier),
429 FixedRetryGen(TraceCPU& _owner, const std::string& _name, MasterPort& _port, MasterID master_id, const std::string& trace_file) argument
856 ElasticDataGen(TraceCPU& _owner, const std::string& _name, MasterPort& _port, MasterID master_id, const std::string& trace_file, TraceCPUParams *params) argument

Completed in 20 milliseconds