Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277366
b: refs/heads/master
c: 29c9862
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 3, 2012
1 parent b8d7d9f commit 4895e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f2328062726d36e562f1458d6346b77aa048acad
refs/heads/master: 29c9862f1b818bf4caa4c48a30dbe5f25c84ee08
3 changes: 1 addition & 2 deletions trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,7 @@ static int __perf_session__process_pipe_events(struct perf_session *self,
}
}

if (size == 0 ||
(skip = perf_session__process_event(self, &event, tool, head)) < 0) {
if ((skip = perf_session__process_event(self, &event, tool, head)) < 0) {
dump_printf("%#" PRIx64 " [%#x]: skipping unknown header type: %d\n",
head, event.header.size, event.header.type);
/*
Expand Down

0 comments on commit 4895e28

Please sign in to comment.