[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YONFmpWBdqGX7VZJ@kernel.org>
Date: Mon, 5 Jul 2021 14:47:06 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Thomas Richter <tmricht@...ux.ibm.com>
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
linux-perf-users@...r.kernel.org,
Sven Schnelle <svens@...ux.ibm.com>,
Heiko Carstens <hca@...ux.ibm.com>,
Stefan Liebler <stli@...ux.ibm.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] perf probe: Do not show @plt function by default
Em Mon, Jul 05, 2021 at 02:11:11PM +0200, Thomas Richter escreveu:
> On 7/3/21 5:35 PM, Masami Hiramatsu wrote:
> > +++ b/tools/perf/builtin-probe.c
> > @@ -31,7 +31,7 @@
> > #include <linux/zalloc.h>
> > #define DEFAULT_VAR_FILTER "!__k???tab_* & !__crc_*"
> > -#define DEFAULT_FUNC_FILTER "!_*"
> > +#define DEFAULT_FUNC_FILTER "!_* & !*@plt"
> > #define DEFAULT_LIST_FILTER "*"
> Thanks, works again ...
I took this as an Acked-by.
Thanks, applied.
- Arnaldo
Powered by blists - more mailing lists