Searched refs:end_pcnt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | time-utils.c | 200 double end_pcnt, u64 start, u64 end) in set_percent_time() 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, star in percent_dash_split() 199 set_percent_time(struct perf_time_interval *ptime, double start_pcnt, double end_pcnt, u64 start, u64 end) set_percent_time() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | time-utils.c | 200 double end_pcnt, u64 start, u64 end) in set_percent_time() 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, star in percent_dash_split() 199 set_percent_time(struct perf_time_interval *ptime, double start_pcnt, double end_pcnt, u64 start, u64 end) set_percent_time() argument [all...] |
Completed in 3 milliseconds