Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dsize-stats222 percent_total = float(filesize) / total * 100
226 "%.1f" % percent_total])
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c1117 u64 percent_total = total; in hist_browser__show_callchain_graph() local
1120 percent_total = parent_total; in hist_browser__show_callchain_graph()
1144 chain, row, percent_total, in hist_browser__show_callchain_graph()