Searched refs:trace_fg (Results 1 – 1 of 1) sorted by relevance
| /test/py/tests/ |
| A D | test_trace.py | 252 def check_flamegraph(ubman, fname, proftool, map_fname, trace_fg): argument 271 ubman, [proftool, '-t', fname, '-o', trace_fg, '-m', map_fname, 279 with open(trace_fg, 'r') as fd: 288 ubman, [proftool, '-t', fname, '-o', trace_fg, '-m', map_fname, 293 with open(trace_fg, 'r') as fd: 314 trace_fg = os.path.join(TMPDIR, 'trace.fg') 326 fg_time = check_flamegraph(ubman, fname, proftool, map_fname, trace_fg)
|
Completed in 4 milliseconds