Searched refs:map_fname (Results 1 – 1 of 1) sorted by relevance
| /test/py/tests/ |
| A D | test_trace.py | 99 def check_function(ubman, fname, proftool, map_fname, trace_dat): argument 110 ubman, [proftool, '-t', fname, '-o', trace_dat, '-m', map_fname, 170 def check_funcgraph(ubman, fname, proftool, map_fname, trace_dat): argument 186 ubman, [proftool, '-t', fname, '-o', trace_dat, '-m', map_fname, 252 def check_flamegraph(ubman, fname, proftool, map_fname, trace_fg): argument 271 ubman, [proftool, '-t', fname, '-o', trace_fg, '-m', map_fname, 288 ubman, [proftool, '-t', fname, '-o', trace_fg, '-m', map_fname, 312 map_fname = os.path.join(ubman.config.build_dir, 'System.map') 318 check_function(ubman, fname, proftool, map_fname, trace_dat) 319 trace_time = check_funcgraph(ubman, fname, proftool, map_fname, trace_dat) [all …]
|
Completed in 4 milliseconds