Searched refs:pcnt (Results 1 – 2 of 2) sorted by relevance
180 static int parse_percent(double *pcnt, char *str) in parse_percent() argument195 *pcnt = d / 100.0; in parse_percent()222 double pcnt, start_pcnt, end_pcnt; in percent_slash_split() local236 if (parse_percent(&pcnt, str) < 0) in percent_slash_split()244 if (pcnt <= 0.0) in percent_slash_split()247 start_pcnt = pcnt * (i - 1); in percent_slash_split()248 end_pcnt = pcnt * i; in percent_slash_split()
119 double pcnt = strtof(value, NULL); in report__config() local121 rep->min_percent = pcnt; in report__config()122 callchain_param.min_percent = pcnt; in report__config()1090 double pcnt = strtof(str, NULL); in parse_percent_limit() local1092 rep->min_percent = pcnt; in parse_percent_limit()1093 callchain_param.min_percent = pcnt; in parse_percent_limit()