Lines Matching refs:Printf

54       Printf("MallocFreeTracer: START\n");
61 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(),
105 Printf("MALLOC[%zd] %p %zd\n", N, ptr, size);
118 Printf("FREE[%zd] %p\n", N, ptr);
128 Printf("==%d== ERROR: libFuzzer: out-of-memory (malloc(%zd))\n", GetPid(),
130 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n");
133 Printf("SUMMARY: libFuzzer: out-of-memory\n");
179 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str());
218 Printf("INFO: signal received, trying to exit gracefully\n");
222 Printf("==%lu== ERROR: libFuzzer: file size exceeded\n", GetPid());
230 Printf("==%lu== ERROR: libFuzzer: deadly signal\n", GetPid());
232 Printf("NOTE: libFuzzer has rudimentary signal handlers.\n"
235 Printf("SUMMARY: libFuzzer: deadly signal\n");
247 Printf("==%lu== ERROR: libFuzzer: fuzz target exited\n", GetPid());
249 Printf("SUMMARY: libFuzzer: fuzz target exited\n");
257 Printf("==%lu== INFO: libFuzzer: exiting as requested\n", GetPid());
269 Printf("==%lu== libFuzzer: run interrupted; exiting\n", GetPid());
293 Printf("AlarmCallback %zd\n", Seconds);
298 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
299 Printf(" and the timeout value is %d (use -timeout=N to change)\n",
302 Printf("==%lu== ERROR: libFuzzer: timeout after %zu seconds\n", GetPid(),
305 Printf("SUMMARY: libFuzzer: timeout\n");
315 Printf("==%lu== ERROR: libFuzzer: out-of-memory (used: %zdMb; limit: %dMb)\n",
317 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n");
320 Printf("SUMMARY: libFuzzer: out-of-memory\n");
330 Printf("#%zd\t%s", TotalNumberOfRuns, Where);
332 Printf(" cov: %zd", N);
334 Printf(" ft: %zd", N);
336 Printf(" corp: %zd", Corpus.NumActiveUnits());
339 Printf("/%zdb", N);
341 Printf("/%zdKb", N >> 10);
343 Printf("/%zdMb", N >> 20);
346 Printf(" focus: %zd", FF);
349 Printf(" lim: %zd", TmpMaxMutationLen);
351 Printf(" units: %zd", Units);
353 Printf(" exec/s: %zd", ExecPerSec);
354 Printf(" rss: %zdMb", GetPeakRSSMb());
355 Printf("%s", End);
368 Printf("stat::number_of_executed_units: %zd\n", TotalNumberOfRuns);
369 Printf("stat::average_exec_per_sec: %zd\n", ExecPerSec);
370 Printf("stat::new_units_added: %zd\n", NumberOfNewUnitsAdded);
371 Printf("stat::slowest_unit_time_sec: %ld\n", TimeOfLongestUnitInSeconds);
372 Printf("stat::peak_rss_mb: %zd\n", GetPeakRSSMb());
381 Printf("INFO: -max_len is not provided; "
399 Printf("INFO: found line matching '%s', exiting.\n",
408 Printf("INFO: found item with checksum '%s', exiting.\n",
426 Printf("Reload: read %zd new units.\n", AdditionalCorpus.size());
437 Printf("Reloaded %s\n", AdditionalCorpusPaths[i].c_str());
455 Printf("Slowest unit: %ld s:\n", TimeOfLongestUnitInSeconds);
570 Printf("==%d== ERROR: libFuzzer: fuzz target overwrites its const input\n",
573 Printf("SUMMARY: libFuzzer: overwrites-const-input\n");
635 Printf("Written %zd bytes to %s\n", U.size(), Path.c_str());
646 Printf("artifact_prefix='%s'; Test unit written to %s\n",
649 Printf("Base64: %s\n", Base64(U).c_str());
657 Printf(" L: %zd/%zd ", U.size(), Corpus.MaxInputSize());
659 Printf("\n");
696 Printf("INFO: libFuzzer disabled leak detection after every mutation.\n"
709 Printf("\nINFO: a leak has been found in the initial corpus.\n\n");
710 Printf("INFO: to ignore leaks on libFuzzer side use -detect_leaks=0.\n\n");
810 Printf("INFO: A corpus is not provided, starting from an empty corpus\n");
814 Printf("INFO: seed corpus: files: %zd min: %zdb max: %zdb total: %zdb"
840 Printf("INFO: %zd/%zd inputs touch the focus function\n",
843 Printf("INFO: %zd/%zd inputs have the Data Flow Trace\n",
849 Printf("WARNING: no interesting inputs were found so far. "