Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c322 browser->opts->percent_type); in annotate_browser__calc_percent()
387 size_t sz, int percent_type) in sym_title() argument
390 percent_type_str(percent_type)); in sym_title()
428 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq()
611 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type); in annotate_browser__show()
622 switch (opts->percent_type) { in switch_percent_type()
625 opts->percent_type = PERCENT_PERIOD_LOCAL; in switch_percent_type()
627 opts->percent_type = PERCENT_HITS_GLOBAL; in switch_percent_type()
631 opts->percent_type = PERCENT_PERIOD_GLOBAL; in switch_percent_type()
633 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
[all …]
/Linux-v4.19/tools/perf/util/
Dannotate.c52 .percent_type = PERCENT_PERIOD_LOCAL,
1328 int percent_type) in annotation_line__print() argument
1344 percent_type); in annotation_line__print()
1365 percent_type); in annotation_line__print()
1389 percent = annotation_data__percent(data, percent_type); in annotation_line__print()
1915 opts->percent_type); in insert_source_line()
1928 opts->percent_type); in insert_source_line()
2092 percent_type_str(opts->percent_type)); in symbol__annotate_printf()
2112 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf()
2422 opts->percent_type); in annotation__calc_lines()
[all …]
Dannotate.h87 unsigned int percent_type; member