OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
um
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
Kconfig.char
4.46 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.common
823 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.debug
1.03 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
Kconfig.net
8.49 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.rest
326 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.um
4.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
5.23 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile-os-Linux
235 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile-skas
290 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
drivers
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📁
include
-
11/17/2022 06:42:16 AM
rwxr-xr-x
📁
kernel
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📁
os-Linux
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📁
scripts
-
11/17/2022 06:42:22 AM
rwxr-xr-x
Editing: Kconfig.debug
Close
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" source "lib/Kconfig.debug" config GPROF bool "Enable gprof support" depends on DEBUG_INFO && FRAME_POINTER help This allows profiling of a User-Mode Linux kernel with the gprof utility. See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more details. If you're involved in UML kernel development and want to use gprof, say Y. If you're unsure, say N. config GCOV bool "Enable gcov support" depends on DEBUG_INFO depends on !KCOV help This option allows developers to retrieve coverage data from a UML session. See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more details. If you're involved in UML kernel development and want to use gcov, say Y. If you're unsure, say N. config EARLY_PRINTK bool "Early printk" default y ---help--- Write kernel log output directly to stdout. This is useful for kernel debugging when your machine crashes very early before the console code is initialized. endmenu