[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <57498AAF.1080206@huawei.com>
Date: Sat, 28 May 2016 20:10:23 +0800
From: "Wangnan (F)" <wangnan0@...wei.com>
To: He Kuang <hekuang@...wei.com>, <peterz@...radead.org>,
<mingo@...hat.com>, <acme@...nel.org>,
<alexander.shishkin@...ux.intel.com>, <jolsa@...hat.com>,
<jpoimboe@...hat.com>, <ak@...ux.intel.com>, <eranian@...gle.com>,
<namhyung@...nel.org>, <adrian.hunter@...el.com>,
<sukadev@...ux.vnet.ibm.com>, <masami.hiramatsu.pt@...achi.com>,
<tumanova@...ux.vnet.ibm.com>, <kan.liang@...el.com>,
<penberg@...nel.org>, <dsahern@...il.com>
CC: <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v6 06/11] perf tools: Extract local libunwind code out of
unwind-libunwind.c
On 2016/5/28 19:59, He Kuang wrote:
> This patch extracts codes related to specific arithecture out of
> unwind-libunwind.c. The extrated part are only built if local
> libunwind is supported.
>
> Signed-off-by: He Kuang <hekuang@...wei.com>
> ---
> tools/perf/util/Build | 1 +
> tools/perf/util/unwind-libunwind-local.c | 677 ++++++++++++++++++++++++++++++
> tools/perf/util/unwind-libunwind.c | 694 +------------------------------
> 3 files changed, 679 insertions(+), 693 deletions(-)
> create mode 100644 tools/perf/util/unwind-libunwind-local.c
>
Please use 'git format-patch -M' to avoid such a large patch.
Thank you.
Powered by blists - more mailing lists