From: kernel test robot <oliver.sang@intel.com>
To: Leo Yan <leo.yan@arm.com>
Cc: <oe-lkp@lists.linux.dev>, <lkp@intel.com>,
<linux-perf-users@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
"Peter Zijlstra" <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
"Arnaldo Carvalho de Melo" <acme@kernel.org>,
Namhyung Kim <namhyung@kernel.org>,
"Jiri Olsa" <jolsa@kernel.org>, Ian Rogers <irogers@google.com>,
Adrian Hunter <adrian.hunter@intel.com>,
KP Singh <kpsingh@kernel.org>,
Matt Bobrowski <mattbobrowski@google.com>,
Song Liu <song@kernel.org>, Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Andrii Nakryiko <andrii@kernel.org>,
Martin KaFai Lau <martin.lau@linux.dev>,
"Eduard Zingerman" <eddyz87@gmail.com>,
Yonghong Song <yonghong.song@linux.dev>,
"John Fastabend" <john.fastabend@gmail.com>,
Stanislav Fomichev <sdf@fomichev.me>, Hao Luo <haoluo@google.com>,
Steven Rostedt <rostedt@goodmis.org>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
James Clark <james.clark@linaro.org>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Mike Leach <mike.leach@linaro.org>, <bpf@vger.kernel.org>,
<linux-trace-kernel@vger.kernel.org>, Leo Yan <leo.yan@arm.com>,
<oliver.sang@intel.com>
Subject: Re: [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
Date: Thu, 31 Jul 2025 15:26:01 +0800 [thread overview]
Message-ID: <202507310818.a05d2380-lkp@intel.com> (raw)
In-Reply-To: <20250725-perf_aux_pause_resume_bpf_rebase-v3-5-ae21deb49d1a@arm.com>
Hello,
kernel test robot noticed "perf-sanity-tests.Convert_perf_time_to_TSC.Perf_time_to_TSC.fail" on:
commit: e350af63969b875598f0656a20d801bbcaa7bd76 ("[PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF")
url: https://github.com/intel-lab-lkp/linux/commits/Leo-Yan/perf-core-Make-perf_event_aux_pause-as-external-function/20250725-181647
patch link: https://lore.kernel.org/all/20250725-perf_aux_pause_resume_bpf_rebase-v3-5-ae21deb49d1a@arm.com/
patch subject: [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
in testcase: perf-sanity-tests
version:
with following parameters:
perf_compiler: gcc
group: group-01
config: x86_64-rhel-9.4-bpf
compiler: gcc-12
test machine: 16 threads 1 sockets Intel(R) Xeon(R) E-2278G CPU @ 3.40GHz (Coffee Lake-E) with 32G memory
(please refer to attached dmesg/kmsg for entire log/backtrace)
besides, we also noticed other tests failed which can pass on parent:
90bef873a01451e8 e350af63969b875598f0656a20d
---------------- ---------------------------
fail:runs %reproduction fail:runs
| | |
:5 83% 5:5 perf-sanity-tests.Convert_perf_time_to_TSC.Perf_time_to_TSC.fail
:5 83% 5:5 perf-sanity-tests.Zstd_perf.data_compression/decompression.fail
:5 83% 5:5 perf-sanity-tests.build_id_cache_operations.fail
:5 83% 5:5 perf-sanity-tests.daemon_operations.fail
:5 83% 5:5 perf-sanity-tests.perf_all_metricgroups_test.fail
:5 83% 5:5 perf-sanity-tests.perf_diff_tests.fail
:5 83% 5:5 perf-sanity-tests.perf_stat_JSON_output_linter.fail
:5 83% 5:5 perf-sanity-tests.perf_stat_STD_output_linter.fail
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <oliver.sang@intel.com>
| Closes: https://lore.kernel.org/oe-lkp/202507310818.a05d2380-lkp@intel.com
2025-07-30 19:06:25 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-e350af63969b875598f0656a20d801bbcaa7bd76/tools/perf/perf test 64 -v
64: Convert perf time to TSC :
64.1: TSC support : Running (2 active)
64.1: TSC support : Ok
--- start ---
test child forked, pid 7359
Using CPUID GenuineIntel-6-9E-D
evlist__open() failed
---- end(-1) ----
64.2: Perf time to TSC : FAILED!
The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20250731/202507310818.a05d2380-lkp@intel.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-07-31 7:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-25 10:08 [PATCH RESEND v3 0/6] perf auxtrace: Support AUX pause and resume with BPF Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 1/6] perf/core: Make perf_event_aux_pause() as external function Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF Leo Yan
2025-07-31 7:26 ` kernel test robot [this message]
2025-07-31 9:11 ` Leo Yan
2025-07-31 10:57 ` Leo Yan
2025-07-25 10:08 ` [PATCH RESEND v3 6/6] perf docs: Document " Leo Yan
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=202507310818.a05d2380-lkp@intel.com \
--to=oliver.sang@intel.com \
--cc=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=haoluo@google.com \
--cc=irogers@google.com \
--cc=james.clark@linaro.org \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=leo.yan@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=martin.lau@linux.dev \
--cc=mathieu.desnoyers@efficios.com \
--cc=mattbobrowski@google.com \
--cc=mhiramat@kernel.org \
--cc=mike.leach@linaro.org \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=oe-lkp@lists.linux.dev \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sdf@fomichev.me \
--cc=song@kernel.org \
--cc=suzuki.poulose@arm.com \
--cc=yonghong.song@linux.dev \
/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;
as well as URLs for NNTP newsgroup(s).