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

2016-05-19 Thread Jiri Olsa
On Thu, May 19, 2016 at 11:47:37AM +, 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 Acked

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

2016-05-19 Thread David Ahern
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 --- tools/perf/builtin-annotate.c

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

2016-05-19 Thread He Kuang
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 --- tools/perf/builtin-annotate.c | 5 +++-- tools/perf/builtin-diff.c