Searched refs:annotate_browser (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 37 struct annotate_browser { struct 74 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color() argument 86 static int annotate_browser__set_jumps_percent_color(struct annotate_browser *browser, in annotate_browser__set_jumps_percent_color() 95 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write() 217 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__draw_current_jump() 256 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__refresh() 303 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top() 326 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top() 342 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent() 391 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source() [all …]
|