Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
A Dannotate.c235 int percent_type) in disasm__cmp() argument
240 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp()
242 return a->data[i].percent[percent_type] - in disasm__cmp()
243 b->data[i].percent[percent_type]; in disasm__cmp()
331 annotate_opts.percent_type); in annotate_browser__calc_percent()
516 size_t sz, int percent_type) in sym_title() argument
520 percent_type_str(percent_type)); in sym_title()
754 switch (opts->percent_type) { in switch_percent_type()
759 opts->percent_type = PERCENT_HITS_GLOBAL; in switch_percent_type()
765 opts->percent_type = PERCENT_HITS_LOCAL; in switch_percent_type()
[all …]
/tools/perf/util/
A Dannotate.c787 int percent_type = opts->percent_type; in annotation_line__print() local
798 percent_type); in annotation_line__print()
816 .percent_type = percent_type, in annotation_line__print()
1067 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line() local
1078 percent_type); in insert_source_line()
1091 percent_type); in insert_source_line()
1627 annotate_opts.percent_type); in annotation__calc_lines()
1728 unsigned int percent_type) in annotation_line__max_percent() argument
1737 percent_type); in annotation_line__max_percent()
2123 annotate_opts.percent_type, in annotation_line__write()
[all …]
A Dannotate.h71 unsigned int percent_type; member

Completed in 18 milliseconds