Re: [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger expression parsing

From: Steven Rostedt
Date: Wed Oct 27 2021 - 13:17:12 EST


On Wed, 27 Oct 2021 08:55:39 -0700
Kalesh Singh <kaleshsingh@xxxxxxxxxx> wrote:

> Thanks for looking into this. I've attached the full logs here.

Just looking at:

11-add_remove_kprobe.tc-log.vQWAmF

I see the failure of:

+ echo
+ PLACE=_do_fork
+ >>dynamic_events
+ echo 'p:myevent1 _do_fork'


Where "_do_fork" no longer exists and the tests have been updated.

I'm guessing you are running outdated tests. Please make sure that the
tests you run are the latest from the kernel tree.

Thanks!

-- Steve