Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 36) sorted by relevance

12

/tools/testing/crypto/chacha20-s390/
A DMakefile10 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 DMakefile4 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 DMakefile2 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 DREADME7 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 DMakefile2 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 DMakefile2 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 Dconftest.py53 modules = (
65 for module in modules.glob("*.ko"):
/tools/testing/selftests/bpf/test_kmods/
A D.gitignore6 /modules.order
A DMakefile18 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) modules
/tools/virtio/
A DMakefile31 OOT_KSRC=/lib/modules/$$(uname -r)/build
55 vhost_test/modules.order *.d
/tools/perf/Documentation/
A Dperf-kallsyms.txt18 modules).
A Dguest-files.txt8 Guest OS /proc/modules file copy. perf reads it to get guest
A Dperf-buildid-list.txt39 its modules.
A Dperf-buildid-cache.txt37 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 Dperf-script-perl.txt115 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 Dperf.data-directory-format.txt44 └── [-r-------- 5419] modules
A Dperf-annotate.txt69 --modules::
/tools/testing/selftests/x86/bugs/
A Dcommon.py158 def check_dependencies_or_skip(modules, script_name="unknown test"): argument
159 for mod in modules:
/tools/perf/util/
A Dsymbol.c1040 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 DREADME6 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 Dbpftool-btf.rst84 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 Dzram_lib.sh99 if grep -q '^zram' /proc/modules; then
/tools/power/cpupower/bindings/python/
A DREADME69 Python uses a system specific site-packages folder to look up modules to import
/tools/testing/selftests/kmod/
A Dkmod.sh486 kmod_check_visibility /proc/modules \
/tools/testing/selftests/mm/
A DMakefile46 KDIR ?= /lib/modules/$(shell uname -r)/build

Completed in 24 milliseconds

12