Re: [for-next][PATCH 0/5] tracing: Add string_has_prefix() and usages

From: Steven Rostedt
Date: Sat Dec 22 2018 - 22:53:30 EST


On Sun, 23 Dec 2018 12:41:20 +0900
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> > Steven Rostedt (VMware) (5):
> > string.h: Add str_has_prefix() helper function
> > tracing: Use str_has_prefix() helper for histogram code
> > tracing: Use str_has_prefix() instead of using fixed sizes
> > tracing: Have the historgram use the result of str_has_prefix() for len of prefix
> > tracing: Use the return of str_has_prefix() to remove open coded numbers
>
> For the series:
>
> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks Namhyung!

-- Steve