Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/perf/ui/browsers/ ! |
D | annotate.c | 241 int percent_type) in disasm__cmp() argument 246 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp() 248 return a->data[i].percent[percent_type] - in disasm__cmp() 249 b->data[i].percent[percent_type]; in disasm__cmp() 266 if (disasm__cmp(al, l, browser->opts->percent_type) < 0) in disasm_rb_tree__insert() 339 browser->opts->percent_type); in annotate_browser__calc_percent() 447 size_t sz, int percent_type) in sym_title() argument 450 percent_type_str(percent_type)); in sym_title() 491 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 674 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type); in annotate_browser__show() [all …]
|
/linux-5.19.10/tools/perf/util/ ! |
D | annotate.c | 64 .percent_type = PERCENT_PERIOD_LOCAL, 1384 int percent_type) in annotation_line__print() argument 1399 percent_type); in annotation_line__print() 1420 percent_type); in annotation_line__print() 1430 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 2261 opts->percent_type); in insert_source_line() 2274 opts->percent_type); in insert_source_line() 2439 percent_type_str(opts->percent_type)); in symbol__annotate_printf() 2459 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf() 2787 opts->percent_type); in annotation__calc_lines() [all …]
|
D | annotate.h | 100 unsigned int percent_type; member
|