Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/ui/browsers/
Dannotate.c689 opts->percent_type = PERCENT_PERIOD_GLOBAL; in switch_percent_type()
697 opts->percent_type = PERCENT_PERIOD_GLOBAL; in switch_percent_type()
699 case PERCENT_PERIOD_GLOBAL: in switch_percent_type()
/linux-6.1.9/tools/perf/util/
Dannotate.h125 PERCENT_PERIOD_GLOBAL, enumerator
Dannotate.c2166 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
3242 type = PERCENT_PERIOD_GLOBAL; in parse_percent_type()