• Todd Poynor's avatar
    initcall_debug: add deferred probe times · 1f5000bd
    Todd Poynor authored
    initcall_debug attributes all deferred device probe retries for the
    late_initcall level to function deferred_probe_initcall.  Add logs of
    the individual device probe routines called, to identify which drivers
    are executing for how long during the initcall path.  Deferred probes
    that occur after initcall processing are not shown.
    
    Example log messages added:
    
    [    0.505119] deferred probe my-sound-device @ 6
    [    0.517656] deferred probe my-sound-device returned after 1227 usecs
    Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    1f5000bd
dd.c 25 KB