mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Falcon, Thomas" <thomas.falcon@intel.com>
To: "namhyung@kernel.org" <namhyung@kernel.org>,
	"acme@kernel.org" <acme@kernel.org>,
	"irogers@google.com" <irogers@google.com>,
	"kan.liang@linux.intel.com" <kan.liang@linux.intel.com>
Cc: "jolsa@kernel.org" <jolsa@kernel.org>,
	"peterz@infradead.org" <peterz@infradead.org>,
	"Hunter, Adrian" <adrian.hunter@intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-perf-users@vger.kernel.org"
	<linux-perf-users@vger.kernel.org>,
	"mingo@kernel.org" <mingo@kernel.org>
Subject: Re: [PATCH v2 0/6] perf test: Small improvements
Date: Tue, 4 Mar 2025 16:17:54 +0000	[thread overview]
Message-ID: <0a13d381a10e94a25173128f37710b278c4d22b0.camel@intel.com> (raw)
In-Reply-To: <20250304022837.1877845-1-namhyung@kernel.org>

On Mon, 2025-03-03 at 18:28 -0800, Namhyung Kim wrote:
> Hello,
> 
> This is an assorted list of changes in the perf test.
> 
> I've added perf stat --metric-only test and perf trace record and
> replay.
> And other changes to skip privileged tests for non-root and simplify
> data symbol test.
> 
> v2 changes)
> * fix shellcheck errors
> * simplify datasym test with timeout
> 
> Thanks,
> Namhyung
> 

Looks good on Alder Lake and Arrow Lake.

Tested-by: Thomas Falcon <thomas.falcon@intel.com>

> 
> Namhyung Kim (6):
>   perf test: Add --metric-only to perf stat output tests
>   perf test: Skip perf probe tests when running as non-root
>   perf test: Skip perf trace tests when running as non-root
>   perf test: Add trace record and replay test
>   perf test: Add timeout to datasym workload
>   perf test: Simplify data symbol test
> 
>  .../tests/shell/lib/perf_json_output_lint.py  |  7 ++++++
>  tools/perf/tests/shell/lib/stat_output.sh     |  8 +++++++
>  .../tests/shell/perftool-testsuite_probe.sh   |  1 +
>  tools/perf/tests/shell/probe_vfs_getname.sh   |  1 +
>  .../shell/record+probe_libc_inet_pton.sh      |  1 +
>  .../shell/record+script_probe_vfs_getname.sh  |  1 +
>  tools/perf/tests/shell/stat+csv_output.sh     |  2 ++
>  tools/perf/tests/shell/stat+json_output.sh    |  9 ++++++++
>  tools/perf/tests/shell/stat+std_output.sh     |  8 +++++++
>  tools/perf/tests/shell/test_data_symbol.sh    | 15 ++----------
>  .../shell/test_uprobe_from_different_cu.sh    | 11 ++++-----
>  .../tests/shell/trace+probe_vfs_getname.sh    |  1 +
>  tools/perf/tests/shell/trace_btf_enum.sh      |  1 +
>  tools/perf/tests/shell/trace_btf_general.sh   |  1 +
>  tools/perf/tests/shell/trace_exit_race.sh     |  1 +
>  tools/perf/tests/shell/trace_record_replay.sh | 21 +++++++++++++++++
>  tools/perf/tests/workloads/datasym.c          | 23
> +++++++++++++++++--
>  17 files changed, 91 insertions(+), 21 deletions(-)
>  create mode 100755 tools/perf/tests/shell/trace_record_replay.sh
> 


  parent reply	other threads:[~2025-03-04 16:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04  2:28 Namhyung Kim
2025-03-04  2:28 ` [PATCH v2 1/6] perf test: Add --metric-only to perf stat output tests Namhyung Kim
2025-03-04  2:28 ` [PATCH v2 2/6] perf test: Skip perf probe tests when running as non-root Namhyung Kim
2025-03-04  2:28 ` [PATCH v2 3/6] perf test: Skip perf trace " Namhyung Kim
2025-03-04  2:28 ` [PATCH v2 4/6] perf test: Add trace record and replay test Namhyung Kim
2025-03-04  2:28 ` [PATCH v2 5/6] perf test: Add timeout to datasym workload Namhyung Kim
2025-03-04  7:37   ` Thomas Richter
2025-03-04 15:16   ` Leo Yan
2025-03-04  2:28 ` [PATCH v2 6/6] perf test: Simplify data symbol test Namhyung Kim
2025-03-04  7:38   ` Thomas Richter
2025-03-04 15:15   ` Leo Yan
2025-03-04 16:17 ` Falcon, Thomas [this message]
2025-03-06 17:14 ` [PATCH v2 0/6] perf test: Small improvements Namhyung Kim

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=0a13d381a10e94a25173128f37710b278c4d22b0.camel@intel.com \
    --to=thomas.falcon@intel.com \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®