Lines Matching refs:map_fname
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)
326 fg_time = check_flamegraph(ubman, fname, proftool, map_fname, trace_fg)