Re: [PATCH v4 1/6] perf tools: Set buildid dir under symfs when --symfs is provided

From: David Ahern
Date: Thu May 19 2016 - 10:23:19 EST


On 5/19/16 5:47 AM, He Kuang wrote:
This patch moves the reference of buildid dir to 'symfs/.debug' and
skips the local buildid dir when '--symfs' is given, so that every
single file opened by perf is relateive to symfs directory now.

Signed-off-by: He Kuang <hekuang@xxxxxxxxxx>
---
tools/perf/builtin-annotate.c | 5 +++--
tools/perf/builtin-diff.c | 5 +++--
tools/perf/builtin-report.c | 5 +++--
tools/perf/builtin-script.c | 5 +++--
tools/perf/builtin-timechart.c | 5 +++--
tools/perf/util/dso.c | 4 +---
tools/perf/util/symbol.c | 23 +++++++++++++++++++++++
tools/perf/util/symbol.h | 2 ++
8 files changed, 41 insertions(+), 13 deletions(-)

Acked-by: David Ahern <dsahern@xxxxxxxxx>