Searched refs:modules (Results 1 – 20 of 20) sorted by relevance
/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/ |
D | README | 7 The test suite loads and unloads several test kernel modules to verify 25 Test kernel modules are built as part of lib/ (make modules) and need to
|
/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 18 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-annotate.txt | 62 --modules::
|
D | perf-kvm.txt | 92 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest
|
D | perf-probe.txt | 174 … with other events. Especially, using the group name reserved for kernel modules can hide embedded… 175 modules.
|
D | perf-script-python.txt | 507 module search path and 'import'ing a few support modules (see module 554 built-in perf script Python modules and their associated functions. 560 via the various perf script Python modules. To use the functions and
|
D | perf-diff.txt | 38 --modules::
|
D | perf-config.txt | 582 kbuild directory. If not set, use /lib/modules/`uname -r`/build.
|
D | perf-report.txt | 317 --modules::
|
D | intel-pt.txt | 70 copies of /proc/kcore, /proc/kallsyms and /proc/modules into it. Then to use
|
/tools/virtio/ |
D | Makefile | 14 vhost_test/Module.symvers vhost_test/modules.order *.d
|
/tools/perf/util/ |
D | symbol.c | 926 static void add_module(struct module_info *mi, struct rb_root *modules) in add_module() argument 928 struct rb_node **p = &modules->rb_node; in add_module() 941 rb_insert_color(&mi->rb_node, modules); in add_module() 944 static void delete_modules(struct rb_root *modules) in delete_modules() argument 947 struct rb_node *next = rb_first(modules); in delete_modules() 952 rb_erase(&mi->rb_node, modules); in delete_modules() 959 struct rb_root *modules) in find_module() argument 961 struct rb_node *n = modules->rb_node; in find_module() 983 struct rb_root *modules = arg; in __read_proc_modules() local 998 add_module(mi, modules); in __read_proc_modules() [all …]
|
D | machine.c | 1394 const char *modules; in machine__create_modules() local 1398 modules = symbol_conf.default_guest_modules; in machine__create_modules() 1401 modules = path; in machine__create_modules() 1404 if (symbol__restricted_filename(modules, "/proc/modules")) in machine__create_modules() 1407 if (modules__parse(modules, machine, machine__create_module)) in machine__create_modules()
|
/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/selftests/zram/ |
D | zram_lib.sh | 99 if grep -q '^zram' /proc/modules; then
|
/tools/testing/selftests/tc-testing/ |
D | README | 25 modules. To check what is required in current setup run:
|
/tools/usb/usbip/ |
D | COPYING | 157 code means all the source code for all modules it contains, plus any
|