Home
last modified time | relevance | path

Searched refs:bootconfig (Results 1 – 22 of 22) sorted by relevance

/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/
A Dbootconfig.rst5 :Original: Documentation/admin-guide/bootconfig.rst
109 则在程序(和/proc/bootconfig)中,它会按如下显示::
139 /proc/bootconfig
174 Linux内核在tools/bootconfig下提供了 ``bootconfig`` 命令来完成此操作,管理员
177 # make -C tools/bootconfig
181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
216 [bootconfig params][cmdline params] -- [bootconfig init params][cmdline init params]
233 ro bootconfig -- quiet
292 - include/linux/bootconfig.h
[all …]
A Dindex.rst66 bootconfig
/linux-6.3-rc2/tools/bootconfig/
A DMakefile12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
15 ALL_TARGETS := bootconfig
20 $(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)
23 test: $(ALL_PROGRAMS) test-bootconfig.sh
24 ./test-bootconfig.sh $(OUTPUT)
27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
A D.gitignore2 bootconfig
A Dtest-bootconfig.sh11 BOOTCONF=${TESTDIR}/bootconfig
/linux-6.3-rc2/tools/testing/ktest/examples/include/
A Dbootconfig.conf9 BOOTCONFIG := /usr/bin/bootconfig
35 TEST_NAME = bootconfig boottrace
40 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
48 TEST_NAME = bootconfig function graph
52 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
60 TEST_NAME = bootconfig tracing
64 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
/linux-6.3-rc2/Documentation/admin-guide/
A Dbootconfig.rst82 without parsing the default bootconfig.
148 /proc/bootconfig
191 # make -C tools/bootconfig
196 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
200 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
221 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 -- quiet
325 .. kernel-doc:: include/linux/bootconfig.h
[all …]
A Dindex.rst83 bootconfig
A Dkernel-parameters.txt487 bootconfig [KNL]
491 See Documentation/admin-guide/bootconfig.rst
/linux-6.3-rc2/tools/bootconfig/scripts/
A Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/linux-6.3-rc2/tools/testing/ktest/examples/bootconfigs/
A Dconfig-bootconfig1 CONFIG_CMDLINE="bootconfig"
/linux-6.3-rc2/tools/bootconfig/samples/
A Dgood-simple.bconf1 # A good simple bootconfig
/linux-6.3-rc2/tools/testing/ktest/examples/
A Dkvm.conf93 INCLUDE include/bootconfig.conf
/linux-6.3-rc2/tools/
A DMakefile72 cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci fir… target
120 perf selftests bootconfig spi turbostat usb \
/linux-6.3-rc2/fs/proc/
A DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/linux-6.3-rc2/tools/perf/
A Dbuiltin-probe.c350 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()
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/
A Dindex.rst80 bootconfig
/linux-6.3-rc2/tools/perf/util/
A Dprobe-event.h18 bool bootconfig; member
/linux-6.3-rc2/lib/
A DMakefile291 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o
292 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o
294 $(obj)/bootconfig-data.o: $(obj)/default.bconf
/linux-6.3-rc2/Documentation/trace/
A Dboottime-trace.rst17 this uses bootconfig file to describe tracing feature programming.
27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
/linux-6.3-rc2/init/
A DKconfig1379 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 the
1401 kernel. Usually, the bootconfig file is loaded with the initrd
1403 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 …]
/linux-6.3-rc2/
A DMAINTAINERS7772 F: Documentation/admin-guide/bootconfig.rst
7773 F: fs/proc/bootconfig.c
7774 F: include/linux/bootconfig.h
7775 F: lib/bootconfig-data.S
7776 F: lib/bootconfig.c
7777 F: tools/bootconfig/*
7778 F: tools/bootconfig/scripts/*

Completed in 44 milliseconds