| /tools/testing/crypto/chacha20-s390/ |
| A 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/ |
| A 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/ |
| A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 18 modules: target 20 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
|
| /tools/testing/selftests/livepatch/ |
| A 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/mm/page_frag/ |
| A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 15 +$(Q)make -C $(KDIR) M=$(PAGE_FRAG_TEST_DIR) modules
|
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 14 +$(Q)make -C $(KDIR) M=$(BENCH_PAGE_POOL_SIMPLE_TEST_DIR) modules
|
| /tools/testing/selftests/hid/tests/ |
| A D | conftest.py | 53 modules = ( 65 for module in modules.glob("*.ko"):
|
| /tools/testing/selftests/bpf/test_kmods/ |
| A D | .gitignore | 6 /modules.order
|
| A D | Makefile | 18 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) modules
|
| /tools/virtio/ |
| A D | Makefile | 31 OOT_KSRC=/lib/modules/$$(uname -r)/build 55 vhost_test/modules.order *.d
|
| /tools/perf/Documentation/ |
| A D | perf-kallsyms.txt | 18 modules).
|
| A D | guest-files.txt | 8 Guest OS /proc/modules file copy. perf reads it to get guest
|
| A D | perf-buildid-list.txt | 39 its modules.
|
| A 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
|
| A 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
|
| A D | perf.data-directory-format.txt | 44 └── [-r-------- 5419] modules
|
| A D | perf-annotate.txt | 69 --modules::
|
| /tools/testing/selftests/x86/bugs/ |
| A D | common.py | 158 def check_dependencies_or_skip(modules, script_name="unknown test"): argument 159 for mod in modules:
|
| /tools/perf/util/ |
| A D | symbol.c | 1040 struct rb_node **p = &modules->rb_node; in add_module() 1053 rb_insert_color(&mi->rb_node, modules); in add_module() 1064 rb_erase(&mi->rb_node, modules); in delete_modules() 1071 struct rb_root *modules) in find_module() argument 1073 struct rb_node *n = modules->rb_node; in find_module() 1095 struct rb_root *modules = arg; in __read_proc_modules() local 1110 add_module(mi, modules); in __read_proc_modules() 1121 delete_modules(modules); in read_proc_modules() 1171 struct rb_root *modules = data; in do_validate_kcore_modules_cb() local 1189 struct rb_root modules = RB_ROOT; in do_validate_kcore_modules() local [all …]
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A 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/bpf/bpftool/Documentation/ |
| A D | bpftool-btf.rst | 84 objects for kernel modules. To avoid duplicating all kernel symbols 85 required by modules, BTF objects for modules are "split", they are
|
| /tools/testing/selftests/zram/ |
| A D | zram_lib.sh | 99 if grep -q '^zram' /proc/modules; then
|
| /tools/power/cpupower/bindings/python/ |
| A D | README | 69 Python uses a system specific site-packages folder to look up modules to import
|
| /tools/testing/selftests/kmod/ |
| A D | kmod.sh | 486 kmod_check_visibility /proc/modules \
|
| /tools/testing/selftests/mm/ |
| A D | Makefile | 46 KDIR ?= /lib/modules/$(shell uname -r)/build
|