On Fri, Jul 19, 2013 at 09:11:39PM +0900, Namhyung Kim wrote: > On Wed, 17 Jul 2013 19:49:55 +0200, Jiri Olsa wrote: > > Adding perf data version 3 header read code to load > > data for v3 format. > > > [SNIP] > > + > > + session = container_of(header, struct perf_session, header); > > + if (session->evlist) > > + return 0; > > I guess we need version check here. The v2 format still needs to > process it even though it's session already has a evlist, right?
right, we need it for event names.. will fix thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/