Searched defs:trace_file (Results 1 - 5 of 5) sorted by relevance
/gem5/src/mem/probes/ |
H A D | MemTraceProbe.py | 53 trace_file = Param.String("", "Packet trace output file") variable in class:MemTraceProbe
|
/gem5/src/cpu/testers/traffic_gen/ |
H A D | trace_gen.hh | 161 TraceGen(SimObject &obj, MasterID master_id, Tick _duration, const std::string& trace_file, Addr addr_offset) argument
|
H A D | base.cc | 451 createTrace(Tick duration, const std::string& trace_file, Addr addr_offset) argument
|
/gem5/src/mem/ |
H A D | dramsim2_wrapper.cc | 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/src/cpu/trace/ |
H A D | trace_cpu.hh | 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 10 milliseconds