Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/perf/ui/browsers/ |
D | annotate.c | 236 int percent_type) in disasm__cmp() argument 241 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp() 243 return a->data[i].percent[percent_type] - in disasm__cmp() 244 b->data[i].percent[percent_type]; in disasm__cmp() 261 if (disasm__cmp(al, l, browser->opts->percent_type) < 0) in disasm_rb_tree__insert() 334 browser->opts->percent_type); in annotate_browser__calc_percent() 442 size_t sz, int percent_type) in sym_title() argument 446 percent_type_str(percent_type)); in sym_title() 487 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 670 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type); in annotate_browser__show() [all …]
|
/Linux-v6.6/tools/perf/util/ |
D | annotate.c | 1471 int percent_type) in annotation_line__print() argument 1486 percent_type); in annotation_line__print() 1507 percent_type); in annotation_line__print() 1517 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 2361 opts->percent_type); in insert_source_line() 2374 opts->percent_type); in insert_source_line() 2539 percent_type_str(opts->percent_type)); in symbol__annotate_printf() 2559 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf() 2901 opts->percent_type); in annotation__calc_lines() 2954 buf, percent_type_str(opts->percent_type), sym->name, dso->long_name); in symbol__tty_annotate2() [all …]
|
D | annotate.h | 101 unsigned int percent_type; member
|