Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211271
b: refs/heads/master
c: c569d33
h: refs/heads/master
i:
  211269: 5514038
  211267: 3219229
  211263: dd93277
v: v3
  • Loading branch information
Frederik Deweerdt authored and Arnaldo Carvalho de Melo committed Oct 4, 2010
1 parent 3ec6a03 commit 8bd4c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39cfae64dfd243fa7a7ca73643591bdebc1cf1e9
refs/heads/master: c569d3326bca6774f6c23f1dc91acad5400b6409
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/ui/browsers/hists.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ int hists__browse(struct hists *self, const char *helpline, const char *ev_name)

switch (key) {
case 'a':
if (browser->selection->map == NULL &&
if (browser->selection->map == NULL ||
browser->selection->map->dso->annotate_warned)
continue;
goto do_annotate;
Expand Down

0 comments on commit 8bd4c73

Please sign in to comment.