X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fannotate.h;h=56ad4f5287dec04bf8e94fe15c814b6abc8b42ee;hb=48c65bda95d692076de7e5eae3188ddae8635dca;hp=b2aef59d6bb29741dff0dbee40fa0c1d04f1cf65;hpb=a9d3f94ec7708427b9f05a65246d3fd6e287fa51;p=~andy%2Flinux diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index b2aef59d6bb..56ad4f5287d 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -151,6 +151,8 @@ void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); void disasm__purge(struct list_head *head); +bool ui__has_annotation(void); + int symbol__tty_annotate(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool print_lines, bool full_paths, int min_pcnt, int max_lines);