Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dkmod-path.c8 static int test(const char *path, bool alloc_name, bool kmod, in test() argument
19 path, alloc_name, m.kmod, m.comp, m.name); in test()
21 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
DBuild33 perf-y += kmod-path.o
/Linux-v4.19/Documentation/usb/
Dgadget_hid.txt142 static struct options kmod[] = {
220 for (i = 0; kmod[i].opt != NULL; i++)
221 if (strcmp(tok, kmod[i].opt) == 0) {
222 report[0] = report[0] | kmod[i].val;
225 if (kmod[i].opt != NULL)
338 for (i = 0; kmod[i].opt != NULL; i++)
339 printf("\t\t%s\n", kmod[i].opt);
/Linux-v4.19/tools/testing/selftests/kmod/
DMakefile6 TEST_PROGS := kmod.sh
Dkmod.sh114 if ! which kmod 2> /dev/null > /dev/null; then
125 KMOD_VERSION=$(kmod --version | awk '{print $3}')
/Linux-v4.19/tools/perf/util/
Ddso.c245 return m.kmod; in is_kernel_module()
359 m->kmod = false; in __kmod_path__parse()
362 m->kmod = true; in __kmod_path__parse()
380 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
383 if (m->kmod) { in __kmod_path__parse()
406 if (m->kmod && m->comp) { in dso__set_module_info()
Dsymbol.c1406 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument
1417 return !kmod && dso->kernel == DSO_TYPE_USER; in dso__is_compatible_symtab_type()
1437 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type()
1497 bool kmod; in dso__load() local
1564 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load()
1598 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1653 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load()
Ddso.h266 bool kmod; member
Dmachine.c1267 if (m.kmod) in map_groups__set_modules_path_dir()
Dheader.c1852 if (!kmod_path__parse_name(&m, filename) && m.kmod) in __event_process_build_id()
/Linux-v4.19/Documentation/process/
Dchanges.rst38 kmod 13 depmod -V
379 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
380 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/Linux-v4.19/Documentation/
DChanges38 kmod 13 depmod -V
379 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
380 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/Linux-v4.19/Documentation/admin-guide/
Dmono.rst28 to insert it manually with modprobe/insmod, as kmod
Djava.rst24 to insert it manually with modprobe/insmod, as kmod
/Linux-v4.19/kernel/
DMakefile15 obj-$(CONFIG_MODULES) += kmod.o
/Linux-v4.19/Documentation/networking/
Dbaycom.txt151 leave it to kmod to load the correct driver depending on the application.
/Linux-v4.19/Documentation/core-api/
Dkernel-api.rst202 .. kernel-doc:: kernel/kmod.c
/Linux-v4.19/lib/
DKconfig.debug1933 tristate "kmod stress tester"
1942 Test the kernel's module loading mechanism: kmod. kmod implements
1944 This test provides a series of tests against kmod.
1954 tools/testing/selftests/kmod/kmod.sh --help
/Linux-v4.19/Documentation/ide/
Dide.txt168 When using ide.c as a module in combination with kmod, add:
/Linux-v4.19/
DCREDITS1012 D: implemented kmod
2905 D: implemented kmod
DMAINTAINERS8170 F: kernel/kmod.c
8171 F: include/linux/kmod.h
8173 F: tools/testing/selftests/kmod/
/Linux-v4.19/init/
DKconfig1925 module-init-tools MAY support gzip, and kmod MAY support gzip and xz.