From: Thomas Richter <tmricht@linux.ibm.com>
To: James Clark <james.clark@linaro.org>
Cc: agordeev@linux.ibm.com, gor@linux.ibm.com,
sumanthk@linux.ibm.com, hca@linux.ibm.com, japo@linux.ibm.com,
linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org,
linux-perf-users@vger.kernel.org, acme@kernel.org,
namhyung@kernel.org, irogers@google.com
Subject: Re: [PATCH] perf test: Fix test perf stat tests for virtualized machines
Date: Wed, 7 Jan 2026 14:01:06 +0100 [thread overview]
Message-ID: <0f55cde3-cba0-4e43-b2ac-1f1b506f4e15@linux.ibm.com> (raw)
In-Reply-To: <2e0d7dce-a52f-4825-990e-f4bdaa1175ac@linaro.org>
On 1/7/26 12:18, James Clark wrote:
>
>
> On 07/01/2026 9:48 am, Thomas Richter wrote:
>> On s390 perf test 'perf stat tests', subtest test_hybrid fails
>> for z/VM systems.
>> The root cause is this statement:
>>
>> $(perf stat -a -- sleep 0.1 2>&1 |\
>> grep -E "/cpu-cycles/[uH]*| cpu-cycles[:uH]* -c)
>>
>> The perf stat output on a s390 z/VM system is
>>
>> # perf stat -a -- sleep 0.1 2>&1
>> Performance counter stats for 'system wide':
>>
>> 56 context-switches # 46.3 cs/sec cs_per_second
>> 1,210.41 msec cpu-clock # 11.9 CPUs CPUs_utilized
>> 12 cpu-migrations # 9.9 migrations/sec ...
>> 81 page-faults # 66.9 faults/sec ...
>>
>> 0.100891009 seconds time elapsed
>>
>> The grep command does not match any single line and exits with error
>> code 1. As the bash script is executed with set -e, it aborts with the
>> first error code being non-zero.
>>
>> Fix this and use wc -l to count matching lines instead of grep ... -c.
>>
>> Output before:
>> # perf test 102
>> 102: perf stat tests : FAILED!
>> #
>> Output after:
>> # perf test 102
>> 102: perf stat tests : Ok
>> #
>>
>> Fixes: 65d11821910bd ("perf test: Add a test for default perf stat command")
>
> I think the change looks ok, but doesn't it fix 65d11821910bd ("perf tools: Add fallback for exclude_guest") where the existing wc -l was changed to grep -c?
>
You are correct, James.
I will send V2 with updated Fixes tag.
Thanks
--
Thomas Richter, Dept 3303, IBM s390 Linux Development, Boeblingen, Germany
--
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Wolfgang Wendt
Geschäftsführung: David Faller
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294
prev parent reply other threads:[~2026-01-07 13:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-07 9:48 [PATCH] perf test: Fix test perf stat tests for virtualized machines Thomas Richter
2026-01-07 11:18 ` James Clark
2026-01-07 13:01 ` Thomas Richter [this message]
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=0f55cde3-cba0-4e43-b2ac-1f1b506f4e15@linux.ibm.com \
--to=tmricht@linux.ibm.com \
--cc=acme@kernel.org \
--cc=agordeev@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=irogers@google.com \
--cc=james.clark@linaro.org \
--cc=japo@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=sumanthk@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox