Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/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 445 percent_type_str(percent_type)); in sym_title() 486 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 669 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type); in annotate_browser__show() [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | annotate.c | 63 .percent_type = PERCENT_PERIOD_LOCAL, 1383 int percent_type) in annotation_line__print() argument 1398 percent_type); in annotation_line__print() 1419 percent_type); in annotation_line__print() 1429 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 2266 opts->percent_type); in insert_source_line() 2279 opts->percent_type); in insert_source_line() 2444 percent_type_str(opts->percent_type)); in symbol__annotate_printf() 2464 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf() 2806 opts->percent_type); in annotation__calc_lines() [all …]
|
D | annotate.h | 101 unsigned int percent_type; member
|