[Meego-kernel] [PATCH] New functions added to the LED Driver

Arjan van de Ven arjan at linux.intel.com
Mon Oct 18 07:40:31 PDT 2010


  On 10/18/2010 7:34 AM, Centelles, Sylvain wrote:
>>> Unless you know another way to have dynamic tracing/diagnostic capability
>> without recompiling the kernel?
>>
>> there needs to be a balance.
>> random print's don't add diagnostic capability. well placed print's do.
>> if you put random dev_dbg()'s everywhere, instead you make the
>> diagnostic capability completely zero.
>>
>> and if something is really critical, put a trace point there, not a print...
> OK. That definitely makes sense, thx. Will let you know once I have the perf impact of dynamic debug.
>
> One of the things we may also need is related to "binary traces" (For example to be able to trace the audio streams at the various points in the system, or complex structure value dumps, where text traces are way too intrusive).
> On other OSs, I used to have binary dumps of any structures (dynamically controlled), with post processing to extract the structure content.
> Is there a plan to have such mechanism in the kernel? Any standard API which could be routed to PTI based logging?

see "perf" and "trace points"

we use this extensively in Linux.



More information about the Meego-kernel mailing list