Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/browsers/
Dannotate.c686 case PERCENT_HITS_LOCAL: in switch_percent_type()
696 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
700 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/linux-5.19.10/tools/perf/util/
Dannotate.h121 PERCENT_HITS_LOCAL, enumerator
Dannotate.c2154 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
3228 type = PERCENT_HITS_LOCAL; in parse_percent_type()