[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230410063434.t5m6gttzukbymvb7@M910t>
Date: Mon, 10 Apr 2023 14:34:34 +0800
From: Changbin Du <changbin.du@...wei.com>
To: Namhyung Kim <namhyung@...nel.org>
CC: Changbin Du <changbin.du@...wei.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
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>, Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
<linux-perf-users@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Hui Wang <hw.huiwang@...wei.com>
Subject: Re: [PATCH v2 2/2] perf: script: add new output field 'dsoff' to
print dso offset
On Fri, Apr 07, 2023 at 02:24:48PM -0700, Namhyung Kim wrote:
> Hello Changbin,
>
> On Thu, Apr 6, 2023 at 10:53 PM Changbin Du <changbin.du@...wei.com> wrote:
[snip]
> > @@ -574,6 +576,9 @@ static void set_print_ip_opts(struct perf_event_attr *attr)
> > if (PRINT_FIELD(DSO))
> > output[type].print_ip_opts |= EVSEL__PRINT_DSO;
> >
> > + if (PRINT_FIELD(DSOFF))
> > + output[type].print_ip_opts |= EVSEL__PRINT_DSOFF;
>
> What if the user gives 'dsoff' without 'dso'. Better to set the
> EVSEL__PRINT_DSO as well?
>
It will be dropped currently. I will make 'dsoff' implicitly add 'dso' field
later.
> Thanks,
> Namhyung
>
--
Cheers,
Changbin Du
Powered by blists - more mailing lists