Re: [PATCH 0/4 v2] perf: Make some functions generic

2014-04-08 Thread Namhyung Kim
On Mon, 7 Apr 2014 14:55:20 -0400, Don Zickus wrote: > This patch just converts some private functions into global ones > that can be used by other tools like the c2c tool I am trying to merge. For the series, Reviewed-by: Namhyung Kim Thanks, Namhyung > > Don Zickus (4): > perf: Allow abil

[PATCH 0/4 v2] perf: Make some functions generic

2014-04-07 Thread Don Zickus
This patch just converts some private functions into global ones that can be used by other tools like the c2c tool I am trying to merge. Don Zickus (4): perf: Allow ability to map cpus to nodes easily perf: Use cpu/possible instead of cpu/kernel_max perf, kmem: Utilize the new generic cpunod