Home
last modified time | relevance | path

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

/tools/perf/util/
A 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/lib/bpf/
A Delf.c506 unsigned long **poffsets, size_t *pcnt) in elf_resolve_pattern_offsets() argument
549 *pcnt = cnt; in elf_resolve_pattern_offsets()
A Dlibbpf_internal.h735 unsigned long **poffsets, size_t *pcnt);
/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py175 pcnt = 0
186 pcnt += 1
199 pcnt += 1
/tools/perf/
A Dbuiltin-report.c135 double pcnt = strtof(value, NULL); in report__config() local
137 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() local
1268 rep->min_percent = pcnt; in parse_percent_limit()
1269 callchain_param.min_percent = pcnt; in parse_percent_limit()
A Dbuiltin-annotate.c677 double pcnt = strtof(str, NULL); in parse_percent_limit() local
679 ann->min_percent = pcnt; in parse_percent_limit()
/tools/perf/Documentation/
A Dperf-stat.txt656 - pcnt-running : percentage of time the event was running

Completed in 17 milliseconds