diff options
Diffstat (limited to 'tools/perf/util/annotate.c')
| -rw-r--r-- | tools/perf/util/annotate.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 06cc04e5806a..273f21fa32b5 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -1768,7 +1768,7 @@ int symbol__annotate_printf(struct symbol *sym, struct map *map,  	printf("%-*.*s----\n",  	       graph_dotted_len, graph_dotted_len, graph_dotted_line); -	if (verbose) +	if (verbose > 0)  		symbol__annotate_hits(sym, evsel);  	list_for_each_entry(pos, ¬es->src->source, node) {  | 

