Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 269 int percent_type) in disasm__cmp() argument 274 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp() 276 return a->data[i].percent[percent_type] - in disasm__cmp() 277 b->data[i].percent[percent_type]; in disasm__cmp() 294 if (disasm__cmp(al, l, annotate_opts.percent_type) < 0) in disasm_rb_tree__insert() 365 annotate_opts.percent_type); in annotate_browser__calc_percent() 550 size_t sz, int percent_type) in sym_title() argument 554 percent_type_str(percent_type), in sym_title() 565 sym_title(sym, ms->map, title, sizeof(title), annotate_opts.percent_type); in annotate_browser__show_function_title() 799 switch (opts->percent_type) { in switch_percent_type() [all …]
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 789 int percent_type = opts->percent_type; in annotation_line__print() local 800 percent_type); in annotation_line__print() 818 .percent_type = percent_type, in annotation_line__print() 835 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 1068 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line() local 1079 percent_type); in insert_source_line() 1092 percent_type); in insert_source_line() 1261 percent_type_str(opts->percent_type)); in hist_entry__annotate_printf() 1641 annotate_opts.percent_type); in annotation__calc_lines() 1698 buf, percent_type_str(annotate_opts.percent_type), sym->name, dso__long_name(dso)); in hist_entry__tty_annotate2() [all …]
|
| H A D | annotate.h | 71 unsigned int percent_type; member
|