Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1403786
| From | David Ahern <dsahern@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/6] perf tools: Set buildid dir under symfs when --symfs is provided |
| Date | 2016-05-19 16:30 +0200 |
| Message-ID | <rAx7F-Wa-29@gated-at.bofh.it> (permalink) |
| References | <rAuCJ-7Be-7@gated-at.bofh.it> <rAuCJ-7Be-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@huawei.com> > --- > 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@gmail.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/6] Add support for remote unwind He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
[PATCH v4 1/6] perf tools: Set buildid dir under symfs when --symfs is provided He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
Re: [PATCH v4 1/6] perf tools: Set buildid dir under symfs when --symfs is provided David Ahern <dsahern@gmail.com> - 2016-05-19 16:30 +0200
Re: [PATCH v4 1/6] perf tools: Set buildid dir under symfs when --symfs is provided Jiri Olsa <jolsa@redhat.com> - 2016-05-19 18:10 +0200
[tip:perf/urgent] perf tools: Set buildid dir under symfs when --symfs is provided tip-bot for He Kuang <tipbot@zytor.com> - 2016-05-20 19:50 +0200
[PATCH v4 6/6] perf callchain: Support aarch64 cross-platform He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
[PATCH v4 3/6] perf tools: Separate local and remote unwind support detection He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
[PATCH v4 5/6] perf callchain: Support x86 target platform He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
[PATCH v4 4/6] perf callchain: Add support for cross-platform unwind He Kuang <hekuang@huawei.com> - 2016-05-19 13:50 +0200
csiph-web