Searched refs:end_pcnt (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | time-utils.c | 200 double end_pcnt, u64 start, u64 end) in set_percent_time() argument 205 end_pcnt < 0.0 || end_pcnt > 1.0) { in set_percent_time() 210 ptime->end = start + round(end_pcnt * total); in set_percent_time() 222 double pcnt, start_pcnt, end_pcnt; in percent_slash_split() local 248 end_pcnt = pcnt * i; in percent_slash_split() 250 return set_percent_time(ptime, start_pcnt, end_pcnt, start, end); in percent_slash_split() 257 double start_pcnt, end_pcnt; in percent_dash_split() local 269 (parse_percent(&end_pcnt, end_str) != 0)) { in percent_dash_split() 276 return set_percent_time(ptime, start_pcnt, end_pcnt, start, end); in percent_dash_split()
|