perf callchain: Refactor inline_list to store srcline string directly
[linux-2.6-microblaze.git] / tools / perf / util / srcline.h
index 730bfd6..0201ed2 100644 (file)
@@ -18,8 +18,7 @@ void free_srcline(char *srcline);
 
 struct inline_list {
        struct symbol           *symbol;
-       char                    *filename;
-       unsigned int            line_nr;
+       char                    *srcline;
        struct list_head        list;
 };