Lines Matching full:value
45 static void trace_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value)
52 trace_switch(value);
54 printf("QEMU.trace: kernel, context switch %u\n", value);
59 memcheck_switch(value);
64 tgid = value;
67 printf("QEMU.trace: kernel, tgid %u\n", value);
73 trace_fork(tgid, value);
75 printf("QEMU.trace: kernel, fork %u\n", value);
80 memcheck_fork(tgid, value);
86 trace_clone(tgid, value);
88 printf("QEMU.trace: kernel, clone %u\n", value);
93 memcheck_clone(tgid, value);
98 vstart = value;
101 vend = value;
104 eoff = value;
107 vstrcpy(value, path, CLIENT_PAGE_SIZE);
120 memcheck_get_guest_kernel_string(path, value, CLIENT_PAGE_SIZE);
128 cmdlen = value;
131 cpu_memory_rw_debug(cpu_single_env, value, arg, cmdlen, 0);
153 trace_exit(value);
155 printf("QEMU.trace: kernel, exit %x\n", value);
160 memcheck_exit(value);
165 vstrcpy(value, path, CLIENT_PAGE_SIZE);
180 vstrcpy(value, path, CLIENT_PAGE_SIZE);
192 memcheck_get_guest_kernel_string(path, value, CLIENT_PAGE_SIZE);
200 pid = value;
203 memcheck_init_pid(value);
208 vstrcpy(value, path, CLIENT_PAGE_SIZE);
219 dsaddr = value;
222 vstrcpy(value, arg, CLIENT_PAGE_SIZE);
233 trace_dynamic_symbol_remove(value);
241 vstrcpy(value, arg, CLIENT_PAGE_SIZE);
246 printf("%d", value);
249 printf("%x", value);
265 if (value == 1) {
270 else if (value == 0) {
282 unmap_start = value;
286 trace_munmap(unmap_start, value);
290 memcheck_unmap(unmap_start, value);
304 trace_interpreted_method(value, call_type);
312 memcheck_guest_alloc(value);
318 memcheck_guest_free(value);
324 memcheck_guest_query_malloc(value);
330 memcheck_guest_libc_initialized(value);
336 memcheck_guest_print_str(value);