Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223852
b: refs/heads/master
c: 85b9995
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Arnaldo Carvalho de Melo committed Nov 30, 2010
1 parent 8423a6d commit efe95ea
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: 0331ee0cf4187dcdc2b184cf701d8b58bf9ff637
refs/heads/master: 85b99952ccd3d84707661d8ae103c710daca1c8a
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,10 +773,10 @@ int __perf_session__process_events(struct perf_session *session,
err = -errno;
goto out_err;
}
ui_progress__update(progress, file_offset);

more:
event = (event_t *)(buf + head);
ui_progress__update(progress, file_offset);

if (session->header.needs_swap)
perf_event_header__bswap(&event->header);
Expand Down

0 comments on commit efe95ea

Please sign in to comment.