Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dannotate.c630 case PERCENT_HITS_LOCAL: in switch_percent_type()
640 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
644 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/tools/perf/util/
Dannotate.h117 PERCENT_HITS_LOCAL, enumerator
Dannotate.c2027 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
3102 type = PERCENT_HITS_LOCAL; in parse_percent_type()