Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h284 int max_jump_sources; member
H A Dannotate.c2645 if (++al->jump_sources > notes->max_jump_sources) in annotation__mark_jump_targets()
2646 notes->max_jump_sources = al->jump_sources; in annotation__mark_jump_targets()
2711 notes->widths.jumps = width_jumps(notes->max_jump_sources); in annotation__init_column_widths()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c59 if (nr == notes->max_jump_sources) in ui_browser__jumps_percent_color()