perf report: Adjust column width to the values sampled
[deliverable/linux.git] / tools / perf / util / symbol.c
index 4683b67b5ee4316cfb9a7266da799194bb4ad957..8efe7e41109a7dcd3cd5fc876c29ab50af1b8fec 100644 (file)
@@ -65,6 +65,7 @@ struct dso *dso__new(const char *name, unsigned int sym_priv_size)
                self->syms = RB_ROOT;
                self->sym_priv_size = sym_priv_size;
                self->find_symbol = dso__find_symbol;
+               self->slen_calculated = 0;
        }
 
        return self;
This page took 0.033625 seconds and 5 git commands to generate.