Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309419
b: refs/heads/master
c: 895d976
h: refs/heads/master
i:
  309417: f7e361d
  309415: 5e769d4
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 25, 2012
1 parent 6e95ef4 commit 77fe31a
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: e8cdd947776300f962d5b699c34087af45a8aea7
refs/heads/master: 895d97663c83f8ed7a3386e912009155524fe7dd
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ static void perf_top__start_counters(struct perf_top *top)
attr->config = PERF_COUNT_SW_CPU_CLOCK;
if (counter->name) {
free(counter->name);
counter->name = strdup(event_name(counter));
counter->name = NULL;
}
goto try_again;
}
Expand Down

0 comments on commit 77fe31a

Please sign in to comment.