* tmp.perf/core segfaulting on metrics test
@ 2022-12-02 19:11 Arnaldo Carvalho de Melo
2022-12-02 19:33 ` Namhyung Kim
0 siblings, 1 reply; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-12-02 19:11 UTC (permalink / raw)
To: Adrian Hunter, Ian Rogers, Jiri Olsa, Namhyung Kim
Cc: Linux Kernel Mailing List
While trying to get back at processing patches for Linux 6.2, what I
have at tmp.perf/core branch is failing like below, can someone try to
help in diagnosing this?
People really should try to run 'perf test' before pushing things
upstream, but maybe this is related to a recent merge with
torvalds/master, I'll check, but as a heads up and if someone wants to
help...
[root@quaco ~]# perf test 99
99: perf all metricgroups test : FAILED!
[root@quaco ~]# perf test -v 99
99: perf all metricgroups test :
--- start ---
test child forked, pid 1494614
Testing Backend
Performance counter stats for 'system wide':
9,978,757 CPU_CLK_UNHALTED.THREAD_ANY # 56.7 % tma_core_bound
/home/acme/libexec/perf-core/tests/shell/stat_all_metricgroups.sh: line 7: 1494617 Segmentation fault (core dumped) perf stat -M "$m" -a true
test child finished with -1
---- end ----
perf all metricgroups test: FAILED!
[root@quaco ~]#
--
- Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: tmp.perf/core segfaulting on metrics test
2022-12-02 19:11 tmp.perf/core segfaulting on metrics test Arnaldo Carvalho de Melo
@ 2022-12-02 19:33 ` Namhyung Kim
2022-12-02 19:38 ` Namhyung Kim
0 siblings, 1 reply; 5+ messages in thread
From: Namhyung Kim @ 2022-12-02 19:33 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: Adrian Hunter, Ian Rogers, Jiri Olsa, Linux Kernel Mailing List
Hi Arnaldo,
On Fri, Dec 2, 2022 at 11:11 AM Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
>
> While trying to get back at processing patches for Linux 6.2, what I
> have at tmp.perf/core branch is failing like below, can someone try to
> help in diagnosing this?
I think you missed this
https://lore.kernel.org/r/20221130111521.334152-2-james.clark@arm.com
>
> People really should try to run 'perf test' before pushing things
> upstream, but maybe this is related to a recent merge with
> torvalds/master, I'll check, but as a heads up and if someone wants to
> help...
Right, but the metric test is special since it contains hardware-
specific metrics. But I'll double check with perf test before sending
patches.
Thanks,
Namhyung
>
> [root@quaco ~]# perf test 99
> 99: perf all metricgroups test : FAILED!
> [root@quaco ~]# perf test -v 99
> 99: perf all metricgroups test :
> --- start ---
> test child forked, pid 1494614
> Testing Backend
>
> Performance counter stats for 'system wide':
>
> 9,978,757 CPU_CLK_UNHALTED.THREAD_ANY # 56.7 % tma_core_bound
> /home/acme/libexec/perf-core/tests/shell/stat_all_metricgroups.sh: line 7: 1494617 Segmentation fault (core dumped) perf stat -M "$m" -a true
> test child finished with -1
> ---- end ----
> perf all metricgroups test: FAILED!
> [root@quaco ~]#
>
>
> --
>
> - Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tmp.perf/core segfaulting on metrics test
2022-12-02 19:33 ` Namhyung Kim
@ 2022-12-02 19:38 ` Namhyung Kim
2022-12-05 13:06 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 5+ messages in thread
From: Namhyung Kim @ 2022-12-02 19:38 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: Adrian Hunter, Ian Rogers, Jiri Olsa, Linux Kernel Mailing List
On Fri, Dec 2, 2022 at 11:33 AM Namhyung Kim <namhyung@kernel.org> wrote:
>
> Hi Arnaldo,
>
> On Fri, Dec 2, 2022 at 11:11 AM Arnaldo Carvalho de Melo
> <acme@kernel.org> wrote:
> >
> > While trying to get back at processing patches for Linux 6.2, what I
> > have at tmp.perf/core branch is failing like below, can someone try to
> > help in diagnosing this?
>
> I think you missed this
>
> https://lore.kernel.org/r/20221130111521.334152-2-james.clark@arm.com
Or, it could be something reported by Ian.
https://lore.kernel.org/CAP-5=fUOjSM5HajU9TCD6prY39LbX4OQbkEbtKPPGRBPBN=_VQ@mail.gmail.com
Thanks,
Namhyung
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tmp.perf/core segfaulting on metrics test
2022-12-02 19:38 ` Namhyung Kim
@ 2022-12-05 13:06 ` Arnaldo Carvalho de Melo
2022-12-05 13:08 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-12-05 13:06 UTC (permalink / raw)
To: Namhyung Kim
Cc: Adrian Hunter, Ian Rogers, Jiri Olsa, Linux Kernel Mailing List
Em Fri, Dec 02, 2022 at 11:38:28AM -0800, Namhyung Kim escreveu:
> On Fri, Dec 2, 2022 at 11:33 AM Namhyung Kim <namhyung@kernel.org> wrote:
> >
> > Hi Arnaldo,
> >
> > On Fri, Dec 2, 2022 at 11:11 AM Arnaldo Carvalho de Melo
> > <acme@kernel.org> wrote:
> > >
> > > While trying to get back at processing patches for Linux 6.2, what I
> > > have at tmp.perf/core branch is failing like below, can someone try to
> > > help in diagnosing this?
> >
> > I think you missed this
> >
> > https://lore.kernel.org/r/20221130111521.334152-2-james.clark@arm.com
Yeah, applied now.
> Or, it could be something reported by Ian.
>
> https://lore.kernel.org/CAP-5=fUOjSM5HajU9TCD6prY39LbX4OQbkEbtKPPGRBPBN=_VQ@mail.gmail.com
Ditto, with a separate patch.
Thanks!
- Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tmp.perf/core segfaulting on metrics test
2022-12-05 13:06 ` Arnaldo Carvalho de Melo
@ 2022-12-05 13:08 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-12-05 13:08 UTC (permalink / raw)
To: Namhyung Kim
Cc: Adrian Hunter, Ian Rogers, Jiri Olsa, Linux Kernel Mailing List
Em Mon, Dec 05, 2022 at 10:06:03AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Fri, Dec 02, 2022 at 11:38:28AM -0800, Namhyung Kim escreveu:
> > On Fri, Dec 2, 2022 at 11:33 AM Namhyung Kim <namhyung@kernel.org> wrote:
> > >
> > > Hi Arnaldo,
> > >
> > > On Fri, Dec 2, 2022 at 11:11 AM Arnaldo Carvalho de Melo
> > > <acme@kernel.org> wrote:
> > > >
> > > > While trying to get back at processing patches for Linux 6.2, what I
> > > > have at tmp.perf/core branch is failing like below, can someone try to
> > > > help in diagnosing this?
> > >
> > > I think you missed this
> > >
> > > https://lore.kernel.org/r/20221130111521.334152-2-james.clark@arm.com
>
> Yeah, applied now.
> > Or, it could be something reported by Ian.
> >
> > https://lore.kernel.org/CAP-5=fUOjSM5HajU9TCD6prY39LbX4OQbkEbtKPPGRBPBN=_VQ@mail.gmail.com
>
> Ditto, with a separate patch.
>
> Thanks!
>
> - Arnaldo
--
- Arnaldo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-05 13:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02 19:11 tmp.perf/core segfaulting on metrics test Arnaldo Carvalho de Melo
2022-12-02 19:33 ` Namhyung Kim
2022-12-02 19:38 ` Namhyung Kim
2022-12-05 13:06 ` Arnaldo Carvalho de Melo
2022-12-05 13:08 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox