Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dtime-utils.c180 static int parse_percent(double *pcnt, char *str) in parse_percent() function
236 if (parse_percent(&pcnt, str) < 0) in percent_slash_split()
268 if ((parse_percent(&start_pcnt, start_str) != 0) || in percent_dash_split()
269 (parse_percent(&end_pcnt, end_str) != 0)) { in percent_dash_split()