Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310582
b: refs/heads/master
c: 91557e8
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 30, 2012
1 parent 8bd12d3 commit 0ef99ba
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: 063e04776172f93b16a5eefd5661a340c1126513
refs/heads/master: 91557e847dbc715acf2d847a1ffec63f71b00b65
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static int perf_evsel__add_hist_entry(struct perf_evsel *evsel,
* so we don't allocated the extra space needed because the stdio
* code will not use it.
*/
if (al->sym != NULL && use_browser > 0) {
if (he->ms.sym != NULL && use_browser > 0) {
struct annotation *notes = symbol__annotation(he->ms.sym);

assert(evsel != NULL);
Expand Down

0 comments on commit 0ef99ba

Please sign in to comment.