Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288429
b: refs/heads/master
c: 8aa8a7c
h: refs/heads/master
i:
  288427: fcc75f3
v: v3
  • Loading branch information
Stephane Eranian authored and Ingo Molnar committed Mar 13, 2012
1 parent dc60580 commit 103f226
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: 87e24f4b67e68d9fd8df16e0bf9c66d1ad2a2533
refs/heads/master: 8aa8a7c80ccdfac2df5ee48a51a4a7bee2143d4f
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct tracepoint_path *tracepoint_id_to_path(u64 config)
struct tracepoint_path *path = NULL;
DIR *sys_dir, *evt_dir;
struct dirent *sys_next, *evt_next, sys_dirent, evt_dirent;
char id_buf[4];
char id_buf[24];
int fd;
u64 id;
char evt_path[MAXPATHLEN];
Expand Down

0 comments on commit 103f226

Please sign in to comment.