Home | History | Annotate | Download | only in Fuzzer

Lines Matching refs:Printf

40   Printf("ERROR: %s is not defined. Exiting.\n"
206 Printf("==%d== ERROR: libFuzzer: deadly signal\n", GetPid());
209 Printf("NOTE: libFuzzer has rudimentary signal handlers.\n"
212 Printf("SUMMARY: libFuzzer: deadly signal\n");
219 Printf("==%d== libFuzzer: run interrupted; exiting\n", GetPid());
235 Printf("AlarmCallback %zd\n", Seconds);
237 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
238 Printf(" and the timeout value is %d (use -timeout=N to change)\n",
241 Printf("==%d== ERROR: libFuzzer: timeout after %d seconds\n", GetPid(),
245 Printf("SUMMARY: libFuzzer: timeout\n");
252 Printf(
255 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n");
259 Printf("SUMMARY: libFuzzer: out-of-memory\n");
270 Printf("runs,block_cov,bits,cc_cov,corpus,execs_per_sec,tbms,reason\n");
272 Printf("%zd,%zd,%zd,%zd,%zd,%zd,%s\n", TotalNumberOfRuns,
279 Printf("#%zd\t%s", TotalNumberOfRuns, Where);
281 Printf(" cov: %zd", MaxCoverage.BlockCoverage);
283 Printf(" path: %zd", MaxCoverage.PcMapBits);
285 Printf(" bits: %zd", TB);
287 Printf(" indir: %zd", MaxCoverage.CallerCalleeCoverage);
288 Printf(" units: %zd exec/s: %zd", Corpus.size(), ExecPerSec);
289 Printf("%s", End);
295 Printf("stat::number_of_executed_units: %zd\n", TotalNumberOfRuns);
296 Printf("stat::average_exec_per_sec: %zd\n", ExecPerSec);
297 Printf("stat::new_units_added: %zd\n", NumberOfNewUnitsAdded);
298 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds);
299 Printf("stat::peak_rss_mb: %zd\n", GetPeakRSSMb());
313 Printf("INFO: -max_len is not provided, using %zd\n", Options.MaxLen);
330 Printf("Reload: read %zd new units.\n", AdditionalCorpus.size());
368 Printf("\tINFO TRUNC %zd units added to in-memory corpus\n", TruncInputs);
388 Printf("NEW0: %zd L %zd\n", MaxCoverage.BlockCoverage, U.size());
399 Printf("ERROR: no interesting inputs were found. "
414 Printf("%p\n", CoverageBuf[I]);
438 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds);
495 Printf("Written to %s\n", Path.c_str());
505 Printf("artifact_prefix='%s'; Test unit written to %s\n",
508 Printf("Base64: %s\n", Base64(U).c_str());
517 Printf("Written corpus of %zd files to %s\n", Corpus.size(),
526 Printf(" L: %zd ", U.size());
528 Printf("\n");
579 Printf("Merge requires two or more corpus dirs\n");
591 Printf("=== Minimizing the initial corpus of %zd units\n", Initial.size());
595 Printf("=== Merging extra %zd units\n", Extra.size());
601 Printf("=== Merge: written %zd units\n", Res.size());
621 Printf("INFO: libFuzzer disabled leak detection after every mutation.\n"
632 Printf("\nINFO: a leak has been found in the initial corpus.\n\n");
633 Printf("INFO: to ignore leaks on libFuzzer side use -detect_leaks=0.\n\n");
728 Printf("Drilling discovered %zd new units\n", NumMerged);