Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/ui/browsers/
Dannotate.c684 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
694 case PERCENT_PERIOD_LOCAL: in switch_percent_type()
704 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
/Linux-v6.6/tools/perf/util/
Dannotate.h122 PERCENT_PERIOD_LOCAL, enumerator
Dannotate.c2258 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()
3349 opt->percent_type = PERCENT_PERIOD_LOCAL; in annotation_options__init()
3370 type = PERCENT_PERIOD_LOCAL; in parse_percent_type()