Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269023
b: refs/heads/master
c: b53af0f
h: refs/heads/master
i:
  269021: a9acbd5
  269019: 18ca119
  269015: ec72603
  269007: 33cbc63
  268991: 027c7c4
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Sep 29, 2011
1 parent 2f119a8 commit 7b286e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f69b64f73e1d7f47a9205c1cd46e0e1c3c65e1cd
refs/heads/master: b53af0f235b6334563c4c9274860f7c5775c07ff
5 changes: 1 addition & 4 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,7 @@ static int perf_evlist__tty_browse_hists(struct perf_evlist *evlist,

list_for_each_entry(pos, &evlist->entries, node) {
struct hists *hists = &pos->hists;
const char *evname = NULL;

if (rb_first(&hists->entries) != rb_last(&hists->entries))
evname = event_name(pos);
const char *evname = event_name(pos);

hists__fprintf_nr_sample_events(hists, evname, stdout);
hists__fprintf(hists, NULL, false, stdout);
Expand Down

0 comments on commit 7b286e7

Please sign in to comment.