Searched refs:image (Results 1 – 15 of 15) sorted by relevance
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-transform.sh | 20 image="$1" 21 if test -z "$image" 23 echo Need kernel image file. 45 awk -v image="$image" -v consolelog="$consolelog" -v jitter_dir="$jitter_dir" \
|
D | kvm-test-1-run.sh | 112 echo No identifiable boot image, not running KVM, see $resdir.
|
/tools/bpf/ |
D | bpf_jit_disasm.c | 53 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument 73 info.buffer = image; in get_asm_insns() 96 printf("%02x ", (uint8_t) image[pc + i]); in get_asm_insns() 183 uint8_t *image; in get_last_jit_image() local 217 image = malloc(proglen); in get_last_jit_image() 218 if (!image) { in get_last_jit_image() 222 memset(image, 0, proglen); in get_last_jit_image() 234 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image() 252 return image; in get_last_jit_image() 272 uint8_t *image = NULL; in main() local [all …]
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 21 the kernel image that is passed to qemu. 27 rcu-test-image file that contains the filesystem used by the guest-OS 30 simply download an appropriate image from any number of places. 35 dd if=/dev/zero of=rcu-test-image bs=400M count=1 36 mkfs.ext3 ./rcu-test-image 37 sudo mount -o loop ./rcu-test-image /mnt 40 # Empirical evidence says this image will work for 64-bit, but...
|
/tools/bpf/bpftool/ |
D | jit_disasm.c | 100 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 150 info.buffer = image; in disasm_print_insn() 208 (uint8_t)image[pc + i]); in disasm_print_insn() 214 (uint8_t)image[pc + i]); in disasm_print_insn()
|
D | main.h | 196 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, 205 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
|
/tools/testing/selftests/bpf/ |
D | vmtest.sh | 48 -i) Update the rootfs image with a newer version. 161 Could not find ${init_script_dir} in the mounted image. 162 This likely indicates a bad rootfs image, Please download 163 a new image by passing "-i" to the script
|
D | README.rst | 17 This script downloads a suitable Kconfig and VM userspace image from the system used by
|
/tools/testing/ktest/examples/ |
D | snowball.conf | 52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
|
D | crosstests.conf | 215 TARGET_IMAGE = image
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 37 image. Note also that files "kallsyms" and "modules" must also be in the
|
D | perf-intel-pt.txt | 70 code. A fairly good kernel image is available in /proc/kcore but to get an 71 accurate image a copy of /proc/kcore needs to be made under the same conditions 189 by inability to access the executed image, self-modified or JIT-ed code, or the
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 96 If **file** is specified, the binary image will instead be 109 Dump jited image (host machine code) of the program. 111 If *FILE* is specified image will be written to a file,
|
/tools/include/uapi/sound/ |
D | asound.h | 145 unsigned char __user *image; /* W: binary image */ member
|
/tools/power/pm-graph/ |
D | README | 50 their linux stack's suspend/resume & boot time. Using a kernel image built
|