diff options
author | David Barksdale <amatus@amatus.name> | 2014-08-13 18:39:02 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-08-13 18:39:02 -0500 |
commit | 18351c6816244feb6bcb75d2eb22681fd6941b31 (patch) | |
tree | 6bcf7f3917d0299abd76f05a3ffdce935f5be224 /kernel/Kconfig.exit | |
parent | cddfc3baae08e24185c7716434452ebbd404cd39 (diff) |
gpl-source-mybooklive-02.11.09-053.zipgpl-source-mybooklive-02.11.09-053.zip
Diffstat (limited to 'kernel/Kconfig.exit')
-rw-r--r-- | kernel/Kconfig.exit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/Kconfig.exit b/kernel/Kconfig.exit new file mode 100644 index 00000000000..4d631659b59 --- /dev/null +++ b/kernel/Kconfig.exit @@ -0,0 +1,6 @@ +config EXIT_PROFILE + bool "Add profiling features to process exit" + default n + depends on PROFILING + help + Capture information to the system log during process exit. |