Re: [PATCH 3/3] tracing: Rewrite filter logic to be simpler and faster

From: Steven Rostedt
Date: Fri Mar 09 2018 - 22:18:46 EST


[ This time replying to the email I expected to ]

On Fri, 09 Mar 2018 21:34:45 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> 2 files changed, 1050 insertions(+), 1273 deletions(-)

BTW, it's a bit bigger impact than 223 deletions. As I added a lot of
comments to explain the logic better. Removing comments and white space
from the modifications we have:

649 insertions(+), 1035 deletions(-)

That's 386 lines of code removed.

-- Steve