Searched refs:pcnt (Results 1 – 7 of 7) 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()
506 unsigned long **poffsets, size_t *pcnt) in elf_resolve_pattern_offsets() argument549 *pcnt = cnt; in elf_resolve_pattern_offsets()
735 unsigned long **poffsets, size_t *pcnt);
175 pcnt = 0186 pcnt += 1199 pcnt += 1
135 double pcnt = strtof(value, NULL); in report__config() local137 rep->min_percent = pcnt; in report__config()138 callchain_param.min_percent = pcnt; in report__config()1266 double pcnt = strtof(str, NULL); in parse_percent_limit() local1268 rep->min_percent = pcnt; in parse_percent_limit()1269 callchain_param.min_percent = pcnt; in parse_percent_limit()
677 double pcnt = strtof(str, NULL); in parse_percent_limit() local679 ann->min_percent = pcnt; in parse_percent_limit()
656 - pcnt-running : percentage of time the event was running
Completed in 15 milliseconds