Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c800 case PERCENT_HITS_LOCAL: in switch_percent_type()
810 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
814 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/linux/tools/perf/util/
H A Dannotate.h92 PERCENT_HITS_LOCAL, enumerator
H A Dannotate.c931 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
2405 type = PERCENT_HITS_LOCAL; in parse_percent_type()