Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-31 Thread Dmitry Osipenko
On Wednesday, 25 July 2018 04:20:29 MSK Dmitry Osipenko wrote: > On Wednesday, 25 July 2018 03:37:33 MSK Mauro Carvalho Chehab wrote: > > Em Wed, 25 Jul 2018 01:38:37 +0300 > > > > Dmitry Osipenko escreveu: > > > On Wednesday, 25 July 2018 01:06:52 MSK Mauro Carvalho Chehab wrote: > > > > Em

Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-24 Thread Dmitry Osipenko
On Wednesday, 25 July 2018 03:37:33 MSK Mauro Carvalho Chehab wrote: > Em Wed, 25 Jul 2018 01:38:37 +0300 > > Dmitry Osipenko escreveu: > > On Wednesday, 25 July 2018 01:06:52 MSK Mauro Carvalho Chehab wrote: > > > Em Sat, 7 Jul 2018 19:20:49 +0300 > > > > > > Dmitry Osipenko escreveu: > > >

Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-24 Thread Mauro Carvalho Chehab
Em Wed, 25 Jul 2018 01:38:37 +0300 Dmitry Osipenko escreveu: > On Wednesday, 25 July 2018 01:06:52 MSK Mauro Carvalho Chehab wrote: > > Em Sat, 7 Jul 2018 19:20:49 +0300 > > > > Dmitry Osipenko escreveu: > > > Trace points are much more efficient than debug messages for extensive > > >

Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-24 Thread Dmitry Osipenko
On Wednesday, 25 July 2018 01:06:52 MSK Mauro Carvalho Chehab wrote: > Em Sat, 7 Jul 2018 19:20:49 +0300 > > Dmitry Osipenko escreveu: > > Trace points are much more efficient than debug messages for extensive > > tracing and could be conveniently enabled / disabled dynamically, hence > > let's

Re: [PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-24 Thread Mauro Carvalho Chehab
Em Sat, 7 Jul 2018 19:20:49 +0300 Dmitry Osipenko escreveu: > Trace points are much more efficient than debug messages for extensive > tracing and could be conveniently enabled / disabled dynamically, hence > let's replace debug messages with the trace points. This patch require some work: $

[PATCH v1] media: staging: tegra-vde: Replace debug messages with trace points

2018-07-07 Thread Dmitry Osipenko
Trace points are much more efficient than debug messages for extensive tracing and could be conveniently enabled / disabled dynamically, hence let's replace debug messages with the trace points. Signed-off-by: Dmitry Osipenko --- drivers/staging/media/tegra-vde/tegra-vde.c | 221