]> Pileus Git - ~andy/linux/blobdiff - tools/perf/util/symbol.h
perf symbols: Add 'machine' member to struct addr_location
[~andy/linux] / tools / perf / util / symbol.h
index 8a9d910c53453bfc101a2f23d1bfc0b06bb15b11..cbd680361806663404924fda8d650b88c9603582 100644 (file)
@@ -164,6 +164,7 @@ struct mem_info {
 };
 
 struct addr_location {
+       struct machine *machine;
        struct thread *thread;
        struct map    *map;
        struct symbol *sym;