Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance
/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 …]
|
/tools/perf/util/ |
D | annotate.c | 62 .percent_type = PERCENT_PERIOD_LOCAL, 1367 int percent_type) in annotation_line__print() argument 1382 percent_type); in annotation_line__print() 1403 percent_type); in annotation_line__print() 1413 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 2238 opts->percent_type); in insert_source_line() 2251 opts->percent_type); in insert_source_line() 2416 percent_type_str(opts->percent_type)); in symbol__annotate_printf() 2436 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf() 2764 opts->percent_type); in annotation__calc_lines() [all …]
|
D | annotate.h | 100 unsigned int percent_type; member
|