Lines Matching refs:logprintf
307 logprintf(11, "Log: Bind to %s failed.\n", in InitPriority()
310 logprintf(11, "Log: Thread %d running on core ID %d mask %s (%s).\n", in InitPriority()
319 logprintf(0, "Log: Changing priority to SCHED_FIFO %d\n", in InitPriority()
324 logprintf(0, "Process Error: sched_setscheduler " in InitPriority()
340 logprintf(0, "Process Error: pthread_create " in SpawnThread()
361 logprintf(0, "Process Error: pthread_join failed - error %d\n", result); in JoinThread()
382 logprintf(9, "Log: ...\n"); in Work()
433 logprintf(11, "Log: available CPU mask - %s\n", in BindToCpus()
437 logprintf(0, "Log: requested CPUs %s not a subset of available %s\n", in BindToCpus()
461 logprintf(0, "Process Error: Fill Page entry null\n"); in FillPage()
507 logprintf(0, "Process Error: Fill Page entry null\n"); in FillPageRandom()
511 logprintf(0, "Process Error: No data patterns available\n"); in FillPageRandom()
518 logprintf(0, "Process Error: Null data pattern\n"); in FillPageRandom()
531 logprintf(9, "Log: Starting fill thread %d\n", thread_num_); in Work()
541 logprintf(0, "Process Error: fill_thread failed to pop pages, " in Work()
553 logprintf(0, "Process Error: fill_thread failed to push pages, " in Work()
563 logprintf(9, "Log: Completed %d: Fill thread. Status %d, %d pages filled\n", in Work()
606 logprintf(priority, in ProcessError()
674 logprintf(priority, in ProcessError()
736 logprintf(10, "Log: Error record overflow, too many miscompares!\n"); in CheckRegion()
814 logprintf(0, "Block Error: (%p) pattern %s instead of %s, " in CheckRegion()
899 logprintf(11, "Log: CrcCheckPage Falling through to slow compare, " in CrcCheckPage()
908 logprintf(0, "Log: CrcCheckPage CRC mismatch %s != %s, " in CrcCheckPage()
964 logprintf(priority, in ProcessTagError()
1210 logprintf(11, "Log: CrcCopyPage Falling through to slow compare, " in CrcCopyPage()
1218 logprintf(0, "Log: CrcCopyPage CRC mismatch %s != %s, " in CrcCopyPage()
1233 logprintf(0, "Process Error: CPU %d(0x%s) CrcCopyPage " in CrcCopyPage()
1354 logprintf(11, "Log: CrcWarmCopyPage Falling through to slow compare, " in CrcWarmCopyPage()
1362 logprintf(0, "Log: CrcWarmCopyPage CRC mismatch expected: %s != actual: %s, " in CrcWarmCopyPage()
1377 logprintf(0, "Process Error: CPU %d(0x%s) CrciWarmCopyPage " in CrcWarmCopyPage()
1431 logprintf(9, "Log: Starting Check thread %d\n", thread_num_); in Work()
1439 logprintf(0, "Process Error: check_thread failed to pop pages, " in Work()
1456 logprintf(0, "Process Error: check_thread failed to push pages, " in Work()
1465 logprintf(9, "Log: Completed %d: Check thread. Status %d, %d pages checked\n", in Work()
1478 logprintf(9, "Log: Starting copy thread %d: cpu %s, mem %x\n", in Work()
1486 logprintf(0, "Process Error: copy_thread failed to pop pages, " in Work()
1521 logprintf(0, "Process Error: copy_thread failed to push pages, " in Work()
1530 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1541 logprintf(9, "Log: Starting invert thread %d\n", thread_num_); in Work()
1547 logprintf(0, "Process Error: invert_thread failed to pop pages, " in Work()
1573 logprintf(0, "Process Error: invert_thread failed to push pages, " in Work()
1582 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1603 logprintf(0, "Process Error: Failed to create file %s!!\n", in OpenFile()
1643 logprintf(0, "Block Error: file_thread failed to write, " in WritePageToFile()
1689 logprintf(0, "Block Error: file_thread failed to read, " in ReadPageFromFile()
1752 logprintf(5, "Sector Error: Sector tag @ 0x%x, pass %d/%d. " in SectorValidatePage()
1774 logprintf(5, "Log: file sector miscompare at offset %x-%x. File: %s\n", in SectorValidatePage()
1812 logprintf(0, "Process Error: disk thread posix_memalign " in PagePrepare()
1915 logprintf(5, "Log: file miscompare at block %d, " in ReadPages()
1935 logprintf(9, "Log: Starting file thread %d, file %s, device %s\n", in Work()
1980 logprintf(9, "Log: Completed %d: file thread status %d, %d pages copied\n", in Work()
2009 logprintf(0, "Process Error: Cannot open socket\n"); in CreateSocket()
2033 logprintf(0, "Process Error: Cannot resolve %s\n", ipaddr_); in Connect()
2041 logprintf(0, "Process Error: Cannot connect %s\n", ipaddr_); in Connect()
2062 logprintf(0, "Process Error: Cannot bind socket: %s\n", buf); in Listen()
2096 logprintf(0, "Process Error: Did not receive connection\n"); in GetConnection()
2118 logprintf(0, "Process Error: Thread %d, " in SendPage()
2147 logprintf(0, "Log: Net thread did not receive any data, exiting.\n"); in ReceivePage()
2152 logprintf(0, "Process Error: Thread %d, " in ReceivePage()
2157 logprintf(0, "Log: recv(%d, address %x, size %x, 0) == %x, err %d\n", in ReceivePage()
2166 logprintf(0, "Log: received %d bytes: '%s'\n", in ReceivePage()
2181 logprintf(9, "Log: Starting network thread %d, ip %s\n", in Work()
2195 logprintf(9, "Log: Starting execution of network thread %d, ip %s\n", in Work()
2214 logprintf(0, "Process Error: net_thread failed to pop pages, " in Work()
2242 logprintf(0, "Process Error: net_thread failed to push pages, " in Work()
2255 logprintf(9, "Log: Completed %d: network thread status %d, " in Work()
2263 logprintf(12, "Log: Listen thread spawning slave\n"); in SpawnSlave()
2281 logprintf(12, "Log: Joining all outstanding threads\n"); in ReapSlaves()
2285 logprintf(12, "Log: Joining slave thread %d\n", i); in ReapSlaves()
2288 logprintf(0, "Process Error: Slave Thread %d failed with status %d\n", i, in ReapSlaves()
2293 logprintf(9, "Log: Slave Thread %d found %lld miscompares\n", i, in ReapSlaves()
2304 logprintf(9, "Log: Starting network listen thread %d\n", in Work()
2313 logprintf(9, "Log: Listen thread created sock\n"); in Work()
2318 logprintf(12, "Log: Listen thread waiting for incoming connections\n"); in Work()
2326 logprintf(12, "Log: Listen thread found incoming connection\n"); in Work()
2348 logprintf(9, in Work()
2363 logprintf(9, "Log: Starting network slave thread %d\n", in Work()
2384 logprintf(0, "Process Error: net slave posix_memalign " in Work()
2415 logprintf(9, in Work()
2424 logprintf(9, "Log: Starting system error poll thread %d\n", thread_num_); in Work()
2432 logprintf(9, "Log: Finished system error poll thread %d: %d errors\n", in Work()
2441 logprintf(9, "Log: Starting CPU stress thread %d\n", thread_num_); in Work()
2449 logprintf(9, "Log: Finished CPU stress thread %d:\n", in Work()
2477 logprintf(9, "Log: Starting the Cache Coherency thread %d\n", in Work()
2546 logprintf(0, "Hardware Error: global(%d) and local(%d) do not match\n", in Work()
2557 logprintf(4, "Stats: CC Thread(%d): Time=%llu us," in Work()
2560 logprintf(9, "Log: Finished CPU Cache Coherency thread %d:\n", in Work()
2623 logprintf(0, "Process Error: Block size must be a multiple of %d " in SetParameters()
2635 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2640 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2651 logprintf(5, "Log: Assuming write block size equal to read block size, " in SetParameters()
2657 logprintf(0, "Process Error: Write block size (defined as %d) must " in SetParameters()
2672 logprintf(0, "Process Error: Blocks per segment must be greater than " in SetParameters()
2682 logprintf(0, "Process Error: Read threshold must be greater than " in SetParameters()
2692 logprintf(0, "Process Error: Write threshold must be greater than " in SetParameters()
2703 logprintf(0, "Process Error: Segment size must be a multiple of %d" in SetParameters()
2735 logprintf(0, "Process Error: Failed to open device %s (thread %d)!!\n", in OpenDevice()
2749 logprintf(0, "Process Error: Unable to fstat disk %s (thread %d).\n", in GetDiskSize()
2760 logprintf(0, "Process Error: Unable to ioctl disk %s (thread %d).\n", in GetDiskSize()
2779 logprintf(0, "Process Error: %s is not a regular file or block " in GetDiskSize()
2785 logprintf(12, "Log: Device sectors: %lld on disk %s (thread %d).\n", in GetDiskSize()
2847 logprintf(16, "Log: Write phase %sfor disk %s (thread %d).\n", in DoWork()
2857 logprintf(20, "Log: Starting to write segment %lld out of " in DoWork()
2902 logprintf(20, "Log: Read phase for disk %s (thread %d).\n", in DoWork()
2952 logprintf(0, "Process Error: Unable to submit async %s " in AsyncDiskIO()
2970 logprintf(5, "Log: %s interrupted on disk %s (thread %d).\n", in AsyncDiskIO()
2976 logprintf(0, "Hardware Error: Timeout doing async %s to sectors " in AsyncDiskIO()
2993 logprintf(0, "Process Error: Unable to create aio context on disk %s" in AsyncDiskIO()
3011 logprintf(0, "Hardware Error: Low-level I/O error while doing %s to " in AsyncDiskIO()
3017 logprintf(0, "Hardware Error: Unknown error while doing %s to " in AsyncDiskIO()
3023 logprintf(0, "Hardware Error: Unable to %s to sectors starting at " in AsyncDiskIO()
3050 logprintf(11, "Log: Warning, using pattern fill fallback in " in WriteBlockToDisk()
3063 logprintf(12, "Log: Writing %lld sectors starting at %lld on disk %s" in WriteBlockToDisk()
3076 logprintf(12, "Log: Writing time: %lld us (thread %d).\n", in WriteBlockToDisk()
3079 logprintf(5, "Log: Write took %lld us which is longer than threshold " in WriteBlockToDisk()
3098 logprintf(20, "Log: Reading sectors starting at %lld on disk %s " in ValidateBlockOnDisk()
3105 logprintf(0, "Process Error: Unable to seek to sector %lld in " in ValidateBlockOnDisk()
3123 logprintf(20, "Log: Reading %lld sectors starting at sector %lld on " in ValidateBlockOnDisk()
3136 logprintf(20, "Log: Reading time: %lld us (thread %d).\n", in ValidateBlockOnDisk()
3139 logprintf(5, "Log: Read took %lld us which is longer than threshold " in ValidateBlockOnDisk()
3152 logprintf(0, "Hardware Error: Pattern mismatch in block starting at " in ValidateBlockOnDisk()
3171 logprintf(9, "Log: Starting disk thread %d, disk %s\n", in Work()
3192 logprintf(0, "Process Error: Unable to allocate memory for buffers " in Work()
3202 logprintf(0, "Process Error: Unable to create aio context for disk %s" in Work()
3219 logprintf(9, "Log: Completed %d (disk %s): disk thread status %d, " in Work()
3235 logprintf(11, "Log: Random phase for disk %s (thread %d).\n", in DoWork()
3240 logprintf(12, "Log: No block available for device %s (thread %d).\n", in DoWork()
3268 logprintf(0, "Process Error: region size is not a multiple of SAT " in SetRegion()
3323 logprintf(priority, in ProcessError()
3336 logprintf(0, "Process Error: memory region thread raised an " in ProcessError()
3355 logprintf(9, "Log: Starting Memory Region thread %d\n", thread_num_); in Work()
3362 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3369 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3403 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3409 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3425 logprintf(9, "Log: Completed %d: Memory Region thread. Status %d, %d " in Work()
3463 logprintf(0, "Log: Register %s went backwards 0x%llx to 0x%llx " in ComputeDelta()
3474 logprintf(0, "Log: Insanely slow TSC rate, TSC stops in idle?\n"); in ComputeDelta()
3506 logprintf(0, "Process Error: Cannot get information about the cpus.\n"); in Work()
3539 logprintf(0, "Failed to get msrs on cpu %d.\n", cpu); in Work()
3562 logprintf(0, "Log: Cannot get frequency of cpu %d.\n", cpu); in Work()
3566 logprintf(15, "Cpu %d Freq %d\n", cpu, freq); in Work()
3570 logprintf(0, "Log: Cpu %d frequency is too low, frequency %d MHz " in Work()
3613 logprintf(0, "Process Error: No TSC support.\n"); in CanRun()
3622 logprintf(0, "Process Error: No invariant TSC support.\n"); in CanRun()
3631 logprintf(0, "Process Error: No non-stop TSC support.\n"); in CanRun()
3640 logprintf(0, "Process Error: No APERF MSR support.\n"); in CanRun()
3645 logprintf(0, "Process Error: " in CanRun()