end_pcnt          200 tools/perf/util/time-utils.c 			    double end_pcnt, u64 start, u64 end)
end_pcnt          205 tools/perf/util/time-utils.c 	    end_pcnt < 0.0 || end_pcnt > 1.0) {
end_pcnt          210 tools/perf/util/time-utils.c 	ptime->end = start + round(end_pcnt * total);
end_pcnt          222 tools/perf/util/time-utils.c 	double pcnt, start_pcnt, end_pcnt;
end_pcnt          248 tools/perf/util/time-utils.c 	end_pcnt = pcnt * i;
end_pcnt          250 tools/perf/util/time-utils.c 	return set_percent_time(ptime, start_pcnt, end_pcnt, start, end);
end_pcnt          257 tools/perf/util/time-utils.c 	double start_pcnt, end_pcnt;
end_pcnt          269 tools/perf/util/time-utils.c 	    (parse_percent(&end_pcnt, end_str) != 0)) {
end_pcnt          276 tools/perf/util/time-utils.c 	return set_percent_time(ptime, start_pcnt, end_pcnt, start, end);