Re: [PATCH 1/9] perf tools: Add build id shell test

2020-10-13 Thread Jiri Olsa
On Tue, Oct 13, 2020 at 01:13:40PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 30, 2020 at 07:15:04PM +0200, Jiri Olsa escreveu: > > Adding test for build id cache that adds binary > > with sha1 and md5 build ids and verifies it's > > added properly. > > > > The test updates build id

Re: [PATCH 1/9] perf tools: Add build id shell test

2020-10-13 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 30, 2020 at 07:15:04PM +0200, Jiri Olsa escreveu: > Adding test for build id cache that adds binary > with sha1 and md5 build ids and verifies it's > added properly. > > The test updates build id cache with perf record > and perf buildid-cache -a. [root@five ~]# perf test "build id"

Re: [PATCH 1/9] perf tools: Add build id shell test

2020-10-01 Thread Ian Rogers
On Thu, Oct 1, 2020 at 3:25 AM Jiri Olsa wrote: > > On Thu, Oct 01, 2020 at 11:25:34AM +0200, Jiri Olsa wrote: > > On Wed, Sep 30, 2020 at 07:00:05PM -0700, Ian Rogers wrote: > > > On Wed, Sep 30, 2020 at 10:15 AM Jiri Olsa wrote: > > > > > > > > Adding test for build id cache that adds binary >

Re: [PATCH 1/9] perf tools: Add build id shell test

2020-10-01 Thread Jiri Olsa
On Thu, Oct 01, 2020 at 11:25:34AM +0200, Jiri Olsa wrote: > On Wed, Sep 30, 2020 at 07:00:05PM -0700, Ian Rogers wrote: > > On Wed, Sep 30, 2020 at 10:15 AM Jiri Olsa wrote: > > > > > > Adding test for build id cache that adds binary > > > with sha1 and md5 build ids and verifies it's > > >

Re: [PATCH 1/9] perf tools: Add build id shell test

2020-10-01 Thread Jiri Olsa
On Wed, Sep 30, 2020 at 07:00:05PM -0700, Ian Rogers wrote: > On Wed, Sep 30, 2020 at 10:15 AM Jiri Olsa wrote: > > > > Adding test for build id cache that adds binary > > with sha1 and md5 build ids and verifies it's > > added properly. > > > > The test updates build id cache with perf record >

Re: [PATCH 1/9] perf tools: Add build id shell test

2020-09-30 Thread Ian Rogers
On Wed, Sep 30, 2020 at 10:15 AM Jiri Olsa wrote: > > Adding test for build id cache that adds binary > with sha1 and md5 build ids and verifies it's > added properly. > > The test updates build id cache with perf record > and perf buildid-cache -a. > > Signed-off-by: Jiri Olsa Acked-by: Ian

[PATCH 1/9] perf tools: Add build id shell test

2020-09-30 Thread Jiri Olsa
Adding test for build id cache that adds binary with sha1 and md5 build ids and verifies it's added properly. The test updates build id cache with perf record and perf buildid-cache -a. Signed-off-by: Jiri Olsa --- tools/perf/Makefile.perf | 14 + tools/perf/tests/shell/buildid.sh