Home
last modified time | relevance | path

Searched refs:vmlinux (Results 1 – 25 of 33) sorted by relevance

12

/external/autotest/client/profilers/oprofile/
Doprofile.py68 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/
Dkmidiff.rst48 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
Dabidw.rst16 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/
Dcontrol.oprofile_power522 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.gitignore47 /vmlinux
48 /vmlinux.32
49 /vmlinux-gdb.py
/external/toybox/scripts/
Dmkroot.sh172 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/
Dkmidiff.cc334 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()
Dabidw.cc80 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/
DREADME.md87 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/
DHOWTO.md265 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/
Dkvm-test-1-run.sh73 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/
Dtest-PR24552-v0.abi2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
Dtest-PR24552-v1.abi2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
/external/toolchain-utils/debug_info_test/
Dngcc_dso_path.allowlist7 .*/boot/vmlinux\.debug
/external/autotest/client/bin/
Dutils.py189 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/
Dabg-tools-utils.cc2522 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/
Drunkdump.BASIC_LKDTM.SLES12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
Drunkdump.EXTRA_LKDTM.SLES12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
Drunkdump.CRASHER.RHEL12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
Drunkdump.BASIC_LKDTM.RHEL12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
Drunkdump.EXTRA_LKDTM.RHEL12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
Drunkdump.CRASHER.SLES12 VMLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux"
/external/virglrenderer/perf-testing/Docker/
Drun.sh215 /vmlinux
DDockerfile236 make -j12 vmlinux && \
237 cp vmlinux /. && \
/external/toolchain-utils/crosperf/
Dresults_cache.py415 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,

12