diff --git a/[refs] b/[refs] index e32edefaf997..585ab2868445 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d4818c5245fe00bee2c3bfb45edde178f302703 +refs/heads/master: fa30c964c0ac31a705a4f86072267a42343c4158 diff --git a/trunk/tools/perf/util/evsel.c b/trunk/tools/perf/util/evsel.c index d9da62a7234f..8c13dbcb84b9 100644 --- a/trunk/tools/perf/util/evsel.c +++ b/trunk/tools/perf/util/evsel.c @@ -580,6 +580,8 @@ int perf_event__parse_sample(const union perf_event *event, u64 type, return -EFAULT; data->raw_data = (void *) pdata; + + array = (void *)array + data->raw_size + sizeof(u32); } if (type & PERF_SAMPLE_BRANCH_STACK) {