/Linux-v6.6/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 | 38 perf-y += kmod-path.o
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/kmod/ |
D | Makefile | 7 TEST_PROGS := kmod.sh
|
D | kmod.sh | 107 if ! which kmod 2> /dev/null > /dev/null; then 118 KMOD_VERSION=$(kmod --version | awk '{print $3}')
|
/Linux-v6.6/kernel/module/ |
D | Makefile | 12 obj-y += kmod.o
|
D | Kconfig | 286 corresponding algorithm. module-init-tools MAY support gzip, and kmod
|
/Linux-v6.6/tools/perf/util/ |
D | dso.c | 307 return m.kmod; in is_kernel_module() 428 m->kmod = false; in __kmod_path__parse() 431 m->kmod = true; in __kmod_path__parse() 449 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse() 452 if (m->kmod) { in __kmod_path__parse() 475 if (m->kmod && m->comp) { in dso__set_module_info()
|
D | symbol.c | 1788 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument 1800 return !kmod && dso->kernel == DSO_SPACE__USER; in dso__is_compatible_symtab_type() 1820 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type() 1883 bool kmod; in dso__load() local 1907 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load() 1912 if (dso->kernel && !kmod) { in dso__load() 1969 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load() 2042 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load()
|
D | dso.h | 299 bool kmod; member
|
D | machine.c | 1596 if (m.kmod) in maps__set_modules_path_dir()
|
D | header.c | 2306 if (!kmod_path__parse_name(&m, filename) && m.kmod) in __event_process_build_id()
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | changes.rst | 44 kmod 13 depmod -V 415 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 416 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v6.6/Documentation/ |
D | Changes | 43 kmod 13 depmod -V 463 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 464 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v6.6/Documentation/process/ |
D | changes.rst | 43 kmod 13 depmod -V 463 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 464 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
|
/Linux-v6.6/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-v6.6/Documentation/translations/zh_CN/core-api/ |
D | kernel-api.rst | 229 kernel/module/kmod.c
|
/Linux-v6.6/Documentation/bpf/ |
D | s390.rst | 92 kmod, \
|
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/ |
D | reporting-issues.rst | 916 kmod、systemd 和 udev 的版本。如果其中一個 DRM 驅動出現問題,你要說明
|
/Linux-v6.6/Documentation/core-api/ |
D | kernel-api.rst | 234 .. kernel-doc:: kernel/module/kmod.c
|
/Linux-v6.6/Documentation/networking/device_drivers/hamradio/ |
D | baycom.rst | 165 leave it to kmod to load the correct driver depending on the application.
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | reporting-issues.rst | 910 kmod、systemd 和 udev 的版本。如果其中一个 DRM 驱动出现问题,你要说明
|
/Linux-v6.6/lib/ |
D | Kconfig.debug | 2821 tristate "kmod stress tester" 2831 Test the kernel's module loading mechanism: kmod. kmod implements 2833 This test provides a series of tests against kmod. 2843 tools/testing/selftests/kmod/kmod.sh --help
|
/Linux-v6.6/ |
D | CREDITS | 1065 D: implemented kmod 3038 D: implemented kmod
|