Lines Matching refs:logprintf

319     logprintf(11, "Log: Bind to %s failed.\n",  in InitPriority()
322 logprintf(11, "Log: Thread %d running on core ID %d mask %s (%s).\n", in InitPriority()
331 logprintf(0, "Log: Changing priority to SCHED_FIFO %d\n", in InitPriority()
336 logprintf(0, "Process Error: sched_setscheduler " in InitPriority()
352 logprintf(0, "Process Error: pthread_create " in SpawnThread()
373 logprintf(0, "Process Error: pthread_join failed - error %d\n", result); in JoinThread()
394 logprintf(9, "Log: ...\n"); in Work()
445 logprintf(11, "Log: available CPU mask - %s\n", in BindToCpus()
449 logprintf(0, "Log: requested CPUs %s not a subset of available %s\n", in BindToCpus()
473 logprintf(0, "Process Error: Fill Page entry null\n"); in FillPage()
522 logprintf(0, "Process Error: Fill Page entry null\n"); in FillPageRandom()
526 logprintf(0, "Process Error: No data patterns available\n"); in FillPageRandom()
535 logprintf(0, "Process Error: Null data pattern\n"); in FillPageRandom()
548 logprintf(9, "Log: Starting fill thread %d\n", thread_num_); in Work()
558 logprintf(0, "Process Error: fill_thread failed to pop pages, " in Work()
570 logprintf(0, "Process Error: fill_thread failed to push pages, " in Work()
580 logprintf(9, "Log: Completed %d: Fill thread. Status %d, %d pages filled\n", in Work()
623 logprintf(priority, in ProcessError()
693 logprintf(priority, in ProcessError()
759 logprintf(10, "Log: Error record overflow, too many miscompares!\n"); in CheckRegion()
837 logprintf(0, "Block Error: (%p) pattern %s instead of %s, " in CheckRegion()
922 logprintf(11, "Log: CrcCheckPage Falling through to slow compare, " in CrcCheckPage()
932 logprintf(0, "Log: CrcCheckPage CRC mismatch %s != %s, " in CrcCheckPage()
989 logprintf(priority, in ProcessTagError()
1235 logprintf(11, "Log: CrcCopyPage Falling through to slow compare, " in CrcCopyPage()
1244 logprintf(0, "Log: CrcCopyPage CRC mismatch %s != %s, " in CrcCopyPage()
1260 logprintf(0, "Process Error: CPU %d(0x%s) CrcCopyPage " in CrcCopyPage()
1271 logprintf(0, "Process Error: lastCPU %d\n", srcpe->lastcpu); in CrcCopyPage()
1391 logprintf(11, "Log: CrcWarmCopyPage Falling through to slow compare, " in CrcWarmCopyPage()
1400 logprintf(0, "Log: CrcWarmCopyPage CRC mismatch expected: %s != actual: %s, " in CrcWarmCopyPage()
1416 logprintf(0, "Process Error: CPU %d(0x%s) CrciWarmCopyPage " in CrcWarmCopyPage()
1477 logprintf(9, "Log: Starting Check thread %d\n", thread_num_); in Work()
1485 logprintf(0, "Process Error: check_thread failed to pop pages, " in Work()
1502 logprintf(0, "Process Error: check_thread failed to push pages, " in Work()
1511 logprintf(9, "Log: Completed %d: Check thread. Status %d, %d pages checked\n", in Work()
1524 logprintf(9, "Log: Starting copy thread %d: cpu %s, mem %x\n", in Work()
1532 logprintf(0, "Process Error: copy_thread failed to pop pages, " in Work()
1568 logprintf(0, "Process Error: copy_thread failed to push pages, " in Work()
1577 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1588 logprintf(9, "Log: Starting invert thread %d\n", thread_num_); in Work()
1594 logprintf(0, "Process Error: invert_thread failed to pop pages, " in Work()
1620 logprintf(0, "Process Error: invert_thread failed to push pages, " in Work()
1629 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1650 logprintf(0, "Process Error: Failed to create file %s!!\n", in OpenFile()
1690 logprintf(0, "Block Error: file_thread failed to write, " in WritePageToFile()
1736 logprintf(0, "Block Error: file_thread failed to read, " in ReadPageFromFile()
1800 logprintf(5, "Sector Error: Sector tag @ 0x%x, pass %d/%d. " in SectorValidatePage()
1822 logprintf(5, "Log: file sector miscompare at offset %x-%x. File: %s\n", in SectorValidatePage()
1860 logprintf(0, "Process Error: disk thread posix_memalign " in PagePrepare()
1965 logprintf(5, "Log: file miscompare at block %d, " in ReadPages()
1985 logprintf(9, "Log: Starting file thread %d, file %s, device %s\n", in Work()
2030 logprintf(9, "Log: Completed %d: file thread status %d, %d pages copied\n", in Work()
2059 logprintf(0, "Process Error: Cannot open socket\n"); in CreateSocket()
2083 logprintf(0, "Process Error: Cannot resolve %s\n", ipaddr_); in Connect()
2091 logprintf(0, "Process Error: Cannot connect %s\n", ipaddr_); in Connect()
2112 logprintf(0, "Process Error: Cannot bind socket: %s\n", buf); in Listen()
2146 logprintf(0, "Process Error: Did not receive connection\n"); in GetConnection()
2168 logprintf(0, "Process Error: Thread %d, " in SendPage()
2197 logprintf(0, "Log: Net thread did not receive any data, exiting.\n"); in ReceivePage()
2202 logprintf(0, "Process Error: Thread %d, " in ReceivePage()
2207 logprintf(0, "Log: recv(%d, address %x, size %x, 0) == %x, err %d\n", in ReceivePage()
2216 logprintf(0, "Log: received %d bytes: '%s'\n", in ReceivePage()
2231 logprintf(9, "Log: Starting network thread %d, ip %s\n", in Work()
2245 logprintf(9, "Log: Starting execution of network thread %d, ip %s\n", in Work()
2264 logprintf(0, "Process Error: net_thread failed to pop pages, " in Work()
2293 logprintf(0, "Process Error: net_thread failed to push pages, " in Work()
2306 logprintf(9, "Log: Completed %d: network thread status %d, " in Work()
2314 logprintf(12, "Log: Listen thread spawning slave\n"); in SpawnSlave()
2332 logprintf(12, "Log: Joining all outstanding threads\n"); in ReapSlaves()
2336 logprintf(12, "Log: Joining slave thread %d\n", i); in ReapSlaves()
2339 logprintf(0, "Process Error: Slave Thread %d failed with status %d\n", i, in ReapSlaves()
2344 logprintf(9, "Log: Slave Thread %d found %lld miscompares\n", i, in ReapSlaves()
2355 logprintf(9, "Log: Starting network listen thread %d\n", in Work()
2364 logprintf(9, "Log: Listen thread created sock\n"); in Work()
2369 logprintf(12, "Log: Listen thread waiting for incoming connections\n"); in Work()
2377 logprintf(12, "Log: Listen thread found incoming connection\n"); in Work()
2399 logprintf(9, in Work()
2414 logprintf(9, "Log: Starting network slave thread %d\n", in Work()
2435 logprintf(0, "Process Error: net slave posix_memalign " in Work()
2466 logprintf(9, in Work()
2475 logprintf(9, "Log: Starting system error poll thread %d\n", thread_num_); in Work()
2483 logprintf(9, "Log: Finished system error poll thread %d: %d errors\n", in Work()
2492 logprintf(9, "Log: Starting CPU stress thread %d\n", thread_num_); in Work()
2500 logprintf(9, "Log: Finished CPU stress thread %d:\n", in Work()
2528 logprintf(9, "Log: Starting the Cache Coherency thread %d\n", in Work()
2595 logprintf(0, "Hardware Error: global(%d) and local(%d) do not match\n", in Work()
2605 logprintf(4, "Stats: CC Thread(%d): Time=%llu us," in Work()
2608 logprintf(9, "Log: Finished CPU Cache Coherency thread %d:\n", in Work()
2671 logprintf(0, "Process Error: Block size must be a multiple of %d " in SetParameters()
2683 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2688 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2699 logprintf(5, "Log: Assuming write block size equal to read block size, " in SetParameters()
2705 logprintf(0, "Process Error: Write block size (defined as %d) must " in SetParameters()
2720 logprintf(0, "Process Error: Blocks per segment must be greater than " in SetParameters()
2730 logprintf(0, "Process Error: Read threshold must be greater than " in SetParameters()
2740 logprintf(0, "Process Error: Write threshold must be greater than " in SetParameters()
2751 logprintf(0, "Process Error: Segment size must be a multiple of %d" in SetParameters()
2783 logprintf(0, "Process Error: Failed to open device %s (thread %d)!!\n", in OpenDevice()
2797 logprintf(0, "Process Error: Unable to fstat disk %s (thread %d).\n", in GetDiskSize()
2808 logprintf(0, "Process Error: Unable to ioctl disk %s (thread %d).\n", in GetDiskSize()
2827 logprintf(0, "Process Error: %s is not a regular file or block " in GetDiskSize()
2833 logprintf(12, "Log: Device sectors: %lld on disk %s (thread %d).\n", in GetDiskSize()
2893 logprintf(16, "Log: Write phase %sfor disk %s (thread %d).\n", in DoWork()
2903 logprintf(20, "Log: Starting to write segment %lld out of " in DoWork()
2948 logprintf(20, "Log: Read phase for disk %s (thread %d).\n", in DoWork()
2998 logprintf(0, "Process Error: Unable to submit async %s " in AsyncDiskIO()
3016 logprintf(5, "Log: %s interrupted on disk %s (thread %d).\n", in AsyncDiskIO()
3022 logprintf(0, "Hardware Error: Timeout doing async %s to sectors " in AsyncDiskIO()
3039 logprintf(0, "Process Error: Unable to create aio context on disk %s" in AsyncDiskIO()
3057 logprintf(0, "Hardware Error: Low-level I/O error while doing %s to " in AsyncDiskIO()
3063 logprintf(0, "Hardware Error: Unknown error while doing %s to " in AsyncDiskIO()
3069 logprintf(0, "Hardware Error: Unable to %s to sectors starting at " in AsyncDiskIO()
3096 logprintf(11, "Log: Warning, using pattern fill fallback in " in WriteBlockToDisk()
3109 logprintf(12, "Log: Writing %lld sectors starting at %lld on disk %s" in WriteBlockToDisk()
3122 logprintf(12, "Log: Writing time: %lld us (thread %d).\n", in WriteBlockToDisk()
3125 logprintf(5, "Log: Write took %lld us which is longer than threshold " in WriteBlockToDisk()
3144 logprintf(20, "Log: Reading sectors starting at %lld on disk %s " in ValidateBlockOnDisk()
3151 logprintf(0, "Process Error: Unable to seek to sector %lld in " in ValidateBlockOnDisk()
3169 logprintf(20, "Log: Reading %lld sectors starting at sector %lld on " in ValidateBlockOnDisk()
3182 logprintf(20, "Log: Reading time: %lld us (thread %d).\n", in ValidateBlockOnDisk()
3185 logprintf(5, "Log: Read took %lld us which is longer than threshold " in ValidateBlockOnDisk()
3198 logprintf(0, "Hardware Error: Pattern mismatch in block starting at " in ValidateBlockOnDisk()
3217 logprintf(9, "Log: Starting disk thread %d, disk %s\n", in Work()
3238 logprintf(0, "Process Error: Unable to allocate memory for buffers " in Work()
3248 logprintf(0, "Process Error: Unable to create aio context for disk %s" in Work()
3265 logprintf(9, "Log: Completed %d (disk %s): disk thread status %d, " in Work()
3281 logprintf(11, "Log: Random phase for disk %s (thread %d).\n", in DoWork()
3286 logprintf(12, "Log: No block available for device %s (thread %d).\n", in DoWork()
3314 logprintf(0, "Process Error: region size is not a multiple of SAT " in SetRegion()
3369 logprintf(priority, in ProcessError()
3382 logprintf(0, "Process Error: memory region thread raised an " in ProcessError()
3401 logprintf(9, "Log: Starting Memory Region thread %d\n", thread_num_); in Work()
3408 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3415 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3450 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3456 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3472 logprintf(9, "Log: Completed %d: Memory Region thread. Status %d, %d " in Work()
3510 logprintf(0, "Log: Register %s went backwards 0x%llx to 0x%llx " in ComputeDelta()
3521 logprintf(0, "Log: Insanely slow TSC rate, TSC stops in idle?\n"); in ComputeDelta()
3553 logprintf(0, "Process Error: Cannot get information about the cpus.\n"); in Work()
3586 logprintf(0, "Failed to get msrs on cpu %d.\n", cpu); in Work()
3609 logprintf(0, "Log: Cannot get frequency of cpu %d.\n", cpu); in Work()
3613 logprintf(15, "Cpu %d Freq %d\n", cpu, freq); in Work()
3617 logprintf(0, "Log: Cpu %d frequency is too low, frequency %d MHz " in Work()
3660 logprintf(0, "Process Error: No TSC support.\n"); in CanRun()
3669 logprintf(0, "Process Error: No invariant TSC support.\n"); in CanRun()
3678 logprintf(0, "Process Error: No non-stop TSC support.\n"); in CanRun()
3687 logprintf(0, "Process Error: No APERF MSR support.\n"); in CanRun()
3692 logprintf(0, "Process Error: " in CanRun()