Searched refs:bootconfig (Results 1 – 19 of 19) sorted by relevance
5 :Original: Documentation/admin-guide/bootconfig.rst109 则在程序(和/proc/bootconfig)中,它会按如下显示::139 /proc/bootconfig142 /proc/bootconfig是引导配置的用户空间接口。与/proc/cmdline不同,此文件内容以162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]174 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.Z187 然后在内核命令行上添加 ``bootconfig`` 告诉内核去initrd文件末尾寻找内核配置。[all …]
68 bootconfig
5 :Original: Documentation/admin-guide/bootconfig.rst109 則在程序(和/proc/bootconfig)中,它會按如下顯示::139 /proc/bootconfig142 /proc/bootconfig是引導配置的用戶空間接口。與/proc/cmdline不同,此文件內容以162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]174 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.Z187 然後在內核命令行上添加 ``bootconfig`` 告訴內核去initrd文件末尾尋找內核配置。[all …]
2 # Makefile for bootconfig command12 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
8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}10 BOOTCONFIG=`which bootconfig`
1 CONFIG_CMDLINE="bootconfig"
1 # A good simple bootconfig
93 INCLUDE include/bootconfig.conf
38 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
73 counter dma firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware d… target127 perf selftests bootconfig spi turbostat usb \
358 if (probe_conf.bootconfig) in perf_add_probe_events() 604 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe() 605 "Output probe definition with bootconfig format"), in __cmd_probe() 722 if (probe_conf.bootconfig && params->uprobes) { in __cmd_probe() 723 pr_err(" Error: --bootconfig doesn't support uprobes.\n"); in __cmd_probe()
266 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o267 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o269 $(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>`
9896 F: Documentation/admin-guide/bootconfig.rst9897 F: fs/proc/bootconfig.c9898 F: include/linux/bootconfig.h9899 F: lib/bootconfig-data.S9900 F: lib/bootconfig.c9901 F: tools/bootconfig/*9902 F: tools/bootconfig/scripts/*
664 bootconfig [KNL,EARLY]668 See Documentation/admin-guide/bootconfig.rst