Home
last modified time | relevance | path

Searched refs:LOG_D (Results 1 – 13 of 13) sorted by relevance

/external/honggfuzz/
Dinput.c74 LOG_D("Analyzing file '%s'", fname); in input_getDirStatsAndRewind()
82 LOG_D("'%s' is not a regular file, skipping", fname); in input_getDirStatsAndRewind()
104 LOG_D("Persistent mode enabled, lowering maximum input size to 128KiB"); in input_getDirStatsAndRewind()
113 LOG_D("Re-read the '%s', maxFileSz:%zu, number of usable files:%zu", hfuzz->io.inputDir, in input_getDirStatsAndRewind()
158 LOG_D("'%s' is not a regular file, skipping", fname); in input_getNext()
236 LOG_D("Dictionary: loaded word: '%s' (len=%zu)", str->s, str->len); in input_parseDictionary()
267 LOG_D("Blacklist: loaded %'" PRIu64 "'", hfuzz->blacklist[hfuzz->blacklistCnt]); in input_parseBlacklist()
Dsanitizers.c167 LOG_D("ASAN_OPTIONS=%s", hfuzz->sanOpts.asanOpts); in sanitizers_Init()
183 LOG_D("UBSAN_OPTIONS=%s", hfuzz->sanOpts.ubsanOpts); in sanitizers_Init()
200 LOG_D("MSAN_OPTIONS=%s", hfuzz->sanOpts.msanOpts); in sanitizers_Init()
Dfuzz.c176 LOG_D("Created '%s' as an input file", run->fileName); in fuzz_prepareFileExternally()
183 LOG_D("Subporcess '%s' finished with success", run->global->exe.externalCommand); in fuzz_prepareFileExternally()
213 LOG_D("Subporcess '%s' finished with success", run->global->exe.externalCommand); in fuzz_postProcessFile()
347 LOG_D("Verifier stack hash mismatch"); in fuzz_runVerifier()
384 LOG_D("File '%s' already exists in the output corpus directory '%s'", fname, dir); in fuzz_writeCovFile()
388 LOG_D("Adding file '%s' to the corpus directory '%s'", fname, dir); in fuzz_writeCovFile()
428 LOG_D("New file size: %zu, Perf feedback new/cur (instr,branch): %" PRIu64 "/%" PRIu64 in fuzz_perfFeedback()
486 LOG_D("File size (Best/New): %zu, SanCov feedback (bb,dso): Best: [%" PRIu64 ",%" PRIu64 in fuzz_sanCovFeedback()
Dsubproc.c134 LOG_D("Persistent mode round finished"); in subproc_persistentModeRoundDone()
298 LOG_D("Launched new process, pid: %d, (concurrency: %zd)", run->pid, in subproc_New()
384 LOG_D("wait4() returned with status: %d", status); in subproc_System()
418 LOG_D("Killing PID: %d", (int)run->pid); in subproc_checkTermination()
Dsancov.c332 LOG_D("sancov map file not found"); in sancov_sanCovParseRaw()
504 LOG_D("Allocating bitmap for map '%s'", mapsBuf[bestFit].mapName); in sancov_sanCovParseRaw()
576 LOG_D("Target sancov file not found"); in sancov_sanCovParse()
/external/honggfuzz/linux/
Dperf.c74 LOG_D("Adding branch %#018" PRIx64 " - %#018" PRIx64, br->from, br->to); in arch_perfBtsCount()
117 LOG_D("Enabling PERF for PID=%d method=%x", pid, method); in arch_perfCreate()
149 LOG_D("Using: PERF_COUNT_HW_INSTRUCTIONS for PID: %d", pid); in arch_perfCreate()
154 LOG_D("Using: PERF_COUNT_HW_BRANCH_INSTRUCTIONS for PID: %d", pid); in arch_perfCreate()
159 LOG_D("Using: (Intel BTS) type=%" PRIu32 " for PID: %d", perfIntelBtsPerfType, pid); in arch_perfCreate()
163 LOG_D("Using: (Intel PT) type=%" PRIu32 " for PID: %d", perfIntelPtPerfType, pid); in arch_perfCreate()
377 LOG_D("perfIntelPtPerfType = %" PRIu32, perfIntelPtPerfType); in arch_perfInit()
384 LOG_D("perfIntelBtsPerfType = %" PRIu32, perfIntelBtsPerfType); in arch_perfInit()
Dtrace.c464 LOG_D("Unknown/unsupported CPU architecture"); in arch_getPC()
664 LOG_D("Pid: %d, signo: %d, errno: %d, code: %d, addr: %p, pc: %" REG_PM ", instr: '%s'", pid, in arch_traceSaveData()
734 LOG_D("Multiple crashes detected from worker against attached tids group"); in arch_traceSaveData()
759 LOG_D("Whitelisted symbol '%s' found, skipping blacklist checks", wlSymbol); in arch_traceSaveData()
938 LOG_D("Invalid ASan report entry (%s)", lineptr); in arch_parseAsanReport()
1134 LOG_D("PID: %d, Ptrace event: %d", pid, __WEVENT(status)); in arch_traceEvent()
1144 LOG_D("PID: %d exited with exit_code: %lu", pid, in arch_traceEvent()
1150 LOG_D( in arch_traceEvent()
1153 LOG_D("PID: %d exited with unknown status: %lu", pid, event_msg); in arch_traceEvent()
1255 LOG_D("The following dir entry couldn't be converted to pid_t '%s'", res->d_name); in arch_listThreads()
[all …]
Darch.c175 LOG_D("Launching '%s' on file '%s'", args[0], in arch_launchChild()
262 LOG_D("Monitor PID has been updated (pid=%d)", run->global->linux.pid); in arch_prepareParent()
297 LOG_D("No more processes to track"); in arch_checkWait()
305 LOG_D("PID '%d' returned with status: %s", pid, in arch_checkWait()
414 LOG_D("Glibc version:'%s', OK", gversion); in arch_archInit()
Dunwind.c210 LOG_D("[pid='%d'] [%zd] unw_get_proc_info (%s)", pid, num_frames, UNW_ER[-ret]); in arch_unwindStack()
217 LOG_D( in arch_unwindStack()
/external/honggfuzz/posix/
Darch.c99 LOG_D("Process (pid %d) exited normally with status %d", run->pid, WEXITSTATUS(status)); in arch_analyzeSignal()
113 LOG_D("Process (pid %d) killed by signal %d '%s'", run->pid, termsig, strsignal(termsig)); in arch_analyzeSignal()
115 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal()
173 LOG_D("Launching '%s' on file '%s'", args[0], run->fileName); in arch_launchChild()
235 LOG_D("Process (pid %d) came back with status: %s", run->pid, in arch_reapChild()
/external/honggfuzz/mac/
Darch.c200 LOG_D("Process (pid %d) exited normally with status %d", run->pid, WEXITSTATUS(status)); in arch_analyzeSignal()
214 LOG_D("Process (pid %d) killed by signal %d '%s'", run->pid, termsig, strsignal(termsig)); in arch_analyzeSignal()
216 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal()
321 LOG_D("Launching '%s' on file '%s'", args[0], run->fileName); in arch_launchChild()
385 LOG_D("Process (pid %d) came back with status: %s", run->pid, in arch_reapChild()
494 LOG_D("CrashReport: %s", description); in write_crash_report()
649 LOG_D("Callstack hash %llu", hash); in hash_callstack()
686 LOG_D("Crash of pid %d", pid); in catch_mach_exception_raise_state_identity()
/external/honggfuzz/libcommon/
Dlog.h38 #define LOG_D(...) \ macro
Dfiles.c60 LOG_D("Read '%zu' bytes from '%s'", readSz, fileName); in files_readFileToBufMax()
76 LOG_D("Written '%zu' bytes to '%s'", fileSz, fileName); in files_writeBufToFile()