Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c623 case PERCENT_HITS_LOCAL: in switch_percent_type()
633 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
637 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/Linux-v4.19/tools/perf/util/
Dannotate.h108 PERCENT_HITS_LOCAL, enumerator
Dannotate.c1809 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
2844 type = PERCENT_HITS_LOCAL; in parse_percent_type()