Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323689
b: refs/heads/master
c: d0d3913
h: refs/heads/master
i:
  323687: e29f6df
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Aug 14, 2012
1 parent 059a59d commit 4d047a6
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: 0fe7d7e9761ec7e23350b5543ddac470bb3cde1e
refs/heads/master: d0d3913895e5b50623bd4dafd876e41c1169031d
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ struct event_format *trace_find_next_event(struct pevent *pevent,
{
static int idx;

if (!pevent->events)
if (!pevent || !pevent->events)
return NULL;

if (!event) {
Expand Down

0 comments on commit 4d047a6

Please sign in to comment.