Searched refs:bootconfig (Results 1 – 22 of 22) 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 …]
66 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 …]
83 bootconfig
487 bootconfig [KNL]491 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
72 cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci fir… target120 perf selftests bootconfig spi turbostat usb \
36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
350 if (probe_conf.bootconfig) in perf_add_probe_events()596 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()714 if (probe_conf.bootconfig && params.uprobes) { in __cmd_probe()
80 bootconfig
18 bool bootconfig; member
291 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o292 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o294 $(obj)/bootconfig-data.o: $(obj)/default.bconf
17 this uses bootconfig file to describe tracing feature programming.27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
1379 See <file:Documentation/admin-guide/bootconfig.rst> for details.1384 bool "Force unconditional bootconfig processing"1389 out even when the "bootconfig" kernel-boot parameter is omitted.1397 bool "Embed bootconfig file in the kernel"1400 Embed a bootconfig file given by BOOT_CONFIG_EMBED_FILE in the1401 kernel. Usually, the bootconfig file is loaded with the initrd1403 help you by embedding a bootconfig file while building the kernel.1408 string "Embedded bootconfig file path"1411 Specify a bootconfig file which will be embedded to the kernel.1412 This bootconfig will be used if there is no initrd or no other[all …]
7772 F: Documentation/admin-guide/bootconfig.rst7773 F: fs/proc/bootconfig.c7774 F: include/linux/bootconfig.h7775 F: lib/bootconfig-data.S7776 F: lib/bootconfig.c7777 F: tools/bootconfig/*7778 F: tools/bootconfig/scripts/*
Completed in 44 milliseconds