Home
last modified time | relevance | path

Searched refs:logprintf (Results 1 – 11 of 11) sorted by relevance

/external/stressapptest/src/
Dsat.cc115 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(0, "Process Error: This platform does not support this " in CheckEnvironment()
136 logprintf(0, "Process Error: The cpu frequency test requires " in CheckEnvironment()
141 logprintf(0, "Process Error: The --cpu_freq_round option must be greater" in CheckEnvironment()
151 logprintf(7, "Log: Defaulting to %d copy threads\n", memory_threads_); in CheckEnvironment()
170 logprintf(12, "Log: disk at %s\n", disk.c_str()); in CheckEnvironment()
180 logprintf(0, "Process Error: No memory found to test.\n"); in CheckEnvironment()
188 logprintf(0, "Process Error: Memory tag mode incompatible " in CheckEnvironment()
[all …]
Dos.cc112 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()
[all …]
Dworker.cc307 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()
[all …]
Dmain.cc23 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()
Dpattern.cc315 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()
Derror_diag.cc237 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()
Dsattypes.h76 void logprintf(int priority, const char *format, ...);
88 logprintf(0, "Assertion failed at %s:%d\n", __FILE__, __LINE__);\
Dfinelock_queue.cc187 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()
Dos_factory.cc36 logprintf(0, "Process Error: Can't allocate memory\n"); in OsLayerFactory()
Dqueue.cc86 logprintf(0, "Process Error: pthreads mutex failure %d\n", retval); in PopRandom()
Ddisk_blocks.cc200 logprintf(0, "Process Error: Unable to allocate memory " in GetUnusedBlock()