Re: tracing: Add support for dynamic strings to synthetic events

2020-10-07 Thread Tom Zanussi
On Wed, 2020-10-07 at 09:30 -0400, Steven Rostedt wrote: > On Wed, 7 Oct 2020 14:08:38 +0100 > Colin Ian King wrote: > > > Hi, > > > > Static analysis with Coverity has detected a duplicated condition > > in an > > if statement in the following commit in source > > kernel/trace/trace_events_synt

Re: tracing: Add support for dynamic strings to synthetic events

2020-10-07 Thread Colin Ian King
On 07/10/2020 14:30, Steven Rostedt wrote: > On Wed, 7 Oct 2020 14:08:38 +0100 > Colin Ian King wrote: > >> Hi, >> >> Static analysis with Coverity has detected a duplicated condition in an >> if statement in the following commit in source >> kernel/trace/trace_events_synth.c >> >> commit bd82631

Re: tracing: Add support for dynamic strings to synthetic events

2020-10-07 Thread Steven Rostedt
On Wed, 7 Oct 2020 14:08:38 +0100 Colin Ian King wrote: > Hi, > > Static analysis with Coverity has detected a duplicated condition in an > if statement in the following commit in source > kernel/trace/trace_events_synth.c > > commit bd82631d7ccdc894af2738e47abcba2cb6e7dea9 > Author: Tom Zanuss

re: tracing: Add support for dynamic strings to synthetic events

2020-10-07 Thread Colin Ian King
Hi, Static analysis with Coverity has detected a duplicated condition in an if statement in the following commit in source kernel/trace/trace_events_synth.c commit bd82631d7ccdc894af2738e47abcba2cb6e7dea9 Author: Tom Zanussi Date: Sun Oct 4 17:14:06 2020 -0500 tracing: Add support for dyn