/external/stressapptest/src/ |
D | sat.cc | 115 logprintf(1, "Log: Running DEBUG version of SAT, " in CheckEnvironment() 118 logprintf(0, "Process Error: Running DEBUG version of SAT, " in CheckEnvironment() 120 logprintf(0, "Log: Command line option '-A' bypasses this error.\n"); in CheckEnvironment() 131 logprintf(7, "Log: Defaulting to %d copy threads\n", memory_threads_); in CheckEnvironment() 150 logprintf(12, "Log: disk at %s\n", disk.c_str()); in CheckEnvironment() 160 logprintf(0, "Process Error: No memory found to test.\n"); in CheckEnvironment() 168 logprintf(0, "Process Error: Memory tag mode incompatible " in CheckEnvironment() 178 logprintf(1, "Log: Flooring memory allocation to multiple of 4: %lldMB\n", in CheckEnvironment() 185 logprintf(1, "Log: Unsupported system. Running with reduced coverage.\n"); in CheckEnvironment() 188 logprintf(0, "Process Error: Unsupported system, " in CheckEnvironment() [all …]
|
D | os.cc | 101 logprintf(5, "Log: %d nodes, %d cpus.\n", num_nodes_, num_cpus_); in Initialize() 160 logprintf(9, "Log: has clflush: %s, has sse2: %s\n", in GetFeatures() 176 logprintf(9, "Log: page cache will be flushed as needed\n"); in ActivateFlushPageCache() 195 logprintf(3, "Log: failed to open %s - err %d (%s)\n", in FlushPageCache() 206 logprintf(3, "Log: failed to write %s - err %d (%s)\n", in FlushPageCache() 260 logprintf(0, "Log: region number %d exceeds region count %d\n", in FindRegion() 279 logprintf(5, "Log: Region %d mask 0x%s\n", in FindCoreMask() 298 logprintf(0, "Report Error: %s : %s : %d : %ds\n", symptom, part, count, ttf); in ErrorReport() 315 logprintf(12, "Log: /proc/sys/vm/nr_hugepages " in FindHugePages() 321 logprintf(0, "Process Error: /proc/sys/vm/nr_hugepages " in FindHugePages() [all …]
|
D | worker.cc | 315 logprintf(11, "Log: Bind to %s failed.\n", in InitPriority() 318 logprintf(11, "Log: Thread %d running on apic ID %d mask %s (%s).\n", in InitPriority() 327 logprintf(0, "Log: Changing priority to SCHED_FIFO %d\n", in InitPriority() 332 logprintf(0, "Process Error: sched_setscheduler " in InitPriority() 348 logprintf(0, "Process Error: pthread_create " in SpawnThread() 369 logprintf(0, "Process Error: pthread_join failed - error %d\n", result); in JoinThread() 390 logprintf(9, "Log: ...\n"); in Work() 441 logprintf(11, "Log: available CPU mask - %s\n", in BindToCpus() 445 logprintf(0, "Log: requested CPUs %s not a subset of available %s\n", in BindToCpus() 469 logprintf(0, "Process Error: Fill Page entry null\n"); in FillPage() [all …]
|
D | main.cc | 23 logprintf(0, "Process Error: failed to allocate Sat object\n"); in main() 28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n"); in main() 31 logprintf(0, "Process Error: Sat::Initialize() failed\n"); in main() 34 logprintf(0, "Process Error: Sat::Run() failed\n"); in main() 39 logprintf(0, "Process Error: Sat::Cleanup() failed\n"); in main() 45 logprintf(0, "Process Error: Fatal issue encountered. See above logs for " in main()
|
D | pattern.cc | 315 logprintf(0, "Process Error: Confused by bus width %d\n", in Initialize() 377 logprintf(12, "Log: initialized %d data patterns\n", size_); in Initialize() 400 logprintf(0, "Process Error: Out of bounds pattern access\n"); in GetPattern() 419 logprintf(0, "Process Error: Out of bounds pattern access\n"); in GetRandomPattern()
|
D | error_diag.cc | 237 logprintf(5, "Log: supressed %s miscompare report: " in AddHDDMiscompareError() 247 logprintf(5, "Log: supressed %s miscompare report: " in AddHDDMiscompareError() 291 logprintf(5, "Log: supressed %s sector tag error report: " in AddHDDSectorTagError() 301 logprintf(5, "Log: supressed %s sector tag error report: " in AddHDDSectorTagError()
|
D | sattypes.h | 76 void logprintf(int priority, const char *format, ...); 84 logprintf(0, "Assertion failed at %s:%d\n", __FILE__, __LINE__);\
|
D | os_factory.cc | 36 logprintf(0, "Process Error: Can't allocate memory\n"); in OsLayerFactory()
|
D | finelock_queue.cc | 187 logprintf(12, "Log: %s histogram\n", measurement); in QueueAnalysis() 190 logprintf(12, "Log: %12d - %12d: %12d\n", in QueueAnalysis() 314 logprintf(0, "Process Error: Could not acquire random lock.\n"); in GetRandom64()
|
D | queue.cc | 86 logprintf(0, "Process Error: pthreads mutex failure %d\n", retval); in PopRandom()
|
D | disk_blocks.cc | 189 logprintf(0, "Process Error: Unable to allocate memory " in GetUnusedBlock()
|