Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtime-utils.c140 double pcnt, start_pcnt, end_pcnt; in percent_slash_split() local
167 end_pcnt = pcnt * i; in percent_slash_split()
170 end_pcnt < 0.0 || end_pcnt > 1.0) { in percent_slash_split()
175 ptime->end = start + round(end_pcnt * total); in percent_slash_split()
184 double start_pcnt, end_pcnt; in percent_dash_split() local
197 (parse_percent(&end_pcnt, end_str) != 0)) { in percent_dash_split()
205 end_pcnt < 0.0 || end_pcnt > 1.0 || in percent_dash_split()
206 start_pcnt > end_pcnt) { in percent_dash_split()
211 ptime->end = start + round(end_pcnt * total); in percent_dash_split()