Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336155
b: refs/heads/master
c: 1234471
h: refs/heads/master
i:
  336153: aa35738
  336151: 307c871
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Oct 30, 2012
1 parent e45de85 commit 7c4d4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d855354ea351bec6b222e9fea86a876cfafdcb6
refs/heads/master: 1234471e2d11e4ee47f6de452dd8b8aeb09b45de
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,8 @@ static void print_numa_topology(struct perf_header *ph, int fd __maybe_unused,

str = tmp + 1;
fprintf(fp, "# node%u cpu list : %s\n", c, str);

str += strlen(str) + 1;
}
return;
error:
Expand Down

0 comments on commit 7c4d4dd

Please sign in to comment.