Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bootconfig/
DMakefile12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
15 ALL_TARGETS := bootconfig
20 $(OUTPUT)bootconfig: main.c $(LIBSRC)
23 test: $(ALL_PROGRAMS) test-bootconfig.sh
24 ./test-bootconfig.sh $(OUTPUT)
27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
D.gitignore2 bootconfig
Dtest-bootconfig.sh11 BOOTCONF=${TESTDIR}/bootconfig
/Linux-v5.15/tools/testing/ktest/examples/include/
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-v5.15/Documentation/admin-guide/
Dbootconfig.rst82 without parsing the default bootconfig.
117 In the program (and /proc/bootconfig), it will be shown as below::
148 /proc/bootconfig
151 /proc/bootconfig is a user-space interface of the boot config.
165 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
171 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
179 loader passes a longer size, the kernel fails to find the bootconfig data.
181 To do this operation, Linux kernel provides ``bootconfig`` command under
182 tools/bootconfig, which allows admin to apply or delete the config file
185 # make -C tools/bootconfig
[all …]
Dindex.rst71 bootconfig
Dkernel-parameters.txt464 bootconfig [KNL]
468 See Documentation/admin-guide/bootconfig.rst
/Linux-v5.15/tools/bootconfig/scripts/
Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/Linux-v5.15/tools/testing/ktest/examples/bootconfigs/
Dconfig-bootconfig1 CONFIG_CMDLINE="bootconfig"
/Linux-v5.15/tools/bootconfig/samples/
Dgood-simple.bconf1 # A good simple bootconfig
/Linux-v5.15/tools/testing/ktest/examples/
Dkvm.conf93 INCLUDE include/bootconfig.conf
/Linux-v5.15/tools/
DMakefile68 cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware de… target
104 perf selftests bootconfig spi turbostat usb \
/Linux-v5.15/fs/proc/
DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dindex.rst80 bootconfig
/Linux-v5.15/tools/perf/
Dbuiltin-probe.c350 if (probe_conf.bootconfig) in perf_add_probe_events()
587 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
700 if (probe_conf.bootconfig && params.uprobes) { in __cmd_probe()
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/
Dindex.rst80 bootconfig
/Linux-v5.15/tools/perf/util/
Dprobe-event.h18 bool bootconfig; member
/Linux-v5.15/Documentation/trace/
Dboottime-trace.rst17 this uses bootconfig file to describe tracing feature programming.
27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
/Linux-v5.15/lib/
DMakefile278 lib-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/Linux-v5.15/init/
DKconfig1351 See <file:Documentation/admin-guide/bootconfig.rst> for details.
/Linux-v5.15/
DMAINTAINERS7102 F: Documentation/admin-guide/bootconfig.rst
7103 F: fs/proc/bootconfig.c
7104 F: include/linux/bootconfig.h
7105 F: lib/bootconfig.c
7106 F: tools/bootconfig/*
7107 F: tools/bootconfig/scripts/*