/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 231 int percent_type) in disasm__cmp() 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() 397 percent_type_str(percent_type)); in sym_title() 438 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 230 disasm__cmp(struct annotation_line *a, struct annotation_line *b, int percent_type) disasm__cmp() argument 393 sym_title(struct symbol *sym, struct map *map, char *title, size_t sz, int percent_type) sym_title() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 236 int percent_type) in disasm__cmp() 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() 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() 235 disasm__cmp(struct annotation_line *a, struct annotation_line *b, int percent_type) disasm__cmp() argument 441 sym_title(struct symbol *sym, struct map *map, char *title, size_t sz, int percent_type) sym_title() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 66 .percent_type = PERCENT_PERIOD_LOCAL, 1369 int percent_type) in annotation_line__print() 1385 percent_type); in annotation_line__print() 1406 percent_type); in annotation_line__print() 1430 percent = annotation_data__percent(data, percent_type); in annotation_line__print() 2231 opts->percent_type); in insert_source_line() 2244 opts->percent_type); in insert_source_line() 2409 percent_type_str(opts->percent_type)); in symbol__annotate_printf() 2429 queue, addr_fmt_width, opts->percent_type); in symbol__annotate_printf() 2757 opts->percent_type); in annotation__calc_lines() 1366 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument 2841 annotation_line__max_percent(struct annotation_line *al, struct annotation *notes, unsigned int percent_type) annotation_line__max_percent() argument 2908 __annotation_line__write(struct annotation_line *al, struct annotation *notes, bool first_line, bool current_entry, bool change_color, int width, void *obj, unsigned int percent_type, int (*obj__set_color)(void *obj, int color), void (*obj__set_percent_color)(void *obj, double percent, bool current), int (*obj__set_jumps_percent_color)(void *obj, int nr, bool current), void (*obj__printf)(void *obj, const char *fmt, ...), void (*obj__write_graph)(void *obj, int graph)) __annotation_line__write() argument [all...] |
H A D | annotate.h | 99 unsigned int percent_type; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 1471 int percent_type) in annotation_line__print() 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), sy in symbol__tty_annotate2() 1468 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument 3001 annotation_line__max_percent(struct annotation_line *al, struct annotation *notes, unsigned int percent_type) annotation_line__max_percent() argument 3068 __annotation_line__write(struct annotation_line *al, struct annotation *notes, bool first_line, bool current_entry, bool change_color, int width, void *obj, unsigned int percent_type, int (*obj__set_color)(void *obj, int color), void (*obj__set_percent_color)(void *obj, double percent, bool current), int (*obj__set_jumps_percent_color)(void *obj, int nr, bool current), void (*obj__printf)(void *obj, const char *fmt, ...), void (*obj__write_graph)(void *obj, int graph)) __annotation_line__write() argument [all...] |
H A D | annotate.h | 101 unsigned int percent_type; member
|