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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 2 Mar 2023 17:40:16 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Namhyung Kim <namhyung@...nel.org>
Cc:     Changbin Du <changbin.du@...wei.com>,
        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@...nel.org>, linux-perf-users@...r.kernel.org,
        linux-kernel@...r.kernel.org, Hui Wang <hw.huiwang@...wei.com>
Subject: Re: [PATCH v2 0/3] perf : fix counting when initial delay configured

Em Thu, Mar 02, 2023 at 11:22:37AM -0800, Namhyung Kim escreveu:
> Hello,
> 
> On Wed, Mar 1, 2023 at 7:12 PM Changbin Du <changbin.du@...wei.com> wrote:
> >
> > The first one fixes the problem that counters are never enabled  when initial
> > delay configured.
> > The remaining two reuse the common field target::initial_delay for
> > record/ftrace/trace subcommands.
> >
> > v2:
> >  - introduce common filed target::initial_delay
> >
> > Changbin Du (3):
> >   perf stat: fix counting when initial delay configured
> >   perf record: reuse target::initial_delay
> >   perf: ftrace: reuse target::initial_delay
> 
> Acked-by: Namhyung Kim <namhyung@...nel.org>

Thanks, applying the first to perf-tools (old perf/urgent) and the rest
to perf-tools-next (old perf/core).

- Arnaldo
 
> Thanks,
> Namhyung
> 
> >
> >  tools/perf/builtin-ftrace.c | 10 +++++-----
> >  tools/perf/builtin-record.c | 12 ++++++------
> >  tools/perf/builtin-stat.c   | 15 +++++----------
> >  tools/perf/builtin-trace.c  |  8 ++++----
> >  tools/perf/util/evlist.c    |  6 +++---
> >  tools/perf/util/evsel.c     |  2 +-
> >  tools/perf/util/ftrace.h    |  1 -
> >  tools/perf/util/record.h    |  1 -
> >  tools/perf/util/stat.c      |  6 +-----
> >  tools/perf/util/stat.h      |  1 -
> >  tools/perf/util/target.h    | 12 ++++++++++++
> >  11 files changed, 37 insertions(+), 37 deletions(-)
> >
> > --
> > 2.25.1
> >

-- 

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ