Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dannotate.c635 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
645 case PERCENT_PERIOD_LOCAL: in switch_percent_type()
655 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h122 PERCENT_PERIOD_LOCAL, enumerator
Dannotate.c66 .percent_type = PERCENT_PERIOD_LOCAL,
2119 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()
3159 type = PERCENT_PERIOD_LOCAL; in parse_percent_type()