]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/annotate.h
perf annotate: Find 'call' instruction target symbol at parsing time
[linux.git] / tools / perf / util / annotate.h
index ce427445671f5b85278d87b868e048d0d9dbc92c..7e914e834101bd0e3b7cb6b43d2b0705f5cddeb4 100644 (file)
@@ -24,6 +24,7 @@ struct ins_operands {
        struct {
                char    *raw;
                char    *name;
+               struct symbol *sym;
                u64     addr;
                s64     offset;
                bool    offset_avail;