Searched refs:app (Results 1 - 8 of 8) sorted by relevance

/gem5/util/
H A Doprofile-top.py39 def category(app,sym):
40 if re.search("vmlinux-2.6", app):
43 name = app
75 (count, percent, app, sym) = line.split()
77 cat = category(app,sym)
/gem5/ext/pybind11/docs/
H A Dconf.py316 def generate_doxygen_xml(app):
317 build_dir = os.path.join(app.confdir, '.build')
323 retcode = subprocess.call(['doxygen'], cwd=app.confdir)
330 def setup(app):
332 app.connect("builder-inited", generate_doxygen_xml)
/gem5/tests/
H A Drun.py163 def binpath(app, file=None):
164 # executable has same name as app unless specified otherwise
166 file = app
167 return joinpath(test_progs, app, 'bin', isa, opsys, file)
170 def inputpath(app, file=None):
171 # input file has same name as app unless specified otherwise
173 file = app
174 return joinpath(test_progs, app, 'input', file)
/gem5/configs/example/
H A Dse.py144 for app in apps:
148 app, options.spec_input))
151 app, options.arm_iset, options.spec_input))
154 app, options.spec_input))
158 (buildEnv['TARGET_ISA'], app),
/gem5/ext/nomali/tests/
H A DRules.mk40 include Rules.app.mk
/gem5/ext/iostream3/
H A Dzfstream.cc138 bool testa = mode & std::ios_base::app;
/gem5/src/base/
H A Dcp_annotate.cc350 string app = ti.curTaskName(); local
351 if (userApp.count(app))
352 userApp[app]->findNearestSymbol(next_pc, sym, sym_addr);
/gem5/ext/mcpat/cacti/
H A Dio.cc1287 file.open("out.csv", ios::out | ios::app);

Completed in 21 milliseconds