Home
last modified time | relevance | path

Searched refs:percent_type (Results 1 – 3 of 3) sorted by relevance

/tools/perf/ui/browsers/
Dannotate.c231 int percent_type) in disasm__cmp() argument
236 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp()
238 return a->data[i].percent[percent_type] - in disasm__cmp()
239 b->data[i].percent[percent_type]; in disasm__cmp()
256 if (disasm__cmp(al, l, browser->opts->percent_type) < 0) in disasm_rb_tree__insert()
329 browser->opts->percent_type); in annotate_browser__calc_percent()
394 size_t sz, int percent_type) in sym_title() argument
397 percent_type_str(percent_type)); in sym_title()
435 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq()
618 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type); in annotate_browser__show()
[all …]
/tools/perf/util/
Dannotate.c66 .percent_type = PERCENT_PERIOD_LOCAL,
1370 int percent_type) in annotation_line__print() argument
1386 percent_type); in annotation_line__print()
1407 percent_type); in annotation_line__print()
1431 percent = annotation_data__percent(data, percent_type); in annotation_line__print()
2135 opts->percent_type); in insert_source_line()
2148 opts->percent_type); in insert_source_line()
2312 percent_type_str(opts->percent_type)); in symbol__annotate_printf()
2332 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf()
2660 opts->percent_type); in annotation__calc_lines()
[all …]
Dannotate.h96 unsigned int percent_type; member