Searched refs:image (Results 1 – 12 of 12) sorted by relevance
/tools/bpf/ |
D | bpf_jit_disasm.c | 52 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument 70 info.buffer = image; in get_asm_insns() 93 printf("%02x ", (uint8_t) image[pc + i]); in get_asm_insns() 180 uint8_t *image; in get_last_jit_image() local 214 image = malloc(proglen); in get_last_jit_image() 215 if (!image) { in get_last_jit_image() 219 memset(image, 0, proglen); in get_last_jit_image() 231 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image() 249 return image; in get_last_jit_image() 269 uint8_t *image = NULL; in main() local [all …]
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 1 This document describes one way to create 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/bpf/bpftool/ |
D | jit_disasm.c | 75 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 123 info.buffer = image; in disasm_print_insn() 181 (uint8_t)image[pc + i]); in disasm_print_insn() 187 (uint8_t)image[pc + i]); in disasm_print_insn()
|
D | main.h | 166 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, 175 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
|
/tools/testing/ktest/examples/ |
D | snowball.conf | 52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
|
D | crosstests.conf | 215 TARGET_IMAGE = image
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 99 echo No identifiable boot image, not running KVM, see $resdir.
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 37 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 149 by inability to access the executed image, self-modified or JIT-ed code, or the
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 76 If **file** is specified, the binary image will instead be 89 Dump jited image (host machine code) of the program. 90 If *FILE* is specified image will be written to a file,
|
/tools/include/uapi/sound/ |
D | asound.h | 141 unsigned char __user *image; /* W: binary image */ member
|
/tools/power/pm-graph/ |
D | README | 47 their linux stack's suspend/resume & boot time. Using a kernel image built
|