All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Olsa <jolsa@redhat.com>
To: Jiri Olsa <jolsa@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Ingo Molnar <mingo@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Namhyung Kim <namhyung@kernel.org>,
	David Ahern <dsahern@gmail.com>,
	Thomas Richter <tmricht@linux.vnet.ibm.com>
Subject: Re: [PATCH 00/15] perf tools: Fix attr tests
Date: Mon, 17 Jul 2017 14:18:14 +0200	[thread overview]
Message-ID: <20170717121814.GD1007@krava> (raw)
In-Reply-To: <20170703145030.12903-1-jolsa@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(-)

  parent reply	other threads:[~2017-07-17 12:18 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-03 14:50 [PATCH 00/15] perf tools: Fix attr tests Jiri Olsa
2017-07-03 14:50 ` [PATCH 01/15] perf tools: Fix -n option Jiri Olsa
2017-07-03 14:57   ` Arnaldo Carvalho de Melo
2017-07-03 15:16     ` [PATCHv2 " Jiri Olsa
2017-07-03 16:10       ` Arnaldo Carvalho de Melo
2017-07-03 16:22         ` Jiri Olsa
2017-07-03 16:40           ` Arnaldo Carvalho de Melo
2017-07-03 16:58             ` Jiri Olsa
2017-07-03 17:44               ` Arnaldo Carvalho de Melo
2017-07-03 14:50 ` [PATCH 02/15] perf tests attr: Do not store failed events Jiri Olsa
2017-07-20  8:51   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 03/15] perf tests attr: Add test_attr__ready function Jiri Olsa
2017-07-20  8:51   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 04/15] perf tests attr: Make compare_data global Jiri Olsa
2017-07-20  8:51   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 05/15] perf tests attr: Rename compare_data to data_equal Jiri Olsa
2017-07-20  8:52   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 06/15] perf tests attr: Add 1s for exclude_kernel and task base bits Jiri Olsa
2017-07-20  8:52   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 07/15] perf tests attr: Fix record dwarf test Jiri Olsa
2017-07-20  8:52   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 08/15] perf tests attr: Fix no-delay test Jiri Olsa
2017-07-20  8:53   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 09/15] perf tests attr: Add proper return values Jiri Olsa
2017-07-20  8:53   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 10/15] perf tests attr: Fix cpu test disabled term setup Jiri Olsa
2017-07-20  8:53   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 11/15] perf tests attr: Fix sample_period setup Jiri Olsa
2017-07-20  8:54   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 12/15] perf tests attr: Fix precise_ip setup Jiri Olsa
2017-07-20  8:54   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 13/15] perf tests attr: Fix stat sample_type setup Jiri Olsa
2017-07-20  8:54   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 14/15] perf tests attr: Add optional term Jiri Olsa
2017-07-20  8:55   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-03 14:50 ` [PATCH 15/15] perf tests attr: Fix task term values Jiri Olsa
2017-08-09 15:00   ` Jiri Olsa
2017-08-10  7:07     ` Thomas Richter
2017-10-03 16:43   ` [tip:perf/core] " tip-bot for Jiri Olsa
2017-07-17 12:18 ` Jiri Olsa [this message]
2017-07-17 12:51   ` [PATCH 00/15] perf tools: Fix attr tests Arnaldo Carvalho de Melo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170717121814.GD1007@krava \
    --to=jolsa@redhat.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@kernel.org \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=tmricht@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.