]> Pileus Git - ~andy/linux/commit
perf evsel: Fix missing increment in sample parsing
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 4 Jul 2013 13:20:34 +0000 (16:20 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Jul 2013 20:47:13 +0000 (17:47 -0300)
commit54bd269205c188967d565f1f5552b13d08ca1be0
treec4d2b8bf939b8aaaf29c0f7d08dd9e824dbc5a0a
parent7e0d6fc90fc6f9faea63a2b67233ae767903573c
perf evsel: Fix missing increment in sample parsing

The final sample format bit used to be PERF_SAMPLE_STACK_USER which
neglected to do a final increment of the array pointer.  The result is
that the following parsing might start at the wrong place.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1372944040-32690-16-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c