Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()

Completed in 2 milliseconds