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

1 2

  /external/fio/
debug.h 44 #define dprint(type, str, args...) \ macro
53 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);
77 dprint(FD_MEM, "shmget %u, %d\n", total_mem, td->shm_id);
100 dprint(FD_MEM, "shmat %d, %p\n", td->shm_id, td->orig_buffer);
119 dprint(FD_MEM, "shmdt/ctl %d %p\n", td->shm_id, td->orig_buffer);
165 dprint(FD_MEM, "mmap %llu/%d %p\n", (unsigned long long) total_mem,
184 dprint(FD_MEM, "munmap %llu %p\n", (unsigned long long) total_mem,
198 dprint(FD_MEM, "malloc %llu %p\n", (unsigned long long) total_mem,
206 dprint(FD_MEM, "free malloc mem %p\n", td->orig_buffer);
227 dprint(FD_MEM, "found %d GPU devices\n", td->gpu_dev_cnt)
    [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 88 dprint(FD_MUTEX, "wait on startup_mutex\n");
90 dprint(FD_MUTEX, "done waiting on startup_mutex\n");
io_u.h 155 dprint(FD_IO, "%s: io_u %p: off=%llu/len=%lu/ddir=%d", p, io_u,
159 dprint(FD_IO, "/%s", f->file_name);
160 dprint(FD_IO, "\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);
filesetup.c 71 dprint(FD_FILE, "layout unlink %s\n", f->file_name);
90 dprint(FD_FILE, "open file %s, flags %x\n", f->file_name, flags);
109 dprint(FD_FILE, "posix_fallocate file %s size %llu\n",
121 dprint(FD_FILE,
152 dprint(FD_FILE, "truncate file %s, size %llu\n", f->file_name,
204 dprint(FD_FILE, "terminate unlink %s\n", f->file_name);
428 dprint(FD_FILE, "offset of file %s not initialized yet\n",
464 dprint(FD_IO, "invalidate %s cache %s\n", td->io_ops->name,
470 dprint(FD_IO, "declare unneeded cache %s: %llu/%llu\n",
478 dprint(FD_IO, "drop page cache %s\n", f->file_name)
    [all...]
ioengines.c 54 dprint(FD_IO, "ioengine %s unregistered\n", ops->name);
61 dprint(FD_IO, "ioengine %s registered\n", ops->name);
86 dprint(FD_IO, "dload engine %s\n", engine_lib);
131 dprint(FD_IO, "load ioengine %s\n", name);
165 dprint(FD_IO, "free ioengine %s\n", td->io_ops->name);
181 dprint(FD_IO, "close ioengine %s\n", td->io_ops->name);
201 dprint(FD_IO, "->prep(%p)=%d\n", io_u, ret);
249 dprint(FD_IO, "getevents: %d\n", r);
389 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
helper_thread.c 143 dprint(FD_HELPERTHREAD, "since_ss: %llu, next_ss: %u, next_log: %u, msec_to_next_event: %u\n", (unsigned long long)since_ss, next_ss, next_log, msec_to_next_event);
181 dprint(FD_MUTEX, "wait on startup_mutex\n");
183 dprint(FD_MUTEX, "done waiting on startup_mutex\n");
io_u.c 100 dprint(FD_RANDOM, "off rand %llu\n", (unsigned long long) r);
126 dprint(FD_RANDOM, "get_next_rand_offset: offset %llu busy\n",
339 dprint(FD_IO, "%s: rand offset failed, last=%llu, size=%llu\n",
491 dprint(FD_IO, "get_next_offset: offset %llu >= io_size %llu\n",
499 dprint(FD_IO, "get_next_offset: offset %llu >= size %llu\n",
830 dprint(FD_IO, "requeue %p\n", __io_u);
891 dprint(FD_IO, "io_u %p, failed getting offset\n", io_u);
897 dprint(FD_IO, "io_u %p, failed getting buflen\n", io_u);
902 dprint(FD_IO, "io_u %p, offset + buflen exceeds file size\n",
904 dprint(FD_IO, " offset=%llu/buflen=%lu > %llu\n"
    [all...]
verify.c 66 dprint(FD_VERIFY, "fill random bytes len=%u\n", len);
78 dprint(FD_VERIFY, "using already filled verify pattern b=%d len=%u\n",
430 dprint(FD_VERIFY, "xxhash verify io_u %p, len %u\n", vc->io_u, hdr->len);
453 dprint(FD_VERIFY, "%s verify io_u %p, len %u\n", name, vc->io_u, hdr->len);
534 dprint(FD_VERIFY, "sha512 verify io_u %p, len %u\n", vc->io_u, hdr->len);
559 dprint(FD_VERIFY, "sha256 verify io_u %p, len %u\n", vc->io_u, hdr->len);
585 dprint(FD_VERIFY, "sha1 verify io_u %p, len %u\n", vc->io_u, hdr->len);
608 dprint(FD_VERIFY, "crc7 verify io_u %p, len %u\n", vc->io_u, hdr->len);
629 dprint(FD_VERIFY, "crc16 verify io_u %p, len %u\n", vc->io_u, hdr->len);
650 dprint(FD_VERIFY, "crc64 verify io_u %p, len %u\n", vc->io_u, hdr->len)
    [all...]
blktrace.c 40 dprint(FD_BLKTRACE, "refill: filled %d bytes\n", ret);
69 dprint(FD_BLKTRACE, "discard pdu len %u\n", t->pdu_len);
184 dprint(FD_BLKTRACE, "device lookup: %d/%d\n overridden"
188 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min);
190 dprint(FD_BLKTRACE, "add devices %s\n", dev);
242 dprint(FD_BLKTRACE, "store ddir=%d, off=%llu, len=%lu, delay=%lu\n",
252 dprint(FD_BLKTRACE, "got process notify: %x, %d\n",
256 dprint(FD_BLKTRACE, "got timestamp notify: %x, %d\n",
262 dprint(FD_BLKTRACE, "unknown trace act %x\n", t->action);
297 dprint(FD_BLKTRACE, "store discard, off=%llu, len=%lu, delay=%lu\n"
    [all...]
libfio.c 210 dprint(FD_PROCESS, "pid=%d: runstate %s -> %s\n", (int) td->pid,
242 dprint(FD_PROCESS, "terminate group_id=%d\n", group_id);
246 dprint(FD_PROCESS, "setting terminate on %s/%d\n",
gettime.c 304 dprint(FD_TIME, "cycles[%d]=%llu\n", i, (unsigned long long) cycles[i]);
307 dprint(FD_TIME, "avg: %llu\n", (unsigned long long) avg);
308 dprint(FD_TIME, "min=%llu, max=%llu, mean=%f, S=%f\n",
315 dprint(FD_TIME, "inv_cycles_per_usec=%lu\n", inv_cycles_per_usec);
318 dprint(FD_TIME, "cycles_start=%llu\n", cycles_start);
  /external/fio/engines/
glusterfs.c 42 dprint(FD_IO, "fio setup\n");
79 dprint(FD_FILE, "fio setup %p\n", g->fs);
112 dprint(FD_FILE, "get file size %s\n", f->file_name);
156 dprint(FD_FILE, "fio file %s open mode %s td rw %s\n", f->file_name,
168 dprint(FD_FILE, "fio extend file %s from %ld to %ld\n",
192 dprint(FD_IO,
228 dprint(FD_FILE, "terminate unlink %s\n",
233 dprint(FD_FILE,
256 dprint(FD_FILE, "fio %p fadvise %s status %d\n", g->fs,
261 dprint(FD_FILE, "fio %p created %s\n", g->fs, f->file_name)
    [all...]
glusterfs_async.c 18 dprint(FD_IO, "%s\n", __FUNCTION__);
30 dprint(FD_IO, "%s\n", __FUNCTION__);
73 dprint(FD_FILE, "%s\n", __FUNCTION__);
95 dprint(FD_IO, "%s ret %lu\n", __FUNCTION__, ret);
105 dprint(FD_IO, "%s op %s\n", __FUNCTION__, io_ddir_name(io_u->ddir));
glusterfs_sync.c 16 dprint(FD_FILE, "fio prep\n");
37 dprint(FD_FILE, "fio queue len %lu\n", io_u->xfer_buflen);
52 dprint(FD_FILE, "fio len %lu ret %d\n", io_u->xfer_buflen, ret);
sync.c 209 dprint(FD_IO, "vsyncio_getevents: min=%d,max=%d: %d\n", min, max, ret);
254 dprint(FD_IO, "vsyncio_queue: no append (%d)\n", sd->queued);
272 dprint(FD_IO, "vsyncio_queue: max depth %d\n", sd->queued);
276 dprint(FD_IO, "vsyncio_queue: append\n");
280 dprint(FD_IO, "vsyncio_queue: depth now %d\n", sd->queued);
351 dprint(FD_IO, "vsyncio_commit: %d\n", (int) ret);
falloc.c 30 dprint(FD_FILE, "fd open %s\n", f->file_name);
  /external/autotest/tko/parsers/
version_0.py 27 tko_utils.dprint(str(keyval))
57 tko_utils.dprint("Using host_group_name %r instead of "
66 tko_utils.dprint("MACHINE NAME: %s" % machine)
77 tko_utils.dprint('Unable to parse host keyval for %s'
94 tko_utils.dprint(error)
99 tko_utils.dprint("MACHINE GROUP: %s" % machine_group)
110 tko_utils.dprint("Could not read a hostname from "
118 tko_utils.dprint("Could not read a hostname from "
155 tko_utils.dprint("kernel.__init__() found kernel version %s"
223 tko_utils.dprint("PATCH::%s %s %s" % (spec, reference, hash)
    [all...]
base.py 37 tko_utils.dprint(msg)
56 tko_utils.dprint(msg)
version_1.py 107 tko_utils.dprint(msg)
147 tko_utils.dprint(msg)
293 tko_utils.dprint('Unexpected indent: aborting log parse')
317 tko_utils.dprint('The following lines were ignored:')
319 tko_utils.dprint(line)
320 tko_utils.dprint('---------------------------------')
338 tko_utils.dprint('\nUnexpected end of job, aborting')
389 tko_utils.dprint('ignoring line because of extra indentation')
408 tko_utils.dprint(msg)
424 tko_utils.dprint(msg
    [all...]
  /external/autotest/tko/
parse.py 94 tko_utils.dprint("ERROR: at least one results directory must "
204 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg)
237 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg)
256 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path))
262 tko_utils.dprint("! Job is already parsed, done")
282 tko_utils.dprint("! Unable to parse job, no status file")
286 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname))
308 tko_utils.dprint("! Reparse returned new test "
335 path, log=tko_utils.dprint)
340 sponge_url = sponge_utils.upload_results(job, log=tko_utils.dprint)
    [all...]
utils.py 8 def dprint(msg): function
  /external/autotest/tko/perf_upload/
perf_uploader.py 305 tko_utils.dprint('Failed to parse config file %s: %s.' %
316 tko_utils.dprint('Error when uploading perf data to the perf '
319 tko_utils.dprint('Successfully uploaded perf data to the perf '

Completed in 1029 milliseconds

1 2