Lines Matching refs:fname
67 fname = os.path.join(TMPDIR, 'trace')
69 'host save hostfs - %x %s ${profoffset}' % (addr, fname))
70 return fname, int(dm_f_time[0])
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,
316 fname, dm_f_time = collect_trace(ubman)
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)