Searched refs:output_path (Results 1 - 3 of 3) sorted by relevance

/gem5/util/
H A Dcheckpoint_aggregator.py48 output_path = output_dir
49 if not os.path.isdir(output_path):
50 os.system("mkdir -p " + output_path)
52 agg_mem_file = open(output_path + "/system.physmem.store0.pmem", "wb+")
53 agg_config_file = open(output_path + "/m5.cpt", "wb+")
/gem5/util/streamline/
H A Dm5stats2streamline.py95 parser.add_argument("output_path", metavar="<dest .apc folder>",
114 if not re.match("(.*)\.apc", args.output_path):
696 def initOutput(output_path):
697 if not os.path.exists(output_path):
698 os.mkdir(output_path)
992 def doSessionXML(output_path):
993 session_file = output_path + "/session.xml"
1014 def doCapturedXML(output_path, stats):
1015 captured_file = output_path + "/captured.xml"
1121 def writeVisualAnnotations(blob, input_path, output_path)
1203 output_path = args.output_path variable
[all...]
/gem5/ext/testlib/
H A Dresult.py71 InternalSavedResults.output_path(self.uid, suite.uid),
75 InternalSavedResults.output_path(self.uid, suite.uid),
141 def output_path(test_uid, suite_uid, base=None): member in class:InternalSavedResults

Completed in 9 milliseconds