[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y7LvqfynJ9oxeyjt@kernel.org>
Date: Mon, 2 Jan 2023 11:52:25 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Yang Jihong <yangjihong1@...wei.com>, peterz@...radead.org,
mingo@...hat.com, mark.rutland@....com,
alexander.shishkin@...ux.intel.com, jolsa@...nel.org,
irogers@...gle.com, linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf help: Use HAVE_LIBTRACEEVENT to filter out
unsupported commands
Em Tue, Dec 27, 2022 at 11:34:46AM -0800, Namhyung Kim escreveu:
> Hello,
>
> On Mon, Dec 26, 2022 at 1:00 AM Yang Jihong <yangjihong1@...wei.com> wrote:
> >
> > Commands such as kmem, kwork, lock, sched, trace and timechart depend on
> > libtraceevent, these commands need to be isolated using HAVE_LIBTRACEEVENT
> > macro when cmdlist generation.
> >
> > The output of the generate-cmdlist.sh script is as follows:
> >
> > # ./util/generate-cmdlist.sh
> > /* Automatically generated by ./util/generate-cmdlist.sh */
> > struct cmdname_help
> > {
> > char name[16];
> > char help[80];
> > };
Thanks, applied.
- Arnaldo
Powered by blists - more mailing lists