Searched refs:bootconfig (Results 1 – 24 of 24) sorted by relevance
5 :Original: Documentation/admin-guide/bootconfig.rst109 則在程序(和/proc/bootconfig)中,它會按如下顯示::139 /proc/bootconfig174 Linux內核在tools/bootconfig下提供了 ``bootconfig`` 命令來完成此操作,管理員177 # make -C tools/bootconfig181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z216 [bootconfig params][cmdline params] -- [bootconfig init params][cmdline init params]233 ro bootconfig -- quiet292 - include/linux/bootconfig.h[all …]
68 bootconfig
5 :Original: Documentation/admin-guide/bootconfig.rst109 则在程序(和/proc/bootconfig)中,它会按如下显示::139 /proc/bootconfig174 Linux内核在tools/bootconfig下提供了 ``bootconfig`` 命令来完成此操作,管理员177 # make -C tools/bootconfig181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z216 [bootconfig params][cmdline params] -- [bootconfig init params][cmdline init params]233 ro bootconfig -- quiet292 - include/linux/bootconfig.h[all …]
65 bootconfig
12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h15 ALL_TARGETS := bootconfig20 $(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)23 test: $(ALL_PROGRAMS) test-bootconfig.sh24 ./test-bootconfig.sh $(OUTPUT)27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
2 bootconfig
11 BOOTCONF=${TESTDIR}/bootconfig
9 BOOTCONFIG := /usr/bin/bootconfig35 TEST_NAME = bootconfig boottrace40 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig48 TEST_NAME = bootconfig function graph52 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig60 TEST_NAME = bootconfig tracing64 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
82 without parsing the default bootconfig.148 /proc/bootconfig191 # make -C tools/bootconfig196 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z200 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z221 Just as when attaching the bootconfig to the initrd, you need ``bootconfig``227 bootconfig by another bootconfig which attached to the initrd.241 [bootconfig params][cmdline params] -- [bootconfig init params][cmdline init params]258 ro bootconfig -- quiet325 .. kernel-doc:: include/linux/bootconfig.h[all …]
51 bootconfig
564 bootconfig [KNL,EARLY]568 See Documentation/admin-guide/bootconfig.rst
8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}10 BOOTCONFIG=`which bootconfig`
1 CONFIG_CMDLINE="bootconfig"
1 # A good simple bootconfig
93 INCLUDE include/bootconfig.conf
71 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware debug… target122 perf selftests bootconfig spi turbostat usb \
36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
359 if (probe_conf.bootconfig) in perf_add_probe_events()605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()723 if (probe_conf.bootconfig && params->uprobes) { in __cmd_probe()
278 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o279 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o281 $(obj)/bootconfig-data.o: $(obj)/default.bconf
18 bool bootconfig; member
17 this uses bootconfig file to describe tracing feature programming.27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
1418 See <file:Documentation/admin-guide/bootconfig.rst> for details.1423 bool "Force unconditional bootconfig processing"1428 out even when the "bootconfig" kernel-boot parameter is omitted.1436 bool "Embed bootconfig file in the kernel"1439 Embed a bootconfig file given by BOOT_CONFIG_EMBED_FILE in the1440 kernel. Usually, the bootconfig file is loaded with the initrd1442 help you by embedding a bootconfig file while building the kernel.1447 string "Embedded bootconfig file path"1450 Specify a bootconfig file which will be embedded to the kernel.1451 This bootconfig will be used if there is no initrd or no other[all …]
736 bootconfig Kernel command line obtained from boot config,
8927 F: Documentation/admin-guide/bootconfig.rst8928 F: fs/proc/bootconfig.c8929 F: include/linux/bootconfig.h8930 F: lib/bootconfig-data.S8931 F: lib/bootconfig.c8932 F: tools/bootconfig/*8933 F: tools/bootconfig/scripts/*