Home
last modified time | relevance | path

Searched refs:pcnt (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dtime-utils.c180 static int parse_percent(double *pcnt, char *str) in parse_percent() argument
195 *pcnt = d / 100.0; in parse_percent()
222 double pcnt, start_pcnt, end_pcnt; in percent_slash_split() local
236 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()
/tools/perf/
Dbuiltin-report.c119 double pcnt = strtof(value, NULL); in report__config() local
121 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() local
1092 rep->min_percent = pcnt; in parse_percent_limit()
1093 callchain_param.min_percent = pcnt; in parse_percent_limit()