Home
last modified time | relevance | path

Searched refs:PERCENT_HITS_LOCAL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c633 case PERCENT_HITS_LOCAL: in switch_percent_type()
643 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
647 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c682 case PERCENT_HITS_LOCAL: in switch_percent_type()
692 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
696 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h120 PERCENT_HITS_LOCAL, enumerator
H A Dannotate.c2124 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
3178 type = PERCENT_HITS_LOCAL; in parse_percent_type()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h120 PERCENT_HITS_LOCAL, enumerator
H A Dannotate.c2251 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
3377 type = PERCENT_HITS_LOCAL; in parse_percent_type()

Completed in 14 milliseconds