commit | 4107692760db8160a65347f7bb2fa7fa7bf9b0d1 | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Fri Apr 27 14:30:39 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 30 16:25:39 2012 -0400 |
tree | 7e729fc32c723bc8fa77e852f3bf9308822fa653 | |
parent | af442399fcf378a21ffe924b182f6d9ee70001ca [diff] |
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>