Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 29) sorted by relevance

12

/system/extras/simpleperf/
Dread_elf.cpp66 LOG(DEBUG) << "can't read note file " << filename; in GetBuildIdFromNoteFile()
70 LOG(DEBUG) << "can't read build_id from note file " << filename; in GetBuildIdFromNoteFile()
83 LOG(DEBUG) << "read note section error"; in GetBuildIdFromELFFile()
98 PLOG(DEBUG) << "can't open file " << filename; in GetBuildIdFromElfFile()
109 PLOG(DEBUG) << "unknown elf format in file " << filename; in GetBuildIdFromElfFile()
113 PLOG(DEBUG) << "can't read build_id from file " << filename; in GetBuildIdFromElfFile()
Dmain.cpp48 LOG(DEBUG) << "command '" << command_name << "' starts running"; in main()
50 LOG(DEBUG) << "command '" << command_name << "' " in main()
Denvironment.cpp145 PLOG(DEBUG) << "failed to open file /proc/modules"; in GetLoadedModules()
211 LOG(DEBUG) << "call FindStartOfKernelSymbol() failed"; in GetKernelAndModuleMmaps()
215 LOG(DEBUG) << "call FindKernelFunctionSymbol() failed"; in GetKernelAndModuleMmaps()
321 PLOG(DEBUG) << "can't open file " << map_file; in GetThreadMmapsInProcess()
Devent_type.cpp64 (report_unsupported_type ? PLOG(ERROR) : PLOG(DEBUG)) << "Event type '" << result->name in FindEventTypeByName()
Dcmd_record.cpp332 LOG(DEBUG) << "can't read build_id for kernel"; in DumpBuildIdFeature()
343 LOG(DEBUG) << "can't read build_id for module " << module_name; in DumpBuildIdFeature()
355 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature()
Dutils.cpp59 PLOG(DEBUG) << "can't open dir " << dirpath; in GetEntriesInDir()
Dworkload.cpp98 PLOG(DEBUG) << "child process failed to receive start_signal, nread = " << nread; in ChildProcessFn()
Devent_attr.cpp42 LOG(DEBUG) << "unknown " << name << " bits: " << std::hex << bits; in BitsToString()
Devent_fd.cpp60 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", pid " << pid << ", cpu " in OpenEventFile()
Drecord.cpp114 LOG(DEBUG) << "Record SampleId part has " << end - p << " bytes left\n"; in ReadFromBinaryFormat()
274 LOG(DEBUG) << "Record has " << end - p << " bytes left\n"; in SampleRecord()
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c62 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
172 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
178 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
334 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd)); in a2dp_command()
349 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack); in a2dp_command()
555 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
561 DEBUG("stream suspended"); in out_write()
577 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write()
604 DEBUG("wrote %d bytes out of %zu bytes", sent, bytes); in out_write()
613 DEBUG("rate %" PRIu32,out->common.cfg.rate); in out_get_sample_rate()
[all …]
/system/core/base/
Dlogging_test.cpp116 LOG(DEBUG) << "foobar"; in TEST()
125 android::base::ScopedLogSeverity severity(android::base::DEBUG); in TEST()
127 LOG(DEBUG) << "foobar"; in TEST()
134 make_log_pattern(android::base::DEBUG, "foobar")); in TEST()
Dlogging.cpp158 gMinimumLogSeverity = DEBUG; in InitLogging()
/system/core/tzdatacheck/
Dtzdatacheck.cpp83 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
87 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
94 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
/system/vold/
DPrivateVolume.cpp110 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
124 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
200 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
DTrimTask.cpp118 LOG(DEBUG) << "Starting trim of " << path; in run()
146 LOG(DEBUG) << "Benchmark disabled"; in run()
DDisk.cpp137 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPublicVolume()
163 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
167 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPrivateVolume()
422 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
DMoveTask.cpp103 LOG(DEBUG) << "Finished rm with status " << WEXITSTATUS(status); in execRm()
144 LOG(DEBUG) << "Finished cp with status " << WEXITSTATUS(status); in execCp()
DVolumeBase.cpp33 #define DEBUG 1 macro
/system/keymaster/include/keymaster/
Dlogger.h62 #ifdef DEBUG
/system/extras/tests/workloads/
Ddefs.sh127 echo DEBUG: $* >&2
128 echo DEBUG: $* >&2 >> $output
/system/core/adb/
Dfdevent.cpp40 #define DEBUG 0 /* non-0 will break adb server */ macro
59 #if DEBUG
318 #if !DEBUG
/system/extras/tests/net_test/
Diproute.py208 DEBUG = False variable in IPRoute
213 if self.DEBUG:
670 iproute.DEBUG = True
/system/core/base/include/base/
Dlogging.h31 DEBUG, enumerator
/system/core/libpixelflinger/arch-mips/
Dt32cb16blend.S18 #ifdef DEBUG

12