Re: [PATCH 03/13] perf evlist: add initialzation function for tracepoints

2013-05-09 Thread Namhyung Kim
Hi David, On Wed, 8 May 2013 22:31:39 -0600, David Ahern wrote: > Handles initializations typically done as part of processing the file > header and HEADER_TRACING_DATA event. > [SNIP] > +int perf_evlist__trace_init(struct perf_evlist *evlist, > + struct perf_session

Re: [PATCH 03/13] perf evlist: add initialzation function for tracepoints

2013-05-09 Thread Namhyung Kim
Hi David, On Wed, 8 May 2013 22:31:39 -0600, David Ahern wrote: Handles initializations typically done as part of processing the file header and HEADER_TRACING_DATA event. [SNIP] +int perf_evlist__trace_init(struct perf_evlist *evlist, + struct perf_session *session)

[PATCH 03/13] perf evlist: add initialzation function for tracepoints

2013-05-08 Thread David Ahern
Handles initializations typically done as part of processing the file header and HEADER_TRACING_DATA event. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Jiri Olsa Cc: Namhyung Kim Cc: Xiao Guangrong ---

[PATCH 03/13] perf evlist: add initialzation function for tracepoints

2013-05-08 Thread David Ahern
Handles initializations typically done as part of processing the file header and HEADER_TRACING_DATA event. Signed-off-by: David Ahern dsah...@gmail.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Ingo Molnar mi...@kernel.org Cc: Frederic Weisbecker fweis...@gmail.com Cc: Peter