[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87mwfvuyva.fsf@sejong.aot.lge.com>
Date: Wed, 09 Apr 2014 09:31:53 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Don Zickus <dzickus@...hat.com>
Cc: acme@...stprotocols.net, LKML <linux-kernel@...r.kernel.org>,
jolsa@...hat.com
Subject: Re: [PATCH 0/4 v2] perf: Make some functions generic
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 <namhyung@...nel.org>
Thanks,
Namhyung
>
> 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 cpunode_map
> perf, callchain: Add generic report parse callchain callback function
>
> tools/perf/builtin-kmem.c | 78 +----------------------
> tools/perf/builtin-report.c | 81 +-----------------------
> tools/perf/util/callchain.c | 82 ++++++++++++++++++++++++
> tools/perf/util/callchain.h | 1 +
> tools/perf/util/cpumap.c | 149 ++++++++++++++++++++++++++++++++++++++++++++
> tools/perf/util/cpumap.h | 35 +++++++++++
> 6 files changed, 273 insertions(+), 153 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists