aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/ui/browsers/hists.c')
-rw-r--r--tools/perf/ui/browsers/hists.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c
index ebd9d3afe2d6..c37e70ae0b20 100644
--- a/tools/perf/ui/browsers/hists.c
+++ b/tools/perf/ui/browsers/hists.c
@@ -1731,12 +1731,7 @@ do_annotate:
1731 if (!notes->src) 1731 if (!notes->src)
1732 continue; 1732 continue;
1733 1733
1734 /*
1735 * Don't let this be freed, say, by hists__decay_entry.
1736 */
1737 he->used = true;
1738 err = hist_entry__tui_annotate(he, evsel, hbt); 1734 err = hist_entry__tui_annotate(he, evsel, hbt);
1739 he->used = false;
1740 /* 1735 /*
1741 * offer option to annotate the other branch source or target 1736 * offer option to annotate the other branch source or target
1742 * (if they exists) when returning from annotate 1737 * (if they exists) when returning from annotate