Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/browsers/
Dannotate.c688 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
698 case PERCENT_PERIOD_LOCAL: in switch_percent_type()
708 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
/linux-5.19.10/tools/perf/util/
Dannotate.h123 PERCENT_PERIOD_LOCAL, enumerator
Dannotate.c64 .percent_type = PERCENT_PERIOD_LOCAL,
2161 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()
3221 type = PERCENT_PERIOD_LOCAL; in parse_percent_type()