/external/fio/ |
debug.h | 42 #define dprint(type, str, args...) \ macro 51 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); 163 dprint(FD_MEM, "mmap %llu/%d %p\n", (unsigned long long) total_mem, 182 dprint(FD_MEM, "munmap %llu %p\n", (unsigned long long) total_mem, 196 dprint(FD_MEM, "malloc %llu %p\n", (unsigned long long) total_mem, 204 dprint(FD_MEM, "free malloc mem %p\n", td->orig_buffer); 228 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 | 90 dprint(FD_MUTEX, "wait on startup_mutex\n"); 92 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);
|
blktrace.c | 38 dprint(FD_BLKTRACE, "refill: filled %d bytes\n", ret); 67 dprint(FD_BLKTRACE, "discard pdu len %u\n", t->pdu_len); 159 dprint(FD_BLKTRACE, "device lookup: %d/%d\n overridden" 163 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min); 165 dprint(FD_BLKTRACE, "add devices %s\n", dev); 200 dprint(FD_BLKTRACE, "store ddir=%d, off=%llu, len=%lu, delay=%lu\n", 210 dprint(FD_BLKTRACE, "got process notify: %x, %d\n", 214 dprint(FD_BLKTRACE, "got timestamp notify: %x, %d\n", 220 dprint(FD_BLKTRACE, "unknown trace act %x\n", t->action); 254 dprint(FD_BLKTRACE, "store discard, off=%llu, len=%lu, delay=%lu\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); 398 dprint(FD_IO, "invalidate cache %s: %llu/%llu\n", f->file_name, off, 445 dprint(FD_FILE, "fd close %s\n", f->file_name); 470 dprint(FD_FILE, "found file in hash %s\n", f->file_name); 477 dprint(FD_FILE, "file not found in hash %s\n", f->file_name) [all...] |
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", 256 dprint(FD_IO, "%s: rand offset failed, last=%llu, size=%llu\n", 386 dprint(FD_IO, "get_next_offset: offset %llu >= io_size %llu\n", 394 dprint(FD_IO, "get_next_offset: offset %llu >= size %llu\n", 708 dprint(FD_IO, "requeue %p\n", __io_u); 763 dprint(FD_IO, "io_u %p, failed getting offset\n", io_u); 769 dprint(FD_IO, "io_u %p, failed getting buflen\n", io_u); 774 dprint(FD_IO, "io_u %p, offset too large\n", io_u); 775 dprint(FD_IO, " off=%llu/%lu > %llu\n" [all...] |
verify.c | 57 dprint(FD_VERIFY, "fill random bytes len=%u\n", len); 67 dprint(FD_VERIFY, "using already filled verify pattern b=%d len=%u\n", 383 dprint(FD_VERIFY, "meta verify io_u %p, len %u\n", io_u, hdr->len); 420 dprint(FD_VERIFY, "xxhash verify io_u %p, len %u\n", vc->io_u, hdr->len); 446 dprint(FD_VERIFY, "sha512 verify io_u %p, len %u\n", vc->io_u, hdr->len); 471 dprint(FD_VERIFY, "sha256 verify io_u %p, len %u\n", vc->io_u, hdr->len); 497 dprint(FD_VERIFY, "sha1 verify io_u %p, len %u\n", vc->io_u, hdr->len); 520 dprint(FD_VERIFY, "crc7 verify io_u %p, len %u\n", vc->io_u, hdr->len); 541 dprint(FD_VERIFY, "crc16 verify io_u %p, len %u\n", vc->io_u, hdr->len); 562 dprint(FD_VERIFY, "crc64 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); 395 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
|
client.c | 191 dprint(FD_NET, "client: removed <%s>\n", client->hostname); 227 dprint(FD_NET, "client: add cmd %d: %s\n", index, opt); 290 dprint(FD_NET, "client: added <%s>\n", client->hostname); 307 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file); 365 dprint(FD_NET, "client: added <%s>\n", client->hostname); 392 dprint(FD_NET, "client: send probe\n"); 482 dprint(FD_NET, "client: connect to host %s\n", client->hostname); 489 dprint(FD_NET, "client: %s connected %d\n", client->hostname, fd); 512 dprint(FD_NET, "client: terminate clients\n"); 522 dprint(FD_NET, "client: got signal %d\n", sig) [all...] |
libfio.c | 175 dprint(FD_PROCESS, "pid=%d: runstate %d -> %d\n", (int) td->pid, 206 dprint(FD_PROCESS, "terminate group_id=%d\n", group_id); 210 dprint(FD_PROCESS, "setting terminate on %s/%d\n",
|
gettime.c | 302 dprint(FD_TIME, "cycles[%d]=%llu\n", i, 309 dprint(FD_TIME, "avg: %llu\n", (unsigned long long) avg); 310 dprint(FD_TIME, "min=%llu, max=%llu, mean=%f, S=%f\n", 317 dprint(FD_TIME, "inv_cycles_per_usec=%lu\n", inv_cycles_per_usec); 320 dprint(FD_TIME, "cycles_start=%llu\n", cycles_start);
|
/external/autotest/tko/ |
query_lib.py | 16 def dprint(str): function 31 # dprint("Matched () on %s" % condition) 37 # dprint("Depth is %d" % depth) 39 # dprint("Match...stripping ()'s") 45 dprint("Matched | on %s" % condition) 54 dprint("Matched & on %s" % condition) 63 # dprint("Matched ! on %s" % condition)
|
parse.py | 54 tko_utils.dprint("ERROR: at least one results directory must " 144 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg) 177 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg) 192 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path)) 198 tko_utils.dprint("! Job is already parsed, done") 218 tko_utils.dprint("! Unable to parse job, no status file") 222 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname)) 244 tko_utils.dprint("! Reparse returned new test " 262 tko_utils.dprint("* testname, status, reason: %s %s %s" 274 tko_utils.dprint("Sending email report of failure on %s to %s [all...] |
utils.py | 5 def dprint(msg): function
|
/external/fio/engines/ |
glusterfs.c | 41 dprint(FD_IO, "fio setup\n"); 78 dprint(FD_FILE, "fio setup %p\n", g->fs); 111 dprint(FD_FILE, "get file size %s\n", f->file_name); 155 dprint(FD_FILE, "fio file %s open mode %s td rw %s\n", f->file_name, 167 dprint(FD_FILE, "fio extend file %s from %ld to %ld\n", 191 dprint(FD_IO, 227 dprint(FD_FILE, "terminate unlink %s\n", 232 dprint(FD_FILE, 255 dprint(FD_FILE, "fio %p fadvise %s status %d\n", g->fs, 260 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 | 154 dprint(FD_IO, "vsyncio_getevents: min=%d,max=%d: %d\n", min, max, ret); 199 dprint(FD_IO, "vsyncio_queue: no append (%d)\n", sd->queued); 217 dprint(FD_IO, "vsyncio_queue: max depth %d\n", sd->queued); 221 dprint(FD_IO, "vsyncio_queue: append\n"); 225 dprint(FD_IO, "vsyncio_queue: depth now %d\n", sd->queued); 296 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 | 25 tko_utils.dprint(str(keyval)) 55 tko_utils.dprint("Using host_group_name %r instead of " 64 tko_utils.dprint("MACHINE NAME: %s" % machine) 75 tko_utils.dprint('Unable to parse host keyval for %s' 90 tko_utils.dprint(error) 95 tko_utils.dprint("MACHINE GROUP: %s" % machine_group) 106 tko_utils.dprint("Could not read a hostname from " 114 tko_utils.dprint("Could not read a hostname from " 151 tko_utils.dprint("kernel.__init__() found kernel version %s" 219 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 | 100 tko_utils.dprint(msg) 140 tko_utils.dprint(msg) 286 tko_utils.dprint('Unexpected indent regression, aborting') 321 tko_utils.dprint('\nUnexpected end of job, aborting') 352 tko_utils.dprint('\nSTATUS: ' + raw_line.strip()) 355 tko_utils.dprint('non-status line, ignoring') 370 tko_utils.dprint('unexpected extra indentation, ignoring') 389 tko_utils.dprint(msg) 405 tko_utils.dprint(msg) 439 tko_utils.dprint(msg [all...] |
/external/autotest/tko/perf_upload/ |
perf_uploader.py | 382 tko_utils.dprint('Failed to parse config file %s: %s.' % 392 tko_utils.dprint('Error when uploading perf data to the perf ' 395 tko_utils.dprint('Successfully uploaded perf data to the perf '
|