HomeSort by relevance Sort by last modified time
    Searched refs:dprint (Results 1 - 25 of 47) sorted by null

1 2

  /external/fio/
debug.h 41 #define dprint(type, str, args...) \ macro
50 static inline void dprint(int type, const char *str, ...) function
memory.c 18 dprint(FD_MEM, "unpinning %llu bytes\n", td->o.lockmem);
33 dprint(FD_MEM, "pinning %llu bytes\n", td->o.lockmem);
76 dprint(FD_MEM, "shmget %u, %d\n", total_mem, td->shm_id);
99 dprint(FD_MEM, "shmat %d, %p\n", td->shm_id, td->orig_buffer);
113 dprint(FD_MEM, "shmdt/ctl %d %p\n", td->shm_id, td->orig_buffer);
156 dprint(FD_MEM, "mmap %llu/%d %p\n", (unsigned long long) total_mem,
175 dprint(FD_MEM, "munmap %llu %p\n", (unsigned long long) total_mem,
188 dprint(FD_MEM, "malloc %llu %p\n", (unsigned long long) total_mem,
196 dprint(FD_MEM, "free malloc mem %p\n", td->orig_buffer);
220 dprint(FD_MEM, "Alloc %llu for buffers\n", (unsigned long long) total_mem)
    [all...]
profile.c 29 dprint(FD_PROFILE, "loading profile '%s'\n", profile);
68 dprint(FD_PROFILE, "register profile '%s'\n", ops->name);
83 dprint(FD_PROFILE, "unregister profile '%s'\n", ops->name);
gettime-thread.c 72 dprint(FD_MUTEX, "wait on startup_mutex\n");
74 dprint(FD_MUTEX, "done waiting on startup_mutex\n");
trim.c 54 dprint(FD_VERIFY, "failed file %s open\n",
66 dprint(FD_VERIFY, "get_next_trim: ret io_u %p\n", io_u);
verify.c 40 dprint(FD_VERIFY, "fill verify pattern b=0 len=%u\n", len);
47 dprint(FD_VERIFY, "fill verify pattern b=%d len=%u\n",
71 dprint(FD_VERIFY, "fill random bytes len=%u\n", len);
81 dprint(FD_VERIFY, "using already filled verify pattern b=%d len=%u\n",
398 dprint(FD_VERIFY, "meta verify io_u %p, len %u\n", io_u, hdr->len);
434 dprint(FD_VERIFY, "xxhash verify io_u %p, len %u\n", vc->io_u, hdr->len);
460 dprint(FD_VERIFY, "sha512 verify io_u %p, len %u\n", vc->io_u, hdr->len);
485 dprint(FD_VERIFY, "sha256 verify io_u %p, len %u\n", vc->io_u, hdr->len);
510 dprint(FD_VERIFY, "sha1 verify io_u %p, len %u\n", vc->io_u, hdr->len);
532 dprint(FD_VERIFY, "crc7 verify io_u %p, len %u\n", vc->io_u, hdr->len)
    [all...]
ioengines.c 62 dprint(FD_IO, "ioengine %s unregistered\n", ops->name);
69 dprint(FD_IO, "ioengine %s registered\n", ops->name);
94 dprint(FD_IO, "dload engine %s\n", engine_lib);
139 dprint(FD_IO, "load ioengine %s\n", name);
176 dprint(FD_IO, "free ioengine %s\n", td->io_ops->name);
193 dprint(FD_IO, "close ioengine %s\n", td->io_ops->name);
213 dprint(FD_IO, "->prep(%p)=%d\n", io_u, ret);
261 dprint(FD_IO, "getevents: %d\n", r);
388 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
blktrace.c 37 dprint(FD_BLKTRACE, "refill: filled %d bytes\n", ret);
66 dprint(FD_BLKTRACE, "discard pdu len %u\n", t->pdu_len);
152 dprint(FD_BLKTRACE, "device lookup: %d/%d\n overridden"
161 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min);
218 dprint(FD_BLKTRACE, "add devices %s\n", dev);
253 dprint(FD_BLKTRACE, "store ddir=%d, off=%llu, len=%lu, delay=%lu\n",
273 dprint(FD_BLKTRACE, "unknown trace act %x\n", t->action);
302 dprint(FD_BLKTRACE, "store discard, off=%llu, len=%lu, delay=%lu\n",
io_u.c 105 dprint(FD_RANDOM, "off rand %llu\n", (unsigned long long) r);
129 dprint(FD_RANDOM, "get_next_rand_offset: offset %llu busy\n",
265 dprint(FD_IO, "%s: rand offset failed, last=%llu, size=%llu\n",
383 dprint(FD_IO, "get_next_offset: offset %llu >= io_size %llu\n",
391 dprint(FD_IO, "get_next_offset: offset %llu >= size %llu\n",
715 dprint(FD_IO, "requeue %p\n", __io_u);
762 dprint(FD_IO, "io_u %p, failed getting offset\n", io_u);
768 dprint(FD_IO, "io_u %p, failed getting buflen\n", io_u);
773 dprint(FD_IO, "io_u %p, offset too large\n", io_u);
774 dprint(FD_IO, " off=%llu/%lu > %llu\n"
    [all...]
filesetup.c 61 dprint(FD_FILE, "layout unlink %s\n", f->file_name);
76 dprint(FD_FILE, "open file %s, flags %x\n", f->file_name, flags);
89 dprint(FD_FILE, "posix_fallocate file %s size %llu\n",
101 dprint(FD_FILE,
129 dprint(FD_FILE, "truncate file %s, size %llu\n", f->file_name,
174 dprint(FD_FILE, "terminate unlink %s\n", f->file_name);
401 dprint(FD_IO, "invalidate cache %s: %llu/%llu\n", f->file_name, off,
452 dprint(FD_FILE, "fd close %s\n", f->file_name);
477 dprint(FD_FILE, "found file in hash %s\n", f->file_name);
484 dprint(FD_FILE, "file not found in hash %s\n", f->file_name)
    [all...]
libfio.c 172 dprint(FD_PROCESS, "pid=%d: runstate %d -> %d\n", (int) td->pid,
196 dprint(FD_PROCESS, "terminate group_id=%d\n", group_id);
200 dprint(FD_PROCESS, "setting terminate on %s/%d\n",
client.c 159 dprint(FD_NET, "client: removed <%s>\n", client->hostname);
195 dprint(FD_NET, "client: add cmd %d: %s\n", index, opt);
258 dprint(FD_NET, "client: added <%s>\n", client->hostname);
270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
321 dprint(FD_NET, "client: added <%s>\n", client->hostname);
331 dprint(FD_NET, "client: send probe\n");
417 dprint(FD_NET, "client: connect to host %s\n", client->hostname);
424 dprint(FD_NET, "client: %s connected %d\n", client->hostname, fd);
447 dprint(FD_NET, "client: terminate clients\n");
457 dprint(FD_NET, "client: got signal %d\n", sig)
    [all...]
gettime.c 175 dprint(FD_TIME, "CPU clock going back in time\n");
309 dprint(FD_TIME, "cycles[%d]=%llu\n", i,
314 dprint(FD_TIME, "avg: %llu\n", (unsigned long long) avg);
315 dprint(FD_TIME, "mean=%f, S=%f\n", mean, S);
319 dprint(FD_TIME, "inv_cycles_per_usec=%lu\n", inv_cycles_per_usec);
server.c 442 dprint(FD_NET, "server: sending quit\n");
463 dprint(FD_NET, "server: sending stop (%d, %d)\n", error, signal);
481 dprint(FD_NET, "server: forked off connection job (pid=%u)\n", (int) pid);
487 dprint(FD_NET, "server: forked off job job (pid=%u)\n", (int) pid);
517 dprint(FD_NET, "pid %u exited, sig=%u, exitval=%d\n", (int) ffi->pid, ffi->signal, ffi->exitval);
607 dprint(FD_NET, "server: %d command line args\n", clp->lines);
614 dprint(FD_NET, "server: %d: %s\n", i, argv[i]);
637 dprint(FD_NET, "server: sending probe reply\n");
684 dprint(FD_NET, "server sending status\n");
729 dprint(FD_NET, "server: updating options for job %u\n", tnumber)
    [all...]
  /external/qemu/target-i386/
hax-windows.c 38 dprint("Failed to open the HAX device!\n");
45 dprint("device fd:%d\n", *fd);
57 dprint("Open HAX device failed\n");
73 dprint("Allocate memory before vm create?\n");
90 dprint("HAX: Failed to allocate %x memory (address %llx)\n",
113 dprint(
147 dprint("Invalid fd for hax device!\n");
162 dprint("hax capability is too long to hold.\n");
163 dprint("Failed to get Hax capability:%d\n", err);
177 dprint("Invalid fd for hax device!\n")
    [all...]
hax-darwin.c 28 dprint("Failed to open the hax module\n");
42 dprint("Allocate memory before vm create?\n");
51 dprint("Failed to allocate %x memory\n", size);
69 dprint("set_phys_mem %x %lx requires page aligned addr and size\n", start_addr, size);
82 dprint("has set phys mem failed\n");
95 dprint("Failed to get HAX capability\n");
109 dprint("Failed to get HAX version\n");
122 dprint("Too big VM id\n");
140 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
194 dprint("Failed to notify qemu API version\n")
    [all...]
hax-all.c 75 dprint("Invalid emulation state in hax_sto_tbloop state %x\n",
142 dprint("VT feature is not enabled, HAXM not working.\n");
144 dprint("NX feature is not enabled, HAXM not working.\n");
152 dprint("The memory needed by this VM exceeds the driver limit.\n");
183 dprint("vcpu %x created failed, vm is null\n", id);
189 dprint("vcpu %x allocated already\n", id);
196 dprint("Failed to alloc vcpu state\n");
205 dprint("Failed to create vcpu %x\n", id);
212 dprint("Failed to open the vcpu\n");
222 dprint("Invalid HAX tunnel size \n")
    [all...]
  /external/qemu/android/utils/
debug.h 77 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
83 ** 'dprint' prints the message, then appends a '\n\
90 extern void dprint( const char* format, ... );
timezone.c 117 dprint( "### WARNING: Could not read %s, something is very wrong on your system",
125 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name",
131 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
debug.c 20 dprint( const char* format, ... ) function
  /external/qemu/android/
qemu-setup.c 29 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
420 dprint("http_proxy format unsupported, try 'proxy:port' or 'username:password@proxy:port'");
452 dprint("Could not connect to proxy at %.*s:%d: %s !",
454 dprint("Proxy will be ignored !");
461 dprint( "Http proxy setup failed for '%.*s:%d': %s",
463 dprint( "Proxy will be ignored !");
495 dprint( "Application directory too long: %s", appdir);
audio-test.c 71 dprint("Cannot open test audio!");
  /external/fio/engines/
sync.c 152 dprint(FD_IO, "vsyncio_getevents: min=%d,max=%d: %d\n", min, max, ret);
197 dprint(FD_IO, "vsyncio_queue: no append (%d)\n", sd->queued);
215 dprint(FD_IO, "vsyncio_queue: max depth %d\n", sd->queued);
219 dprint(FD_IO, "vsyncio_queue: append\n");
223 dprint(FD_IO, "vsyncio_queue: depth now %d\n", sd->queued);
294 dprint(FD_IO, "vsyncio_commit: %d\n", (int) ret);
falloc.c 30 dprint(FD_FILE, "fd open %s\n", f->file_name);
  /external/qemu/android/skin/
file.c 256 dprint( "Warning: skin file button uses unknown key name '%s'", button->name );
291 dprint( "### WARNING: ignoring part location without 'name' element" );
300 dprint( "### WARNING: ignoring part location with unknown name '%s'", partname );
483 dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", event );
492 dprint( "### WARNING: unrecognized skin layout event name: %.*s", x-event, event );
664 dprint( "## WARNING: can't load part '%s' from skin\n", node->name ? "<NULL>" : node->name );
687 dprint( "## WARNING: ignoring layout in skin file" );
716 dprint( "## WARNING: invalid skin version: %d", file->version);

Completed in 564 milliseconds

1 2