From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdGQMSS (ORCPT ); Mon, 17 Jul 2017 08:18:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46626 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbdGQMSR (ORCPT ); Mon, 17 Jul 2017 08:18:17 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D0462C049D5C Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D0462C049D5C Date: Mon, 17 Jul 2017 14:18:14 +0200 From: Jiri Olsa To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , lkml , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern , Thomas Richter Subject: Re: [PATCH 00/15] perf tools: Fix attr tests Message-ID: <20170717121814.GD1007@krava> References: <20170703145030.12903-1-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170703145030.12903-1-jolsa@kernel.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 17 Jul 2017 12:18:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 03, 2017 at 04:50:15PM +0200, Jiri Olsa wrote: > hi, > attr tests have been broken for some time now. Updating > the data files plus some other processing fixes. > > It's also available in here: > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > perf/attr_test hi, just noticed that this got removed from your branch.. anything wrong with that? thanks, jirka > > thanks, > jirka > --- > tools/perf/perf.h | 1 + > tools/perf/tests/attr.c | 12 +++++++++++- > tools/perf/tests/attr.py | 50 +++++++++++++++++++++++++++++--------------------- > tools/perf/tests/attr/base-record | 8 ++++---- > tools/perf/tests/attr/base-stat | 4 ++-- > tools/perf/tests/attr/test-record-C0 | 1 + > tools/perf/tests/attr/test-record-basic | 1 + > tools/perf/tests/attr/test-record-branch-any | 2 +- > tools/perf/tests/attr/test-record-branch-filter-any | 2 +- > tools/perf/tests/attr/test-record-branch-filter-any_call | 2 +- > tools/perf/tests/attr/test-record-branch-filter-any_ret | 2 +- > tools/perf/tests/attr/test-record-branch-filter-hv | 2 +- > tools/perf/tests/attr/test-record-branch-filter-ind_call | 2 +- > tools/perf/tests/attr/test-record-branch-filter-k | 2 +- > tools/perf/tests/attr/test-record-branch-filter-u | 2 +- > tools/perf/tests/attr/test-record-count | 1 + > tools/perf/tests/attr/test-record-data | 3 +-- > tools/perf/tests/attr/test-record-freq | 1 + > tools/perf/tests/attr/test-record-graph-default | 1 + > tools/perf/tests/attr/test-record-graph-dwarf | 4 +++- > tools/perf/tests/attr/test-record-graph-fp | 1 + > tools/perf/tests/attr/test-record-group | 2 ++ > tools/perf/tests/attr/test-record-group-sampling | 3 ++- > tools/perf/tests/attr/test-record-group1 | 2 ++ > tools/perf/tests/attr/{test-record-no-delay => test-record-no-buffering} | 4 ++-- > tools/perf/tests/attr/test-record-no-inherit | 1 + > tools/perf/tests/attr/test-record-no-samples | 1 + > tools/perf/tests/attr/test-record-period | 1 + > tools/perf/tests/attr/test-record-raw | 2 +- > tools/perf/tests/attr/test-stat-C0 | 4 ++-- > tools/perf/tests/attr/test-stat-default | 2 ++ > tools/perf/tests/attr/test-stat-detailed-1 | 2 ++ > tools/perf/tests/attr/test-stat-detailed-2 | 3 +++ > tools/perf/tests/attr/test-stat-detailed-3 | 5 +++++ > tools/perf/util/evsel.c | 8 +++++++- > 35 files changed, 98 insertions(+), 46 deletions(-)