HomeSort by relevance Sort by last modified time
    Searched refs:dprint (Results 1 - 25 of 26) 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...]
backend.c 429 dprint(FD_VERIFY, "starting loop\n");
630 dprint(FD_VERIFY, "exiting loop\n");
1053 dprint(FD_MEM, "io_u alloc %p, index %u\n", io_u, i);
1057 dprint(FD_MEM, "io_u %p, mem %p\n", io_u, io_u->buf);
1280 dprint(FD_PROCESS, "jobs pid=%d started\n", (int) td->pid);
1298 dprint(FD_MUTEX, "up startup_mutex\n");
1300 dprint(FD_MUTEX, "wait on td->mutex\n");
1302 dprint(FD_MUTEX, "done waiting on td->mutex\n");
    [all...]
diskutil.c 51 dprint(FD_DISKUTIL, "open stat file: %s\n", du->path);
63 dprint(FD_DISKUTIL, "%s: %s", du->path, p);
74 dprint(FD_DISKUTIL, "%s: stat read ok? %d\n", du->path, ret == 1);
116 dprint(FD_DISKUTIL, "update io ticks\n");
286 dprint(FD_DISKUTIL, "add maj/min %d/%d: %s\n", majdev, mindev, path);
317 dprint(FD_DISKUTIL, "found %s in list\n", __du->dus.name);
326 dprint(FD_DISKUTIL, "add %s to list\n", du->dus.name);
445 dprint(FD_DISKUTIL, "%s belongs to maj/min %d/%d\n", filename, majdev,
parse.c 422 dprint(FD_PARSE, "__handle_option=%s, type=%d, ptr=%s\n", o->name,
474 dprint(FD_PARSE, " ret=%d, out=%llu\n", ret, ull);
585 dprint(FD_PARSE, " out=%f\n", uf);
739 dprint(FD_PARSE, " ret=%d, out=%d\n", ret, il);
799 dprint(FD_PARSE, "handle_option=%s, ptr=%s\n", o->name, __ptr);
1147 dprint(FD_PARSE, "filling default options\n");
1196 dprint(FD_PARSE, "init options\n");
1210 dprint(FD_PARSE, "free options\n");
ioengine.h 224 dprint(FD_IO, "%s: io_u %p: off=%llu/len=%lu/ddir=%d", p, io_u,
iolog.c 145 dprint(FD_IO, "iolog: get %llu/%lu/%s\n", io_u->offset,
254 dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu",
  /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);
rbd.c 290 dprint(FD_IO, "%s: Warning: unhandled ddir: %d\n", __func__,
373 dprint(FD_IO, "rbd-engine: image size: %lu\n", info.size);
windowsaio.c 159 dprint(FD_FILE, "fd open %s\n", f->file_name);
224 dprint(FD_FILE, "fd close %s\n", f->file_name);
rdma.c 141 dprint(FD_IO,
680 dprint(FD_IO, "fio: recv FINISH message\n");
872 dprint(FD_IO, "fio: close information sent success\n");
  /external/bison/build-aux/
gnupload 195 dprint() function
201 dbg=dprint

Completed in 469 milliseconds

1 2