lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 27 May 2021 13:26:51 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Ian Rogers <irogers@...gle.com>
Cc:     Peter Zijlstra <peterz@...radead.org>,
        Ingo Molnar <mingo@...hat.com>,
        Mark Rutland <mark.rutland@....com>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Jiri Olsa <jolsa@...hat.com>,
        Namhyung Kim <namhyung@...nel.org>,
        Thomas Richter <tmricht@...ux.ibm.com>,
        linux-perf-users <linux-perf-users@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Riccardo Mancini <rickyman7@...il.com>,
        Stephane Eranian <eranian@...gle.com>
Subject: Re: [PATCH] perf test: Test 2 libpfm4 error cases

Em Thu, May 27, 2021 at 08:52:14AM -0700, Ian Rogers escreveu:
> On Wed, May 19, 2021 at 8:12 AM Ian Rogers <irogers@...gle.com> wrote:
> >
> > Proposed in:
> > https://lore.kernel.org/lkml/20210517140931.2559364-1-tmricht@linux.ibm.com/
> >
> > Signed-off-by: Ian Rogers <irogers@...gle.com>
> 
> Ping.

Thanks, applied.

- Arnaldo

 
> Thanks!
> Ian
> 
> > ---
> >  tools/perf/tests/pfm.c | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/tools/perf/tests/pfm.c b/tools/perf/tests/pfm.c
> > index d4b0ef74defc..acd50944f6af 100644
> > --- a/tools/perf/tests/pfm.c
> > +++ b/tools/perf/tests/pfm.c
> > @@ -155,6 +155,16 @@ static int test__pfm_group(void)
> >                         .nr_events = 3,
> >                         .nr_groups = 1,
> >                 },
> > +               {
> > +                       .events = "instructions}",
> > +                       .nr_events = 1,
> > +                       .nr_groups = 0,
> > +               },
> > +               {
> > +                       .events = "{{instructions}}",
> > +                       .nr_events = 0,
> > +                       .nr_groups = 0,
> > +               },
> >         };
> >
> >         for (i = 0; i < ARRAY_SIZE(table); i++) {
> > --
> > 2.31.1.751.gd2f1c929bd-goog
> >

-- 

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ