Merge remote-tracking branch 'torvalds/master' into perf-tools-next
[linux.git] / tools / perf / util / annotate.c
index 7595c8fbc2c5e2d25ec635d39f213b899299a1bc..dca2c08ab8c5996a1f7b7480fe4feb2e864402a8 100644 (file)
@@ -906,6 +906,9 @@ int symbol__annotate(struct map_symbol *ms, struct evsel *evsel,
        if (parch)
                *parch = arch;
 
+       if (!list_empty(&notes->src->source))
+               return 0;
+
        args.arch = arch;
        args.ms = *ms;
 
This page took 0.038281 seconds and 4 git commands to generate.