[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAP-5=fXpfBJCENkHGd=mDKCBOhCmVr0ieF5-MvUbbV03DSA_hg@mail.gmail.com>
Date: Wed, 26 Feb 2025 22:21:35 -0800
From: Ian Rogers <irogers@...gle.com>
To: Howard Chu <howardchu95@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung Kim <namhyung@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>, Kan Liang <kan.liang@...ux.intel.com>,
Yicong Yang <yangyicong@...ilicon.com>, James Clark <james.clark@...aro.org>,
"Dr. David Alan Gilbert" <linux@...blig.org>, Levi Yun <yeoreum.yun@....com>, Ze Gao <zegao2021@...il.com>,
Weilin Wang <weilin.wang@...el.com>, Xu Yang <xu.yang_2@....com>,
linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 10/11] perf python: Add evlist.config to set up record options
On Wed, Feb 26, 2025 at 9:46 PM Howard Chu <howardchu95@...il.com> wrote:
>
> Hello,
>
> On Wed, Jan 8, 2025 at 11:51 PM Ian Rogers <irogers@...gle.com> wrote:
> >
> > Add access to evlist__config that is used to configure an evlist with
> > record options.
> >
> > Signed-off-by: Ian Rogers <irogers@...gle.com>
> > ---
> > tools/perf/util/python.c | 33 +++++++++++++++++++++++++++++++++
> > 1 file changed, 33 insertions(+)
> >
>
> <SNIP>
>
> > + .user_interval = ULLONG_MAX,
> > + .freq = 4000,
> > + .target = {
> > + .uses_mmap = true,
> > + .default_per_cpu = true,
> > + },
> > + .nr_threads_synthesize = 1,
> > + .ctl_fd = -1,
> > + .ctl_fd_ack = -1,
> > + .no_buffering = true,
> > + .no_inherit = true,
>
> Are these indentations intentional?
Nope, not sure what happened. I'll fix it in v2.
Thanks and thanks for the tags!
Ian
>
> Thanks,
> Howard
Powered by blists - more mailing lists