On Mon, 1 Jun 2020 14:54:12 -0500 "Zanussi, Tom" <[email protected]> wrote:
> Hi Masami, > > On 6/1/2020 9:42 AM, Masami Hiramatsu wrote: > > Convert the required tracefs interface checking code with > > requires: list. > > > > Signed-off-by: Masami Hiramatsu <[email protected] > [ SNIP ] > > > diff --git > > a/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onchange-action-hist.tc > > > > b/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onchange-action-hist.tc > > index c80007aa9f86..59f876c80d45 100644 > > --- > > a/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onchange-action-hist.tc > > +++ > > b/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onchange-action-hist.tc > > @@ -1,17 +1,13 @@ > > #!/bin/sh > > # SPDX-License-Identifier: GPL-2.0 > > # description: event trigger - test inter-event histogram trigger > > onchange action > > +# requires: synthetic_events > > I think this should be 'set_event' > Thank you for point it out. I found another missed requirement. I'll fix it. Thank you, > Thanks, > > Tom -- Masami Hiramatsu <[email protected]>

