diff options
author | Todd Poynor <toddpoynor@google.com> | 2018-06-20 17:35:56 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-06 16:53:17 +0200 |
commit | 0a50f61c4fbd7840cdaf783c312e42b8ccde9ab3 (patch) | |
tree | 41ae1227add777e055d09133c12ac1bfaf74bde4 /include/linux/device.h | |
parent | 7daf201d7fe8334e2d2364d4e8ed3394ec9af819 (diff) |
drivers: base: initcall_debug logs for driver probe times
Add initcall_debug logs for each driver device probe call, for example:
probe of a3800000.ramoops returned 1 after 3007 usecs
This replaces the previous code added to report times for deferred
probes. It also reports OF platform bus device creates that were
formerly lumped together in a single entry for function
of_platform_default_populate_init, as well as helping to annotate other
initcalls that involve device probing.
Remove restriction on printing probe times only during initcalls, since
initcall_debug now continues to show driver timing info past the boot
phase.
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
0 files changed, 0 insertions, 0 deletions