RE: [PATCH V2 1/2] perf,tools: store cpu socket_id and core_id in perf.date

2015-08-31 Thread Liang, Kan
> On Fri, Aug 28, 2015 at 09:43:38AM -0400, Kan Liang wrote: > > From: Kan Liang > > > > This patch stores cpu socket_id and core_id in perf.date, and read > > them to perf_env in header process. > > > > Signed-off-by: Kan Liang > > --- > > > > Changes since V1: > > - Store core_id and socket_

Re: [PATCH V2 1/2] perf,tools: store cpu socket_id and core_id in perf.date

2015-08-29 Thread Jiri Olsa
On Fri, Aug 28, 2015 at 09:43:38AM -0400, Kan Liang wrote: > From: Kan Liang > > This patch stores cpu socket_id and core_id in perf.date, and read them > to perf_env in header process. > > Signed-off-by: Kan Liang > --- > > Changes since V1: > - Store core_id and socket_id in perf.date > >