Lines Matching refs:Printf
57 Printf("MallocFreeTracer: START\n");
64 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(),
108 Printf("MALLOC[%zd] %p %zd\n", N, ptr, size);
121 Printf("FREE[%zd] %p\n", N, ptr);
131 Printf("==%d== ERROR: libFuzzer: out-of-memory (malloc(%zd))\n", GetPid(),
133 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n");
136 Printf("SUMMARY: libFuzzer: out-of-memory\n");
186 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str());
225 Printf("INFO: signal received, trying to exit gracefully\n");
229 Printf("==%lu== ERROR: libFuzzer: file size exceeded\n", GetPid());
236 Printf("==%lu== ERROR: libFuzzer: deadly signal\n", GetPid());
238 Printf("NOTE: libFuzzer has rudimentary signal handlers.\n"
241 Printf("SUMMARY: libFuzzer: deadly signal\n");
253 Printf("==%lu== ERROR: libFuzzer: fuzz target exited\n", GetPid());
255 Printf("SUMMARY: libFuzzer: fuzz target exited\n");
263 Printf("==%lu== INFO: libFuzzer: exiting as requested\n", GetPid());
269 Printf("==%lu== libFuzzer: run interrupted; exiting\n", GetPid());
290 Printf("AlarmCallback %zd\n", Seconds);
295 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
296 Printf(" and the timeout value is %d (use -timeout=N to change)\n",
299 Printf("==%lu== ERROR: libFuzzer: timeout after %d seconds\n", GetPid(),
302 Printf("SUMMARY: libFuzzer: timeout\n");
312 Printf(
315 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n");
318 Printf("SUMMARY: libFuzzer: out-of-memory\n");
327 Printf("#%zd\t%s", TotalNumberOfRuns, Where);
329 Printf(" cov: %zd", N);
331 Printf(" ft: %zd", N);
333 Printf(" corp: %zd", Corpus.NumActiveUnits());
336 Printf("/%zdb", N);
338 Printf("/%zdKb", N >> 10);
340 Printf("/%zdMb", N >> 20);
343 Printf(" focus: %zd", FF);
346 Printf(" lim: %zd", TmpMaxMutationLen);
348 Printf(" units: %zd", Units);
350 Printf(" exec/s: %zd", ExecPerSec);
351 Printf(" rss: %zdMb", GetPeakRSSMb());
352 Printf("%s", End);
367 Printf("stat::number_of_executed_units: %zd\n", TotalNumberOfRuns);
368 Printf("stat::average_exec_per_sec: %zd\n", ExecPerSec);
369 Printf("stat::new_units_added: %zd\n", NumberOfNewUnitsAdded);
370 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds);
371 Printf("stat::peak_rss_mb: %zd\n", GetPeakRSSMb());
380 Printf("INFO: -max_len is not provided; "
398 Printf("INFO: found line matching '%s', exiting.\n",
407 Printf("INFO: found item with checksum '%s', exiting.\n",
422 Printf("Reload: read %zd new units.\n", AdditionalCorpus.size());
447 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds);
533 Printf("==%d== ERROR: libFuzzer: fuzz target overwrites it's const input\n",
536 Printf("SUMMARY: libFuzzer: out-of-memory\n");
592 Printf("Written %zd bytes to %s\n", U.size(), Path.c_str());
602 Printf("artifact_prefix='%s'; Test unit written to %s\n",
605 Printf("Base64: %s\n", Base64(U).c_str());
613 Printf(" L: %zd/%zd ", U.size(), Corpus.MaxInputSize());
615 Printf("\n");
652 Printf("INFO: libFuzzer disabled leak detection after every mutation.\n"
665 Printf("\nINFO: a leak has been found in the initial corpus.\n\n");
666 Printf("INFO: to ignore leaks on libFuzzer side use -detect_leaks=0.\n\n");
746 Printf("INFO: % 8zd files found in %s\n", SizedFiles.size() - LastNumFiles,
764 Printf("INFO: A corpus is not provided, starting from an empty corpus\n");
768 Printf("INFO: seed corpus: files: %zd min: %zdb max: %zdb total: %zdb"
792 Printf("INFO: %zd/%zd inputs touch the focus function\n",
795 Printf("INFO: %zd/%zd inputs have the Data Flow Trace\n",
799 Printf("ERROR: no interesting inputs were found. "
878 Printf("==%lu== ERROR: libFuzzer: equivalence-mismatch. Sizes: %zd %zd; "
882 Printf("SUMMARY: libFuzzer: equivalence-mismatch\n");