Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/ui/browsers/
Dannotate.c14 struct annotate_browser { struct
39 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in objdump_line__filter() argument
51 struct annotate_browser *ab = container_of(self, struct annotate_browser, b); in annotate_browser__write()
137 static void annotate_browser__set_top(struct annotate_browser *self, in annotate_browser__set_top()
161 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
187 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source()
226 static int annotate_browser__run(struct annotate_browser *self, int evidx, in annotate_browser__run()
377 struct annotate_browser browser = { in symbol__tui_annotate()