perf callchain: Stitch LBR call stack
[linux-2.6-microblaze.git] / tools / perf / util / callchain.h
index cb33cd4..8f668ee 100644 (file)
@@ -154,6 +154,11 @@ struct callchain_cursor_node {
        struct callchain_cursor_node    *next;
 };
 
+struct stitch_list {
+       struct list_head                node;
+       struct callchain_cursor_node    cursor;
+};
+
 struct callchain_cursor {
        u64                             nr;
        struct callchain_cursor_node    *first;