Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188279
b: refs/heads/master
c: 9f591fd
h: refs/heads/master
i:
  188277: 5366d8a
  188275: b214cde
  188271: 058b655
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Mar 11, 2010
1 parent 5718562 commit 8149cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 639fe4b12f92b54c9c3b38c82cdafaa38cfd3e63
refs/heads/master: 9f591fd76afdc0e5192e9ed00a36f8efc0b4dfe6
3 changes: 3 additions & 0 deletions trunk/tools/perf/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ static int process_buildids(void)
{
u64 size = lseek(output, 0, SEEK_CUR);

if (size == 0)
return 0;

session->fd = output;
return __perf_session__process_events(session, post_processing_offset,
size - post_processing_offset,
Expand Down

0 comments on commit 8149cb2

Please sign in to comment.