On Wed, Apr 17, 2019 at 04:09:59PM +0300 Slavomir Kaslev wrote: > Add a section about the new --no-filter argument of `trace-cmd record` > to its man page. > > Signed-off-by: Slavomir Kaslev <kaslevs@xxxxxxxxxx> > --- > Documentation/trace-cmd-record.1.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/trace-cmd-record.1.txt b/Documentation/trace-cmd-record.1.txt > index 68afa16..b230aa8 100644 > --- a/Documentation/trace-cmd-record.1.txt > +++ b/Documentation/trace-cmd-record.1.txt > @@ -83,6 +83,10 @@ OPTIONS > > The above are usually safe to use to compare fields. > > +*--no-filter*:: > + Do not set any event filters, including the default one which ignores events > + caused by trace-cmd itself. > + > *-R* 'trigger':: > Specify a trigger for the previous event. This must come after a *-e*. > This will add a given trigger to the given event. To only enable the trigger > -- > 2.19.1 > Acked-by: Phil Auld <pauld@xxxxxxxxxx> and/or Tested-by: Phil Auld <pauld@xxxxxxxxxx> Cheers, Phil --