| /tools/testing/crypto/chacha20-s390/ |
| D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
| /tools/power/cpupower/debug/kernel/ |
| D | Makefile | 4 KDIR := /lib/modules/$(shell uname -r)/build 5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/ 16 - rm -rf Module.symvers modules.order
|
| /tools/testing/selftests/livepatch/test_modules/ |
| D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 17 modules: target 19 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
|
| /tools/testing/selftests/livepatch/ |
| D | README | 7 The test suite loads and unloads several test kernel modules to verify 26 The command above will compile all test modules and test programs, making them 32 Test kernel modules are built before running the livepatch selftests. The 33 modules are located under test_modules directory, and are built as out-of-tree 34 modules. This is specially useful since the same sources can be built and 36 compatible. The modules will be loaded by the test scripts using insmod.
|
| /tools/testing/selftests/hid/tests/ |
| D | conftest.py | 53 modules = ( 65 for module in modules.glob("*.ko"):
|
| /tools/testing/selftests/bpf/bpf_testmod/ |
| D | .gitignore | 6 /modules.order
|
| D | Makefile | 16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
|
| /tools/virtio/ |
| D | Makefile | 31 OOT_KSRC=/lib/modules/$$(uname -r)/build 55 vhost_test/modules.order *.d
|
| /tools/testing/selftests/bpf/bpf_test_modorder_y/ |
| D | Makefile | 15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
|
| /tools/testing/selftests/bpf/bpf_test_modorder_x/ |
| D | Makefile | 15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
|
| /tools/testing/selftests/bpf/bpf_test_no_cfi/ |
| D | Makefile | 15 +$(Q)make -C $(KDIR) M=$(BPF_TEST_NO_CFI_DIR) modules
|
| /tools/perf/Documentation/ |
| D | perf-kallsyms.txt | 18 modules).
|
| D | guest-files.txt | 8 Guest OS /proc/modules file copy. perf reads it to get guest
|
| D | perf-buildid-list.txt | 39 its modules.
|
| D | perf-buildid-cache.txt | 37 image. Note also that files "kallsyms" and "modules" must also be in the 40 kcore in the cache (with the same build-id) that has the same modules at
|
| D | perf-script-perl.txt | 115 search path and 'use'ing a few support modules (see module 164 built-in perf script Perl modules and their associated functions. 170 via the various Perf::Trace::* Perl modules. To use the functions and
|
| D | perf.data-directory-format.txt | 44 └── [-r-------- 5419] modules
|
| /tools/testing/selftests/x86/bugs/ |
| D | common.py | 158 def check_dependencies_or_skip(modules, script_name="unknown test"): argument 159 for mod in modules:
|
| /tools/perf/util/ |
| D | symbol.c | 1021 static void add_module(struct module_info *mi, struct rb_root *modules) in add_module() argument 1023 struct rb_node **p = &modules->rb_node; in add_module() 1036 rb_insert_color(&mi->rb_node, modules); in add_module() 1039 static void delete_modules(struct rb_root *modules) in delete_modules() argument 1042 struct rb_node *next = rb_first(modules); in delete_modules() 1047 rb_erase(&mi->rb_node, modules); in delete_modules() 1054 struct rb_root *modules) in find_module() argument 1056 struct rb_node *n = modules->rb_node; in find_module() 1078 struct rb_root *modules = arg; in __read_proc_modules() local 1093 add_module(mi, modules); in __read_proc_modules() [all …]
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| D | README | 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines 44 This module requires these other modules and libraries:
|
| /tools/testing/kunit/android/ |
| D | README | 99 1/1 modules completed 118 All dependent modules need to be installed before the test module can be 127 is being used by another module. Other modules that are using it need to be
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-btf.rst | 79 objects for kernel modules. To avoid duplicating all kernel symbols 80 required by modules, BTF objects for modules are "split", they are
|
| /tools/testing/selftests/zram/ |
| D | zram_lib.sh | 99 if grep -q '^zram' /proc/modules; then
|
| /tools/testing/selftests/kmod/ |
| D | kmod.sh | 486 kmod_check_visibility /proc/modules \
|
| /tools/net/sunrpc/xdrgen/ |
| D | xdr_ast.py | 13 this_module = sys.modules[__name__]
|