projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
[linux.git]
/
tools
/
perf
/
util
/
annotate.c
diff --git
a/tools/perf/util/annotate.c
b/tools/perf/util/annotate.c
index 7595c8fbc2c5e2d25ec635d39f213b899299a1bc..dca2c08ab8c5996a1f7b7480fe4feb2e864402a8 100644
(file)
--- a/
tools/perf/util/annotate.c
+++ b/
tools/perf/util/annotate.c
@@
-906,6
+906,9
@@
int symbol__annotate(struct map_symbol *ms, struct evsel *evsel,
if (parch)
*parch = arch;
+ if (!list_empty(¬es->src->source))
+ return 0;
+
args.arch = arch;
args.ms = *ms;
This page took
0.038281 seconds
and
4
git commands to generate.