Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276553
b: refs/heads/master
c: 6340cfe
h: refs/heads/master
i:
  276551: 08dd158
v: v3
  • Loading branch information
Andrew Vagin authored and Arnaldo Carvalho de Melo committed Dec 6, 2011
1 parent 8561241 commit 339fcf2
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: 38f6ae1e1b0d5e8b0a95f88c1eee2c5e8b001631
refs/heads/master: 6340cfed48c478cf67451ddcd2daa3438e642632
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static int write_event_desc(int fd, struct perf_header *h __used,
/*
* write event string as passed on cmdline
*/
ret = do_write_string(fd, attr->name);
ret = do_write_string(fd, event_name(attr));
if (ret < 0)
return ret;
/*
Expand Down

0 comments on commit 339fcf2

Please sign in to comment.