start_pcnt        199 tools/perf/util/time-utils.c static int set_percent_time(struct perf_time_interval *ptime, double start_pcnt,
start_pcnt        204 tools/perf/util/time-utils.c 	if (start_pcnt < 0.0 || start_pcnt > 1.0 ||
start_pcnt        209 tools/perf/util/time-utils.c 	ptime->start = start + round(start_pcnt * total);
start_pcnt        222 tools/perf/util/time-utils.c 	double pcnt, start_pcnt, end_pcnt;
start_pcnt        247 tools/perf/util/time-utils.c 	start_pcnt = pcnt * (i - 1);
start_pcnt        250 tools/perf/util/time-utils.c 	return set_percent_time(ptime, start_pcnt, end_pcnt, start, end);
start_pcnt        257 tools/perf/util/time-utils.c 	double start_pcnt, end_pcnt;
start_pcnt        268 tools/perf/util/time-utils.c 	if ((parse_percent(&start_pcnt, start_str) != 0) ||
start_pcnt        276 tools/perf/util/time-utils.c 	return set_percent_time(ptime, start_pcnt, end_pcnt, start, end);