perf hist: Calculate max_sym name len and nr_entries
[deliverable/linux.git] / tools / perf / util / symbol.h
index edff866d76b24caa0aed810eb336b4b094afef4c..6389d1acaf816b28be99eb781ae082f1e62a2834 100644 (file)
@@ -54,6 +54,7 @@ struct symbol {
        struct rb_node  rb_node;
        u64             start;
        u64             end;
+       u16             namelen;
        char            name[0];
 };
 
This page took 0.029205 seconds and 5 git commands to generate.