Lines Matching refs:logprintf

113   logprintf(5, "Log: %d nodes, %d cpus.\n", num_nodes_, num_cpus_);  in Initialize()
160 logprintf(0, "Process Error: failed to access %s with errno %d (%s)\n", in VirtualToPhysical()
202 logprintf(9, "Log: has clflush: %s, has sse2: %s\n", in GetFeatures()
224 logprintf(9, "Log: page cache will be flushed as needed\n"); in ActivateFlushPageCache()
243 logprintf(3, "Log: failed to open %s - err %d (%s)\n", in FlushPageCache()
254 logprintf(3, "Log: failed to write %s - err %d (%s)\n", in FlushPageCache()
328 logprintf(0, "Log: region number %d exceeds region count %d\n", in FindRegion()
347 logprintf(5, "Log: Region %d mask 0x%s\n", in FindCoreMask()
367 logprintf(0, "Report Error: %s : %s : %d : %ds\n", in ErrorReport()
372 logprintf(0, "Warning: Invalid Report Error: " in ErrorReport()
391 logprintf(12, "Log: /proc/sys/vm/nr_hugepages " in FindHugePages()
397 logprintf(0, "Process Error: /proc/sys/vm/nr_hugepages " in FindHugePages()
426 logprintf(0, "Process Error: sysconf could not determine memory size.\n"); in FindFreeMemSize()
455 logprintf(0, "Procedural Error: %lld is bigger than the total memory " in FindFreeMemSize()
458 logprintf(5, "Warning: Overriding memory to use: original %lld, " in FindFreeMemSize()
468 logprintf(0, "Procedural Error: Not enough hugepages. " in FindFreeMemSize()
483 logprintf(5, "Log: Total %lld MB. Free %lld MB. Hugepages %lld MB. " in FindFreeMemSize()
514 logprintf(0, "Process Error: non zero paddr_base %#llx is not supported," in AllocateTestMem()
528 logprintf(3, "Log: Prefer POSIX shared memory allocation.\n"); in AllocateTestMem()
529 logprintf(3, "Log: You may need to run " in AllocateTestMem()
533 logprintf(3, "Log: Prefer using hugepage allocation.\n"); in AllocateTestMem()
535 logprintf(3, "Log: Prefer plain malloc memory allocation.\n"); in AllocateTestMem()
549 logprintf(3, "Log: failed to allocate shared hugepage " in AllocateTestMem()
552 logprintf(3, "Log: sysctl -w vm.nr_hugepages=XXX allows hugepages.\n"); in AllocateTestMem()
560 logprintf(0, "Log: failed to attach shared " in AllocateTestMem()
566 logprintf(0, "Log: failed to remove shared " in AllocateTestMem()
575 logprintf(0, "Log: Using shared hugepage object 0x%x at %p.\n", in AllocateTestMem()
589 logprintf(3, "Log: failed to allocate shared " in AllocateTestMem()
598 logprintf(3, "Log: failed to ftruncate shared " in AllocateTestMem()
617 logprintf(0, "Log: failed to map shared " in AllocateTestMem()
633 logprintf(0, "Log: Using posix shared memory object 0x%x %s.\n", in AllocateTestMem()
649 logprintf(0, "Log: Using mmap() allocation at %p.\n", buf); in AllocateTestMem()
657 logprintf(0, "Log: Using memaligned allocation at %p.\n", buf); in AllocateTestMem()
659 logprintf(0, "Process Error: memalign returned 0\n"); in AllocateTestMem()
661 logprintf(0, "Log: You are trying to allocate > 1.4G on a 32 " in AllocateTestMem()
719 logprintf(0, "Process Error: PrepareTestMem mmap64(%llx, %llx) failed. " in PrepareTestMem()
736 logprintf(0, "Process Error: ReleaseTestMem munmap(%p, %llx) failed. " in ReleaseTestMem()
765 logprintf(0, "Process Error: Unable to open PCI bus %d, device %d, " in PciOpen()
791 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciRead()
795 logprintf(0, "Process Error: Can't read %x\n", offset); in PciRead()
840 logprintf(0, "Process Error: Can't seek %x\n", offset); in PciWrite()
844 logprintf(0, "Process Error: Can't write %x to %x\n", datacast.l32, offset); in PciWrite()
864 logprintf(5, "Log: can't seek to msr %x, cpu %d\n", address, core); in OpenMSR()
880 logprintf(5, "Log: Failed to read msr %x core %d\n", address, core); in ReadMSR()
896 logprintf(5, "Log: Failed to write msr %x core %d\n", address, core); in WriteMSR()
942 logprintf(12, "Log: I'm Feeling Lucky!\n"); in CpuStressWorkload()