Home
last modified time | relevance | path

Searched refs:trace_dat (Results 1 – 1 of 1) sorted by relevance

/test/py/tests/
A Dtest_trace.py99 def check_function(ubman, fname, proftool, map_fname, trace_dat): argument
110 ubman, [proftool, '-t', fname, '-o', trace_dat, '-m', map_fname,
114 out = utils.run_and_log(ubman, ['trace-cmd', 'dump', trace_dat])
170 def check_funcgraph(ubman, fname, proftool, map_fname, trace_dat): argument
186 ubman, [proftool, '-t', fname, '-o', trace_dat, '-m', map_fname,
313 trace_dat = os.path.join(TMPDIR, 'trace.dat')
318 check_function(ubman, fname, proftool, map_fname, trace_dat)
319 trace_time = check_funcgraph(ubman, fname, proftool, map_fname, trace_dat)

Completed in 2 milliseconds