Home
last modified time | relevance | path

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

12

/tools/testing/crypto/chacha20-s390/
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/
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/
DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build
17 modules: target
19 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
/tools/testing/selftests/livepatch/
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/hid/tests/
Dconftest.py53 modules = (
65 for module in modules.glob("*.ko"):
/tools/testing/selftests/bpf/bpf_testmod/
D.gitignore6 /modules.order
DMakefile16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
/tools/virtio/
DMakefile31 OOT_KSRC=/lib/modules/$$(uname -r)/build
55 vhost_test/modules.order *.d
/tools/testing/selftests/bpf/bpf_test_modorder_y/
DMakefile15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
/tools/testing/selftests/bpf/bpf_test_modorder_x/
DMakefile15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
/tools/testing/selftests/bpf/bpf_test_no_cfi/
DMakefile15 +$(Q)make -C $(KDIR) M=$(BPF_TEST_NO_CFI_DIR) modules
/tools/perf/Documentation/
Dperf-kallsyms.txt18 modules).
Dguest-files.txt8 Guest OS /proc/modules file copy. perf reads it to get guest
Dperf-buildid-list.txt39 its modules.
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
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
Dperf.data-directory-format.txt44 └── [-r-------- 5419] modules
/tools/testing/selftests/x86/bugs/
Dcommon.py158 def check_dependencies_or_skip(modules, script_name="unknown test"): argument
159 for mod in modules:
/tools/perf/util/
Dsymbol.c1021 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/
DREADME6 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/
DREADME99 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/
Dbpftool-btf.rst79 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/
Dzram_lib.sh99 if grep -q '^zram' /proc/modules; then
/tools/testing/selftests/kmod/
Dkmod.sh486 kmod_check_visibility /proc/modules \
/tools/net/sunrpc/xdrgen/
Dxdr_ast.py13 this_module = sys.modules[__name__]

12