]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/dynamic_debug.c
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)
commit4107692760db8160a65347f7bb2fa7fa7bf9b0d1
tree7e729fc32c723bc8fa77e852f3bf9308822fa653
parentaf442399fcf378a21ffe924b182f6d9ee70001ca
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