• Home
  • Raw
  • Download

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()
1356 logprintf(11, "Log: CrcWarmCopyPage Falling through to slow compare, " in CrcWarmCopyPage()
1364 logprintf(0, "Log: CrcWarmCopyPage CRC mismatch expected: %s != actual: %s, " in CrcWarmCopyPage()
1379 logprintf(0, "Process Error: CPU %d(0x%s) CrciWarmCopyPage " in CrcWarmCopyPage()
1435 logprintf(9, "Log: Starting Check thread %d\n", thread_num_); in Work()
1443 logprintf(0, "Process Error: check_thread failed to pop pages, " in Work()
1460 logprintf(0, "Process Error: check_thread failed to push pages, " in Work()
1469 logprintf(9, "Log: Completed %d: Check thread. Status %d, %d pages checked\n", in Work()
1482 logprintf(9, "Log: Starting copy thread %d: cpu %s, mem %x\n", in Work()
1490 logprintf(0, "Process Error: copy_thread failed to pop pages, " in Work()
1525 logprintf(0, "Process Error: copy_thread failed to push pages, " in Work()
1534 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1545 logprintf(9, "Log: Starting invert thread %d\n", thread_num_); in Work()
1551 logprintf(0, "Process Error: invert_thread failed to pop pages, " in Work()
1577 logprintf(0, "Process Error: invert_thread failed to push pages, " in Work()
1586 logprintf(9, "Log: Completed %d: Copy thread. Status %d, %d pages copied\n", in Work()
1607 logprintf(0, "Process Error: Failed to create file %s!!\n", in OpenFile()
1647 logprintf(0, "Block Error: file_thread failed to write, " in WritePageToFile()
1693 logprintf(0, "Block Error: file_thread failed to read, " in ReadPageFromFile()
1756 logprintf(5, "Sector Error: Sector tag @ 0x%x, pass %d/%d. " in SectorValidatePage()
1778 logprintf(5, "Log: file sector miscompare at offset %x-%x. File: %s\n", in SectorValidatePage()
1816 logprintf(0, "Process Error: disk thread posix_memalign " in PagePrepare()
1919 logprintf(5, "Log: file miscompare at block %d, " in ReadPages()
1939 logprintf(9, "Log: Starting file thread %d, file %s, device %s\n", in Work()
1984 logprintf(9, "Log: Completed %d: file thread status %d, %d pages copied\n", in Work()
2013 logprintf(0, "Process Error: Cannot open socket\n"); in CreateSocket()
2037 logprintf(0, "Process Error: Cannot resolve %s\n", ipaddr_); in Connect()
2045 logprintf(0, "Process Error: Cannot connect %s\n", ipaddr_); in Connect()
2066 logprintf(0, "Process Error: Cannot bind socket: %s\n", buf); in Listen()
2100 logprintf(0, "Process Error: Did not receive connection\n"); in GetConnection()
2122 logprintf(0, "Process Error: Thread %d, " in SendPage()
2151 logprintf(0, "Log: Net thread did not receive any data, exiting.\n"); in ReceivePage()
2156 logprintf(0, "Process Error: Thread %d, " in ReceivePage()
2161 logprintf(0, "Log: recv(%d, address %x, size %x, 0) == %x, err %d\n", in ReceivePage()
2170 logprintf(0, "Log: received %d bytes: '%s'\n", in ReceivePage()
2185 logprintf(9, "Log: Starting network thread %d, ip %s\n", in Work()
2199 logprintf(9, "Log: Starting execution of network thread %d, ip %s\n", in Work()
2218 logprintf(0, "Process Error: net_thread failed to pop pages, " in Work()
2246 logprintf(0, "Process Error: net_thread failed to push pages, " in Work()
2259 logprintf(9, "Log: Completed %d: network thread status %d, " in Work()
2267 logprintf(12, "Log: Listen thread spawning slave\n"); in SpawnSlave()
2285 logprintf(12, "Log: Joining all outstanding threads\n"); in ReapSlaves()
2289 logprintf(12, "Log: Joining slave thread %d\n", i); in ReapSlaves()
2292 logprintf(0, "Process Error: Slave Thread %d failed with status %d\n", i, in ReapSlaves()
2297 logprintf(9, "Log: Slave Thread %d found %lld miscompares\n", i, in ReapSlaves()
2308 logprintf(9, "Log: Starting network listen thread %d\n", in Work()
2317 logprintf(9, "Log: Listen thread created sock\n"); in Work()
2322 logprintf(12, "Log: Listen thread waiting for incoming connections\n"); in Work()
2330 logprintf(12, "Log: Listen thread found incoming connection\n"); in Work()
2352 logprintf(9, in Work()
2367 logprintf(9, "Log: Starting network slave thread %d\n", in Work()
2388 logprintf(0, "Process Error: net slave posix_memalign " in Work()
2419 logprintf(9, in Work()
2428 logprintf(9, "Log: Starting system error poll thread %d\n", thread_num_); in Work()
2436 logprintf(9, "Log: Finished system error poll thread %d: %d errors\n", in Work()
2445 logprintf(9, "Log: Starting CPU stress thread %d\n", thread_num_); in Work()
2453 logprintf(9, "Log: Finished CPU stress thread %d:\n", in Work()
2481 logprintf(9, "Log: Starting the Cache Coherency thread %d\n", in Work()
2550 logprintf(0, "Hardware Error: global(%d) and local(%d) do not match\n", in Work()
2561 logprintf(4, "Stats: CC Thread(%d): Time=%llu us," in Work()
2564 logprintf(9, "Log: Finished CPU Cache Coherency thread %d:\n", in Work()
2627 logprintf(0, "Process Error: Block size must be a multiple of %d " in SetParameters()
2639 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2644 logprintf(0, "Process Error: Write block size must be a multiple " in SetParameters()
2655 logprintf(5, "Log: Assuming write block size equal to read block size, " in SetParameters()
2661 logprintf(0, "Process Error: Write block size (defined as %d) must " in SetParameters()
2676 logprintf(0, "Process Error: Blocks per segment must be greater than " in SetParameters()
2686 logprintf(0, "Process Error: Read threshold must be greater than " in SetParameters()
2696 logprintf(0, "Process Error: Write threshold must be greater than " in SetParameters()
2707 logprintf(0, "Process Error: Segment size must be a multiple of %d" in SetParameters()
2739 logprintf(0, "Process Error: Failed to open device %s (thread %d)!!\n", in OpenDevice()
2753 logprintf(0, "Process Error: Unable to fstat disk %s (thread %d).\n", in GetDiskSize()
2764 logprintf(0, "Process Error: Unable to ioctl disk %s (thread %d).\n", in GetDiskSize()
2783 logprintf(0, "Process Error: %s is not a regular file or block " in GetDiskSize()
2789 logprintf(12, "Log: Device sectors: %lld on disk %s (thread %d).\n", in GetDiskSize()
2851 logprintf(16, "Log: Write phase %sfor disk %s (thread %d).\n", in DoWork()
2861 logprintf(20, "Log: Starting to write segment %lld out of " in DoWork()
2906 logprintf(20, "Log: Read phase for disk %s (thread %d).\n", in DoWork()
2956 logprintf(0, "Process Error: Unable to submit async %s " in AsyncDiskIO()
2974 logprintf(5, "Log: %s interrupted on disk %s (thread %d).\n", in AsyncDiskIO()
2980 logprintf(0, "Hardware Error: Timeout doing async %s to sectors " in AsyncDiskIO()
2997 logprintf(0, "Process Error: Unable to create aio context on disk %s" in AsyncDiskIO()
3015 logprintf(0, "Hardware Error: Low-level I/O error while doing %s to " in AsyncDiskIO()
3021 logprintf(0, "Hardware Error: Unknown error while doing %s to " in AsyncDiskIO()
3027 logprintf(0, "Hardware Error: Unable to %s to sectors starting at " in AsyncDiskIO()
3054 logprintf(11, "Log: Warning, using pattern fill fallback in " in WriteBlockToDisk()
3067 logprintf(12, "Log: Writing %lld sectors starting at %lld on disk %s" in WriteBlockToDisk()
3080 logprintf(12, "Log: Writing time: %lld us (thread %d).\n", in WriteBlockToDisk()
3083 logprintf(5, "Log: Write took %lld us which is longer than threshold " in WriteBlockToDisk()
3102 logprintf(20, "Log: Reading sectors starting at %lld on disk %s " in ValidateBlockOnDisk()
3109 logprintf(0, "Process Error: Unable to seek to sector %lld in " in ValidateBlockOnDisk()
3127 logprintf(20, "Log: Reading %lld sectors starting at sector %lld on " in ValidateBlockOnDisk()
3140 logprintf(20, "Log: Reading time: %lld us (thread %d).\n", in ValidateBlockOnDisk()
3143 logprintf(5, "Log: Read took %lld us which is longer than threshold " in ValidateBlockOnDisk()
3156 logprintf(0, "Hardware Error: Pattern mismatch in block starting at " in ValidateBlockOnDisk()
3175 logprintf(9, "Log: Starting disk thread %d, disk %s\n", in Work()
3196 logprintf(0, "Process Error: Unable to allocate memory for buffers " in Work()
3206 logprintf(0, "Process Error: Unable to create aio context for disk %s" in Work()
3223 logprintf(9, "Log: Completed %d (disk %s): disk thread status %d, " in Work()
3239 logprintf(11, "Log: Random phase for disk %s (thread %d).\n", in DoWork()
3244 logprintf(12, "Log: No block available for device %s (thread %d).\n", in DoWork()
3272 logprintf(0, "Process Error: region size is not a multiple of SAT " in SetRegion()
3327 logprintf(priority, in ProcessError()
3340 logprintf(0, "Process Error: memory region thread raised an " in ProcessError()
3359 logprintf(9, "Log: Starting Memory Region thread %d\n", thread_num_); in Work()
3366 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3373 logprintf(0, "Process Error: memory region thread failed to pop " in Work()
3407 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3413 logprintf(0, "Process Error: memory region thread failed to push " in Work()
3429 logprintf(9, "Log: Completed %d: Memory Region thread. Status %d, %d " in Work()
3467 logprintf(0, "Log: Register %s went backwards 0x%llx to 0x%llx " in ComputeDelta()
3478 logprintf(0, "Log: Insanely slow TSC rate, TSC stops in idle?\n"); in ComputeDelta()
3510 logprintf(0, "Process Error: Cannot get information about the cpus.\n"); in Work()
3543 logprintf(0, "Failed to get msrs on cpu %d.\n", cpu); in Work()
3566 logprintf(0, "Log: Cannot get frequency of cpu %d.\n", cpu); in Work()
3570 logprintf(15, "Cpu %d Freq %d\n", cpu, freq); in Work()
3574 logprintf(0, "Log: Cpu %d frequency is too low, frequency %d MHz " in Work()
3617 logprintf(0, "Process Error: No TSC support.\n"); in CanRun()
3626 logprintf(0, "Process Error: No invariant TSC support.\n"); in CanRun()
3635 logprintf(0, "Process Error: No non-stop TSC support.\n"); in CanRun()
3644 logprintf(0, "Process Error: No APERF MSR support.\n"); in CanRun()
3649 logprintf(0, "Process Error: " in CanRun()