Lines Matching refs:logprintf
113 logprintf(5, "Log: %d nodes, %d cpus.\n", num_nodes_, num_cpus_); in Initialize()
161 logprintf(0, "Process Error: failed to access %s with errno %d (%s)\n", in VirtualToPhysical()
203 logprintf(9, "Log: has clflush: %s, has sse2: %s\n", in GetFeatures()
222 logprintf(9, "Log: page cache will be flushed as needed\n"); in ActivateFlushPageCache()
241 logprintf(3, "Log: failed to open %s - err %d (%s)\n", in FlushPageCache()
252 logprintf(3, "Log: failed to write %s - err %d (%s)\n", in FlushPageCache()
326 logprintf(0, "Log: region number %d exceeds region count %d\n", in FindRegion()
345 logprintf(5, "Log: Region %d mask 0x%s\n", in FindCoreMask()
365 logprintf(0, "Report Error: %s : %s : %d : %ds\n", in ErrorReport()
370 logprintf(0, "Warning: Invalid Report Error: " in ErrorReport()
389 logprintf(12, "Log: /proc/sys/vm/nr_hugepages " in FindHugePages()
395 logprintf(0, "Process Error: /proc/sys/vm/nr_hugepages " in FindHugePages()
424 logprintf(0, "Process Error: sysconf could not determine memory size.\n"); in FindFreeMemSize()
453 logprintf(0, "Procedural Error: %lld is bigger than the total memory " in FindFreeMemSize()
456 logprintf(5, "Warning: Overriding memory to use: original %lld, " in FindFreeMemSize()
466 logprintf(0, "Procedural Error: Not enough hugepages. " in FindFreeMemSize()
481 logprintf(5, "Log: Total %lld MB. Free %lld MB. Hugepages %lld MB. " in FindFreeMemSize()
512 logprintf(0, "Process Error: non zero paddr_base %#llx is not supported," in AllocateTestMem()
526 logprintf(3, "Log: Prefer POSIX shared memory allocation.\n"); in AllocateTestMem()
527 logprintf(3, "Log: You may need to run " in AllocateTestMem()
531 logprintf(3, "Log: Prefer using hugepage allocation.\n"); in AllocateTestMem()
533 logprintf(3, "Log: Prefer plain malloc memory allocation.\n"); in AllocateTestMem()
547 logprintf(3, "Log: failed to allocate shared hugepage " in AllocateTestMem()
550 logprintf(3, "Log: sysctl -w vm.nr_hugepages=XXX allows hugepages.\n"); in AllocateTestMem()
558 logprintf(0, "Log: failed to attach shared " in AllocateTestMem()
564 logprintf(0, "Log: failed to remove shared " in AllocateTestMem()
573 logprintf(0, "Log: Using shared hugepage object 0x%x at %p.\n", in AllocateTestMem()
587 logprintf(3, "Log: failed to allocate shared " in AllocateTestMem()
596 logprintf(3, "Log: failed to ftruncate shared " in AllocateTestMem()
615 logprintf(0, "Log: failed to map shared " in AllocateTestMem()
631 logprintf(0, "Log: Using posix shared memory object 0x%x %s.\n", in AllocateTestMem()
647 logprintf(0, "Log: Using mmap() allocation at %p.\n", buf); in AllocateTestMem()
655 logprintf(0, "Log: Using memaligned allocation at %p.\n", buf); in AllocateTestMem()
657 logprintf(0, "Process Error: memalign returned 0\n"); in AllocateTestMem()
659 logprintf(0, "Log: You are trying to allocate > 1.4G on a 32 " in AllocateTestMem()
717 logprintf(0, "Process Error: PrepareTestMem mmap64(%llx, %llx) failed. " in PrepareTestMem()
734 logprintf(0, "Process Error: ReleaseTestMem munmap(%p, %llx) failed. " in ReleaseTestMem()
763 logprintf(0, "Process Error: Unable to open PCI bus %d, device %d, " in PciOpen()
789 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciRead()
793 logprintf(0, "Process Error: Can't read %x\n", offset); in PciRead()
838 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciWrite()
842 logprintf(0, "Process Error: Can't write %x to %x\n", datacast.l32, offset); in PciWrite()
862 logprintf(5, "Log: can't seek to msr %x, cpu %d\n", address, core); in OpenMSR()
878 logprintf(5, "Log: Failed to read msr %x core %d\n", address, core); in ReadMSR()
894 logprintf(5, "Log: Failed to write msr %x core %d\n", address, core); in WriteMSR()
940 logprintf(12, "Log: I'm Feeling Lucky!\n"); in CpuStressWorkload()