Re: [Bluez PATCH] doc: Add definition for Set Kernel Debug Level

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Marcel,

>From a high level, this looks good for me although I agree, this is an
order of magnitude bigger in terms of scope.  Can you suggest perhaps
an interactive way to deliver this over a period of time, perhaps
prioritizing the BT_DEBUG kernel messages first? :)

Thanks,
Alain

On Thu, Jan 23, 2020 at 12:44 PM Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote:
>
> Hi Alain,
>
> >>> Thanks for your patience.  After further research dynamic_debug is not
> >>> available on retail chromium os user systems for a variety of reasons,
> >>> some of which you can find in this trail:
> >>> https://bugs.chromium.org/p/chromium/issues/detail?id=188825.
> >>>
> >>> Given we need to be able to diagnose things in the field, this is not
> >>> a good option for this.
> >>>
> >>> I hope this helps explain or justify the need for this interface.
> >>
> >> the reasoning from Kees is 6 years old. Are his issues still valid?
> >>
> >> So I have been looking into pushing bt_{info,warn,err} into the btmon traces. That is why we have bt_dev_* etc. error macro and have changed a lot of code to use them. This will hopefully allow us to have errors and warnings directly in the btmon traces. For bluetoothd errors and warnings this already works btw.
> >>
> >> I don’t believe that I want to duplicate the dynamic_debug functionality and push even more info into dmesg ring buffer that then needs to be collected and aligned with btmon traces. The big advantage is if you get a btmon trace and that has the actual message right in it at the right place with the right timestamp.
> >>
> >> If we push bt_{info,warn,err} into btmon, it might be simpler to do the same for BT_DBG, but it will of course require extra work since our BT_DBG statements are meant to be compiled out if dynamic_debug is disabled.
> >
> > The rational is all still relevant today.  To give you some additional
> > background, here's how a version of this is currently used:
> >
> > https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1697851
> >
> > Note that I don't expect us to upstream this as is, in particular,
> > it'd expect we'd also want to forward to pr_debug to support
> > dynamic_debug for systems where it makes sense to use.
>
> if we do something like this, then I want to do it a lot more integrated. So far I came up with this:
>
> 1) We want to be able to start btmon -d and btmon-logger -d and then debugging gets enabled in the kernel and bluetoothd and all of them will be included in the btmon trace files. So a customer can just create a log files that includes kernel messages, bluetoothd messages and also HCI traces and if enabled (and supported by the specific hardware) LMP traces.
>
> 2) When enabled in the kernel, then bluetoothd should follow the debug level. I think it makes no sense if we end up having to restart bluetoothd. Especially since bluetoothd also has internally “dynamic_debug” like statements that can be switched at runtime (and per statement actually).
>
> 3) We need an option to disable this and compile it out. Switching on dynamic_debug and extra debug statements for our own “dynamic_debug” causes an overhead that we can not really accept. We might even go this far as making it mutually exclusive.
>
> 4) Wherever possible we want debug statements that can be related to the given hciX interface index.
>
> 5) There needs to be an option to limit the scope of the debug messages since otherwise you get lost in the noise.
>
> 6) I don’t want to touch every BT_DBG statement or debug statement in bluetoothd. Developers should be able to just add a debug and the rest will be taken care of for them.
>
> This needs a bit more time to be planed out, but I am roughly thinking something like this:
>
> Read Debugging Categories Command
> =================================
>
>         Command Code:           TBD
>         Controller Index:       <controller id>
>         Command Parameters:
>         Return Parameters:      Num_Supported_Categories (2 Octets)
>                                 Num_Enabled_Categories (2 Octets)
>                                 Supported_Category1 (2 Octets)
>                                 ..
>                                 Enabled_Category1 (2 Octets)
>                                 ..
>
> Set Debugging Categories Command
> ================================
>
>         Command Code:           TBD
>         Controller Index:       <controller id>
>         Command Parameters:     Category_Count (2 Octets)
>                                 Category1 (2 Octets)
>                                 ..
>
> Debugging Categories Changed Event
> ==================================
>
>         Event Code:             TBD
>         Controller Index:       <controller id>
>         Event Parameters:       Category_Count (2 Octets)
>                                 Category1 (2 Octets)
>                                 ..
>
>
> With this bluetoothd can check the enabled categories and just enable them when it starts, but it can also monitor the change in enabled categories and change the debug statements accordingly.
>
> This would be independent of btmon and btmon-logger, but these two commands could also use the monitor socket to enable additional categories via a socket option. Or maybe this is better done just one way. I need to think about this a bit more.
>
> Anyhow this is just the API that I would look into doing. The heavy lifting has to be done in the kernel and bluetoothd to use it correctly. That is actually a bit more complicated.
>
> Regards
>
> Marcel
>




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux