/external/autotest/client/profilers/oprofile/ |
D | oprofile.py | 68 if not self.vmlinux: 71 setup += ' --vmlinux=%s' % self.vmlinux 105 def initialize(self, vmlinux=None, events=[], others=None, local=None): argument 108 if not vmlinux: 109 self.vmlinux = utils.get_vmlinux() 111 self.vmlinux = vmlinux 145 if self.vmlinux: 146 report = self.opreport + ' -l ' + self.vmlinux
|
/external/libabigail/doc/manuals/ |
D | kmidiff.rst | 48 vmlinux binaries and their associated modules. Here would be what the 53 --vmlinux1 linux/v4.5/vmlinux \ 54 --vmlinux2 linux/v4.6/vmlinux \ 93 Note that kmidiff compares the interfaces exported by the ``vmlinux`` 129 * ``--vmlinux1 | --l1`` <*path-to-first-vmlinux*> 131 Sets the path to the first ``vmlinux`` binary to consider. This 132 has to be the uncompressed vmlinux binary compiled with debug 135 * ``--vmlinux2 | --l2`` <*path-to-first-vmlinux*> 137 Sets the path to the second ``vmlinux`` binary to consider. This 138 has to be the uncompressed vmlinux binary compiled with debug
|
D | abidw.rst | 16 vmlinux binary and Linux kernel modules. It analyses those Linux 110 containing the vmlinux binary as several kernel modules binaries. 118 vmlinux binary into that directory too. And then serialize the 126 $ cp vmlinux build-output/modules/4.5.0 180 looking at are Linux Kernel binaries (either vmlinux or modules)
|
/external/autotest/client/samples/ |
D | control.oprofile_power5 | 22 logging.info("Testing specified vmlinux") 23 job.profilers.add('oprofile', '/boot/vmlinux-autotest') 24 job.run_test('sleeptest', seconds=5, tag='vmlinux')
|
/external/linux-kselftest/ |
D | .gitignore | 47 /vmlinux 48 /vmlinux.32 49 /vmlinux-gdb.py
|
/external/toybox/scripts/ |
D | mkroot.sh | 172 QEMU="m68k -M q800" KARCH=m68k KARGS=ttyS0 VMLINUX=vmlinux 175 QEMU="mips -M malta" KARCH=mips KARGS=ttyS0 VMLINUX=vmlinux 180 KARCH=powerpc QEMU="ppc -M g3beige" KARGS=ttyS0 VMLINUX=vmlinux 184 VMLINUX=vmlinux 190 KARCH=sh VMLINUX=vmlinux KERNEL_CONFIG='CONFIG_MEMORY_START=0x10000000
|
/external/libabigail/tools/ |
D | kmidiff.cc | 334 string vmlinux; in print_kernel_dist_binary_paths_under() local 339 vmlinux, modules)) in print_kernel_dist_binary_paths_under() 342 if (!vmlinux.empty()) in print_kernel_dist_binary_paths_under() 344 << " '" << vmlinux << "'\n"; in print_kernel_dist_binary_paths_under()
|
D | abidw.cc | 80 string vmlinux; member 278 opts.vmlinux = argv[j]; in parse_command_line() 659 if (!opts.vmlinux.empty()) in load_kernel_corpus_group_and_write_abixml() 660 if (!abigail::tools_utils::check_file(opts.vmlinux, cerr, argv[0])) in load_kernel_corpus_group_and_write_abixml() 675 opts.vmlinux, in load_kernel_corpus_group_and_write_abixml()
|
/external/crosvm/ |
D | README.md | 87 The uncompressed kernel image, also known as vmlinux, can be found in your kernel 88 build directory in the case of x86 at `arch/x86/boot/compressed/vmlinux`. 113 crosvm run --rwdisk "${ROOT_IMAGE}" -p "root=/dev/vda" vmlinux 125 -p "rootfstype=virtiofs root=mtdfake" vmlinux 173 # Use uncompressed vmlinux 174 $ crosvm run --gdb <port> ${USUAL_CROSVM_ARGS} vmlinux 180 $ gdb vmlinux
|
/external/OpenCSD/ |
D | HOWTO.md | 265 Note that file `vmlinux` should also be added to the bundle if kernel traces 570 When dealing with kernel space traces the vmlinux file has to be communicated 571 explicitely to perf using the "--vmlinux" command line option: 573 …/linaro/coresight/sept20$ ../perf-opencsd-master/tools/perf/perf report --stdio --vmlinux=./vmlinux 576 …o@t430:~/linaro/coresight/sept20$ ../perf-opencsd-master/tools/perf/perf script --vmlinux=./vmlinux 585 --vmlinux=./vmlinux \ 588 -k ./vmlinux 592 The option "--vmlinux=./vmlinux" is interpreted by the "perf script" command 593 the same way it if for "perf report". The option "-k ./vmlinux" is dependant 594 on the script being executed and has no related to the "--vmlinux", though it
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 73 if test "$base_resdir" != "$resdir" -a -f $base_resdir/bzImage -a -f $base_resdir/vmlinux 88 cp vmlinux $resdir
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR24552-v0.abi | 2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
|
D | test-PR24552-v1.abi | 2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
|
/external/toolchain-utils/debug_info_test/ |
D | ngcc_dso_path.allowlist | 7 .*/boot/vmlinux\.debug
|
/external/autotest/client/bin/ |
D | utils.py | 189 vmlinux = '/boot/vmlinux-%s' % utils.system_output('uname -r') 190 if os.path.isfile(vmlinux): 191 return vmlinux 192 vmlinux = '/lib/modules/%s/build/vmlinux' % utils.system_output('uname -r') 193 if os.path.isfile(vmlinux): 194 return vmlinux
|
/external/libabigail/src/ |
D | abg-tools-utils.cc | 2522 string vmlinux = vmlinux_path; in build_corpus_group_from_kernel_dist_under() local 2534 get_binary_paths_from_kernel_dist(root, debug_info_root, vmlinux, modules); in build_corpus_group_from_kernel_dist_under() 2550 if (!vmlinux.empty()) in build_corpus_group_from_kernel_dist_under() 2553 dwarf_reader::create_read_context(vmlinux, di_roots ,env.get(), in build_corpus_group_from_kernel_dist_under() 2574 << vmlinux << "' ...\n" << std::flush; in build_corpus_group_from_kernel_dist_under() 2582 std::cerr << vmlinux in build_corpus_group_from_kernel_dist_under()
|
/external/ltp/testcases/kdump/sample/ |
D | runkdump.BASIC_LKDTM.SLES | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
D | runkdump.EXTRA_LKDTM.SLES | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
D | runkdump.CRASHER.RHEL | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
D | runkdump.BASIC_LKDTM.RHEL | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
D | runkdump.EXTRA_LKDTM.RHEL | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
D | runkdump.CRASHER.SLES | 12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
|
/external/virglrenderer/perf-testing/Docker/ |
D | run.sh | 215 /vmlinux
|
D | Dockerfile | 236 make -j12 vmlinux && \ 237 cp vmlinux /. && \
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 415 vmlinux = '--vmlinux ' + os.path.join(debug_path, 'boot', 'vmlinux') 426 vmlinux = self._CheckDebugPath('vmlinux', vmlinux_path) 431 (perf_file, symfs, vmlinux, kallsyms, chroot_perf_data_file,
|