|
@@ -455,7 +455,7 @@ static void print_sym_table(void)
|
|
struct sym_entry *syme, *n;
|
|
struct sym_entry *syme, *n;
|
|
struct rb_root tmp = RB_ROOT;
|
|
struct rb_root tmp = RB_ROOT;
|
|
struct rb_node *nd;
|
|
struct rb_node *nd;
|
|
- int sym_width = 0, dso_width = 0, dso_short_width;
|
|
|
|
|
|
+ int sym_width = 0, dso_width = 0, dso_short_width = 0;
|
|
const int win_width = winsize.ws_col - 1;
|
|
const int win_width = winsize.ws_col - 1;
|
|
|
|
|
|
samples = userspace_samples = 0;
|
|
samples = userspace_samples = 0;
|