Lines Matching refs:logprintf
112 logprintf(5, "Log: %d nodes, %d cpus.\n", num_nodes_, num_cpus_); in Initialize()
153 logprintf(0, "Process Error: failed to access %s with errno %d (%s)\n", in VirtualToPhysical()
188 logprintf(9, "Log: has clflush: %s, has sse2: %s\n", in GetFeatures()
207 logprintf(9, "Log: page cache will be flushed as needed\n"); in ActivateFlushPageCache()
226 logprintf(3, "Log: failed to open %s - err %d (%s)\n", in FlushPageCache()
237 logprintf(3, "Log: failed to write %s - err %d (%s)\n", in FlushPageCache()
311 logprintf(0, "Log: region number %d exceeds region count %d\n", in FindRegion()
330 logprintf(5, "Log: Region %d mask 0x%s\n", in FindCoreMask()
350 logprintf(0, "Report Error: %s : %s : %d : %ds\n", in ErrorReport()
355 logprintf(0, "Warning: Invalid Report Error: " in ErrorReport()
374 logprintf(12, "Log: /proc/sys/vm/nr_hugepages " in FindHugePages()
380 logprintf(0, "Process Error: /proc/sys/vm/nr_hugepages " in FindHugePages()
409 logprintf(0, "Process Error: sysconf could not determine memory size.\n"); in FindFreeMemSize()
438 logprintf(0, "Procedural Error: %lld is bigger than the total memory " in FindFreeMemSize()
441 logprintf(5, "Warning: Overriding memory to use: original %lld, " in FindFreeMemSize()
451 logprintf(0, "Procedural Error: Not enough hugepages. " in FindFreeMemSize()
466 logprintf(5, "Log: Total %lld MB. Free %lld MB. Hugepages %lld MB. " in FindFreeMemSize()
497 logprintf(0, "Process Error: non zero paddr_base %#llx is not supported," in AllocateTestMem()
511 logprintf(3, "Log: Prefer POSIX shared memory allocation.\n"); in AllocateTestMem()
512 logprintf(3, "Log: You may need to run " in AllocateTestMem()
516 logprintf(3, "Log: Prefer using hugepage allocation.\n"); in AllocateTestMem()
518 logprintf(3, "Log: Prefer plain malloc memory allocation.\n"); in AllocateTestMem()
532 logprintf(3, "Log: failed to allocate shared hugepage " in AllocateTestMem()
535 logprintf(3, "Log: sysctl -w vm.nr_hugepages=XXX allows hugepages.\n"); in AllocateTestMem()
543 logprintf(0, "Log: failed to attach shared " in AllocateTestMem()
549 logprintf(0, "Log: failed to remove shared " in AllocateTestMem()
558 logprintf(0, "Log: Using shared hugepage object 0x%x at %p.\n", in AllocateTestMem()
572 logprintf(3, "Log: failed to allocate shared " in AllocateTestMem()
581 logprintf(3, "Log: failed to ftruncate shared " in AllocateTestMem()
600 logprintf(0, "Log: failed to map shared " in AllocateTestMem()
616 logprintf(0, "Log: Using posix shared memory object 0x%x %s.\n", in AllocateTestMem()
632 logprintf(0, "Log: Using mmap() allocation at %p.\n", buf); in AllocateTestMem()
640 logprintf(0, "Log: Using memaligned allocation at %p.\n", buf); in AllocateTestMem()
642 logprintf(0, "Process Error: memalign returned 0\n"); in AllocateTestMem()
644 logprintf(0, "Log: You are trying to allocate > 1.4G on a 32 " in AllocateTestMem()
702 logprintf(0, "Process Error: PrepareTestMem mmap64(%llx, %llx) failed. " in PrepareTestMem()
719 logprintf(0, "Process Error: ReleaseTestMem munmap(%p, %llx) failed. " in ReleaseTestMem()
748 logprintf(0, "Process Error: Unable to open PCI bus %d, device %d, " in PciOpen()
774 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciRead()
778 logprintf(0, "Process Error: Can't read %x\n", offset); in PciRead()
823 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciWrite()
827 logprintf(0, "Process Error: Can't write %x to %x\n", datacast.l32, offset); in PciWrite()
847 logprintf(5, "Log: can't seek to msr %x, cpu %d\n", address, core); in OpenMSR()
863 logprintf(5, "Log: Failed to read msr %x core %d\n", address, core); in ReadMSR()
879 logprintf(5, "Log: Failed to write msr %x core %d\n", address, core); in WriteMSR()
925 logprintf(12, "Log: I'm Feeling Lucky!\n"); in CpuStressWorkload()