diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
| -rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index e44c54c79be4..f25e89e9c9b0 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
| @@ -432,7 +432,7 @@ static void find_annotations(void) | |||
| 432 | { | 432 | { |
| 433 | struct rb_node *nd; | 433 | struct rb_node *nd; |
| 434 | 434 | ||
| 435 | for (nd = rb_first(&output_hists); nd; nd = rb_next(nd)) { | 435 | for (nd = rb_first(&hist); nd; nd = rb_next(nd)) { |
| 436 | struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); | 436 | struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); |
| 437 | struct sym_priv *priv; | 437 | struct sym_priv *priv; |
| 438 | 438 | ||
