]> git.baikalelectronics.ru Git - kernel.git/commit
dynamic_debug: print ram usage by ddebug tables if verbose
authorJim Cromie <jim.cromie@gmail.com>
Fri, 27 Apr 2012 20:30:39 +0000 (14:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2012 20:25:39 +0000 (16:25 -0400)
commit0045459817e7af65b73596389b2102054e72a8cf
tree7e729fc32c723bc8fa77e852f3bf9308822fa653
parentface38a3f6c07636e0deda010e26b227d84a37b8
dynamic_debug: print ram usage by ddebug tables if verbose

Print ram usage of dynamic-debug tables and verbose section so user
knows cost of enabling CONFIG_DYNAMIC_DEBUG.  This only counts the
size of the _ddebug tables for builtins and the __verbose section that
they refer to, not those used in loadable modules.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c