/Linux-v5.4/tools/perf/tests/ |
D | kmod-path.c | 10 static int test(const char *path, bool alloc_name, bool kmod, in test() argument 21 path, alloc_name, m.kmod, m.comp, m.name); in test() 23 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
|
D | Build | 36 perf-y += kmod-path.o
|
/Linux-v5.4/Documentation/usb/ |
D | gadget_hid.rst | 147 static struct options kmod[] = { 225 for (i = 0; kmod[i].opt != NULL; i++) 226 if (strcmp(tok, kmod[i].opt) == 0) { 227 report[0] = report[0] | kmod[i].val; 230 if (kmod[i].opt != NULL) 343 for (i = 0; kmod[i].opt != NULL; i++) 344 printf("\t\t%s\n", kmod[i].opt);
|
/Linux-v5.4/tools/testing/selftests/kmod/ |
D | Makefile | 7 TEST_PROGS := kmod.sh
|
D | kmod.sh | 114 if ! which kmod 2> /dev/null > /dev/null; then 125 KMOD_VERSION=$(kmod --version | awk '{print $3}')
|
/Linux-v5.4/tools/perf/util/ |
D | dso.c | 255 return m.kmod; in is_kernel_module() 369 m->kmod = false; in __kmod_path__parse() 372 m->kmod = true; in __kmod_path__parse() 390 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse() 393 if (m->kmod) { in __kmod_path__parse() 416 if (m->kmod && m->comp) { in dso__set_module_info()
|
D | symbol.c | 1524 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument 1535 return !kmod && dso->kernel == DSO_TYPE_USER; in dso__is_compatible_symtab_type() 1555 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type() 1616 bool kmod; in dso__load() local 1672 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load() 1706 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load() 1761 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load()
|
D | dso.h | 268 bool kmod; member
|
D | machine.c | 1361 if (m.kmod) in map_groups__set_modules_path_dir()
|
D | header.c | 1935 if (!kmod_path__parse_name(&m, filename) && m.kmod) in __event_process_build_id()
|
/Linux-v5.4/Documentation/ |
D | Changes | 38 kmod 13 depmod -V 370 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 371 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v5.4/Documentation/process/ |
D | changes.rst | 38 kmod 13 depmod -V 370 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 371 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | changes.rst | 41 kmod 13 depmod -V 377 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 378 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v5.4/Documentation/admin-guide/ |
D | mono.rst | 28 to insert it manually with modprobe/insmod, as kmod
|
D | java.rst | 24 to insert it manually with modprobe/insmod, as kmod
|
/Linux-v5.4/kernel/ |
D | Makefile | 15 obj-$(CONFIG_MODULES) += kmod.o
|
/Linux-v5.4/Documentation/core-api/ |
D | kernel-api.rst | 217 .. kernel-doc:: kernel/kmod.c
|
/Linux-v5.4/Documentation/networking/ |
D | baycom.txt | 151 leave it to kmod to load the correct driver depending on the application.
|
/Linux-v5.4/lib/ |
D | Kconfig.debug | 1968 tristate "kmod stress tester" 1977 Test the kernel's module loading mechanism: kmod. kmod implements 1979 This test provides a series of tests against kmod. 1989 tools/testing/selftests/kmod/kmod.sh --help
|
/Linux-v5.4/Documentation/ide/ |
D | ide.rst | 176 When using ide.c as a module in combination with kmod, add::
|
/Linux-v5.4/ |
D | CREDITS | 1011 D: implemented kmod 2925 D: implemented kmod
|
D | MAINTAINERS | 9104 F: kernel/kmod.c 9105 F: include/linux/kmod.h 9107 F: tools/testing/selftests/kmod/
|
/Linux-v5.4/init/ |
D | Kconfig | 2140 module-init-tools MAY support gzip, and kmod MAY support gzip and xz.
|