Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c792 int tot = 0, st = 0; in percent_hitm() local
802 tot = total->rmt_hitm; in percent_hitm()
806 tot = total->lcl_hitm; in percent_hitm()
810 tot = total->tot_hitm; in percent_hitm()
815 p = tot ? (double) st / tot : 0; in percent_hitm()
881 static double percent(u32 st, u32 tot) in percent() argument
883 return tot ? 100. * (double) st / (double) tot : 0; in percent()
/tools/perf/scripts/python/
Dexported-sql-viewer.py2949 tot = bsym_start + boff + 1 - sym_start - off
2950 if tot <= 0 or tot > 16384:
2960 buf_sz = tot + 16
2961 buf = create_string_buffer(tot + 16)
2966 while tot > 0:
2981 tot -= cnt