Searched refs:image (Results 1 – 9 of 9) sorted by relevance
/tools/net/ |
D | bpf_jit_disasm.c | 51 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument 69 info.buffer = image; in get_asm_insns() 85 printf("%02x ", (uint8_t) image[pc + i]); in get_asm_insns() 160 uint8_t *image, size_t ilen) in get_last_jit_image() argument 207 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image() 236 static uint8_t image[32768]; in main() local 254 memset(image, 0, sizeof(image)); in main() 262 len = get_last_jit_image(kbuff, klen, image, sizeof(image)); in main() 264 get_asm_insns(image, len, opcodes); in main()
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 1 This document describes one way to created the rcu-test-image file 5 an appropriate image from any number of places. 10 dd if=/dev/zero of=rcu-test-image bs=400M count=1 11 mkfs.ext3 ./rcu-test-image 12 sudo mount -o loop ./rcu-test-image /mnt 15 # Empirical evidence says this image will work for 64-bit, but...
|
/tools/testing/selftests/rcutorture/ |
D | .gitignore | 4 rcu-test-image
|
/tools/lguest/ |
D | lguest.txt | 56 - Create or find a root disk image. There are several useful ones 57 around, such as the xm-test tiny root image at 60 For more serious work, I usually use a distribution ISO image and 64 qemu -cdrom image.iso -hda rootfile -net user -net nic -boot d 79 vmlinux: the kernel image found in the top of your build directory. You
|
/tools/testing/ktest/examples/ |
D | snowball.conf | 52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
|
D | crosstests.conf | 244 TARGET_IMAGE = image
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 106 echo No identifiable boot image, not running KVM, see $resdir.
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 31 image. Note also that files "kallsyms" and "modules" must also be in the
|
D | intel-pt.txt | 61 code. A fairly good kernel image is available in /proc/kcore but to get an 62 accurate image a copy of /proc/kcore needs to be made under the same conditions 116 by inability to access the executed image, self-modified or JIT-ed code, or the
|