| /tools/bpf/ |
| A D | bpf_jit_disasm.c | 75 info.buffer = image; in get_asm_insns() 185 uint8_t *image; in get_last_jit_image() local 219 image = malloc(proglen); in get_last_jit_image() 220 if (!image) { in get_last_jit_image() 224 memset(image, 0, proglen); in get_last_jit_image() 254 return image; in get_last_jit_image() 274 uint8_t *image = NULL; in main() local 302 if (!image) { in main() 307 get_asm_insns(image, len, opcodes); in main() 317 pos = image; in main() [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | jit_disasm_helpers.c | 68 cnt = LLVMDisasmInstruction(ctx, image + pc, len - pc, pc, in disasm_insn() 74 printf(" %02x", image[pc + i]); in disasm_insn() 117 cnt = disasm_insn(ctx, image, len, pc, buf, 1); in disasm_one_func() 139 cnt = disasm_insn(ctx, image, len, pc, buf, sizeof(buf)); in disasm_one_func() 153 fprintf(text_out, "%02x ", image[pc + i]); in disasm_one_func() 175 uint8_t *image = NULL; in get_jited_program_text() local 197 image = malloc(len); in get_jited_program_text() 211 info.jited_prog_insns = (__u64)image; in get_jited_program_text() 221 disasm_one_func(text_out, image + pc, func_lens[i]); in get_jited_program_text() 229 if (image) in get_jited_program_text() [all …]
|
| A D | vmtest.sh | 102 -l) Specify the path to the local rootfs image. 103 -i) Update the rootfs image with a newer version. 221 Could not find ${init_script_dir} in the mounted image. 222 This likely indicates a bad rootfs image, Please download 223 a new image by passing "-i" to the script
|
| A D | README.rst | 58 image from the system used by the CI. It builds the kernel (without overwriting 92 Docker container and local rootfs image. The overall steps are as follows: 96 2. Use mkrootfs_debian.sh script [1] to build local rootfs image: 108 -l <path of local rootfs image> -- \
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-transform.sh | 27 image="$1" 28 if test -z "$image" 30 echo Need kernel image file. 98 line = line " " image; 138 awk -v image="$image" -v consolelog="$consolelog" -v jitter_dir="$jitter_dir" \
|
| A D | kvm-test-1-run.sh | 113 echo No identifiable boot image, not running KVM, see $resdir.
|
| /tools/bpf/bpftool/ |
| A D | jit_disasm.c | 83 __maybe_unused unsigned char *image, __maybe_unused ssize_t len, in init_context() argument 113 disassemble_insn(disasm_ctx_t *ctx, unsigned char *image, ssize_t len, int pc, in disassemble_insn() argument 119 count = LLVMDisasmInstruction(*ctx, image + pc, len - pc, func_ksym + pc, in disassemble_insn() 233 unsigned char *image, ssize_t len, __u64 func_ksym) in init_context() argument 289 info->buffer = image; in init_context() 323 disassemble_insn(disasm_ctx_t *ctx, __maybe_unused unsigned char *image, in disassemble_insn() argument 337 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 353 if (init_context(&ctx, arch, disassembler_options, image, len, func_ksym)) in disasm_print_insn() 382 count = disassemble_insn(&ctx, image, len, pc, func_ksym); in disasm_print_insn() 400 (uint8_t)image[pc + i]); in disasm_print_insn() [all …]
|
| A D | main.h | 180 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, 189 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
|
| /tools/testing/selftests/rcutorture/doc/ |
| A 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/testing/ktest/examples/ |
| A D | snowball.conf | 52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
|
| A D | crosstests.conf | 215 TARGET_IMAGE = image
|
| /tools/testing/selftests/hid/ |
| A D | vmtest.sh | 130 --image ${CONTAINER_IMAGE}
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile.nolibc | 92 IMAGE_sparc32 = arch/sparc/boot/image 93 IMAGE_sparc64 = arch/sparc/boot/image
|
| /tools/perf/Documentation/ |
| A D | perf-buildid-cache.txt | 37 image. Note also that files "kallsyms" and "modules" must also be in the
|
| A 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 213 by inability to access the executed image, self-modified or JIT-ed code, or the
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-prog.rst | 101 If **file** is specified, the binary image will instead be written to 113 Dump jited image (host machine code) of the program. 115 If *FILE* is specified image will be written to a file, otherwise it will
|
| A D | bpftool-gen.rst | 167 using pahole. It contains all the types used by its respective kernel image
|
| /tools/perf/trace/beauty/include/uapi/sound/ |
| A D | asound.h | 129 unsigned char __user *image; /* W: binary image */ member
|
| /tools/include/uapi/drm/ |
| A D | i915_drm.h | 2591 __u64 image; member
|
| /tools/power/pm-graph/ |
| A D | README | 50 their linux stack's suspend/resume & boot time. Using a kernel image built
|