Home
last modified time | relevance | path

Searched refs:TRACE (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/libs/binary_translation/guest_loader/
Dlinker_callbacks.cc93 TRACE("GuestLoader::DlUnwindFindExidx(pc=%p, pcount=%p)", reinterpret_cast<void*>(pc), pcount); in DlUnwindFindExidx()
98 TRACE("GuestLoader::DlAddr(addr=%p, info=%p)", addr, info); in DlAddr()
104 TRACE("GuestLoader::DlOpen(libpath=%s, flags=0x%x)", libpath, flags); in DlOpen()
109 TRACE("GuestLoader::DlOpen(libpath=\"%s\", flags=0x%x, extinfo=%p)", libpath, flags, extinfo); in DlOpenExt()
111 TRACE("GuestLoader::DlOpen(...) = %p", handle); in DlOpenExt()
117 TRACE("GuestLoader::DlSym(handle=%p, name=\"%s\")", handle, name); in DlSym()
124 TRACE("GuestLoader::DlError()"); in DlError()
132 TRACE( in InitAnonymousNamespace()
153 TRACE( in CreateNamespace()
180 TRACE("GuestLoader::CreateNamespace(...) .. = %p", result); in CreateNamespace()
[all …]
/frameworks/libs/binary_translation/backend/riscv64_to_x86_64/
Dcode_gen.cc40 TRACE("MachineIR before optimizations {\n"); in GenCode()
41 TRACE("%s", machine_ir->GetDebugString().c_str()); in GenCode()
42 TRACE("}\n\n"); in GenCode()
68 TRACE("MachineIR before emit {\n"); in GenCode()
69 TRACE("%s", machine_ir->GetDebugString().c_str()); in GenCode()
70 TRACE("}\n\n"); in GenCode()
/frameworks/libs/binary_translation/runtime_primitives/
Dprofiler_interface.cc34 TRACE("Profiling: None"); in ProfilerOpenLogFile()
45 TRACE("Profiling: Skipping: app %s doesn't match filter %s", app, env); in ProfilerOpenLogFile()
51 TRACE("Profiling: Skipping: executable %s doesn't match filter %s", exe, env); in ProfilerOpenLogFile()
72 TRACE("Profiling Error: Failed to open map file %s", buf); in ProfilerOpenLogFile()
74 TRACE("Probfiling to %s", buf); in ProfilerOpenLogFile()
/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp35 ALOGD_IF(TRACE, in IonBuffer()
45 ALOGD_IF(TRACE, in ~IonBuffer()
57 ALOGD_IF(TRACE, "IonBuffer::operator=: handle_=%p other.handle_=%p", handle(), in operator =()
76 ALOGD_IF(TRACE, in Alloc()
94 ALOGD_IF(TRACE, in Reset()
105 ALOGD_IF(TRACE, in Import()
127 ALOGD_IF(TRACE, in Import()
201 ALOGD_IF(TRACE, in Lock()
217 ALOGD_IF(TRACE, in LockYUV()
231 ALOGD_IF(TRACE, "IonBuffer::Unlock: handle=%p", handle()); in Unlock()
Dbuffer_hub_base.cpp66 ALOGD_IF(TRACE, "BufferHubBase::ImportBuffer: id=%d.", buffer_desc.id()); in ImportBuffer()
126 ALOGD_IF(TRACE, in ImportBuffer()
130 ALOGD_IF(TRACE, in ImportBuffer()
135 TRACE, in ImportBuffer()
Dproducer_buffer.cpp14 ALOGD_IF(TRACE, in ProducerBuffer()
41 ALOGD_IF(TRACE, "ProducerBuffer::ProducerBuffer: usage=%" PRIx64 " size=%zu", in ProducerBuffer()
159 ALOGD_IF(TRACE, "%s: buffer=%d, state=%" PRIx32 ".", __FUNCTION__, id(), in LocalGain()
260 ALOGD_IF(TRACE, "ProducerBuffer::Import: channel=%d", channel.value()); in Import()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc77 TRACE("failed to allocate thread state"); in Create()
98 TRACE("failed to allocate host stack!"); in CreateClone()
166 TRACE("thread destroyed with pending signals, signals ignored!"); in Destroy()
233 TRACE("failed to allocate stack!"); in AllocStack()
239 TRACE("failed to protect stack!"); in AllocStack()
254 TRACE("failed to allocate shadow call stack!"); in AllocShadowCallStack()
268 TRACE("failed to protect shadow call stack!"); in AllocShadowCallStack()
285 TRACE("failed to allocate static tls!"); in AllocStaticTls()
Dguest_signal_handling.cc83 TRACE("handle host signal %d", sig); in HandleHostSignal()
122 TRACE("Skipping imprecise context recovery for non-fatal signal"); in HandleHostSignal()
123 TRACE("Guest signal handler suspended, continue"); in HandleHostSignal()
126 TRACE( in HandleHostSignal()
131 TRACE("guest signal handler suspended, run recovery for host pc %p at host pc %p", in HandleHostSignal()
141 TRACE("guest signal handler suspended, continue"); in HandleHostSignal()
321 TRACE("sigaction for reserved signal %d not set", signal); in SetGuestSignalHandler()
Dguest_thread_manager.cc107 TRACE("guest thread exited %d", tid); in ExitCurrentThread()
206 TRACE("guest thread attached %d", tid); in InsertCurrentThread()
222 TRACE("guest thread detached %d", tid); in DetachCurrentThread()
Dguest_signal_handling_arch.cc53 TRACE("delivering signal %d at %p", info->si_signo, ToHostAddr<void>(sa->guest_sa_sigaction)); in ProcessGuestSignal()
68 TRACE("signal %d delivered", info->si_signo); in ProcessGuestSignal()
Dguest_thread_clone.cc143 TRACE("CLONE_VM with NULL guest stack and not in CLONE_VFORK mode, returning EINVAL"); in CloneGuestThread()
147 TRACE("CLONE_VFORK with CLONE_VM and NULL guest stack, will share guest stack with parent"); in CloneGuestThread()
/frameworks/libs/binary_translation/kernel_api/
Dopen_emulation.cc61 TRACE("Detected duplicated fd in EmulatedFileDescriptors"); in Add()
123 TRACE("Openat for " PROC_SELF_MAPS); in OpenatProcSelfMapsForGuest()
129 TRACE("Cannot read " PROC_SELF_MAPS ", falling back to host's openat"); in OpenatProcSelfMapsForGuest()
146 TRACE("Cannot parse " PROC_SELF_MAPS " line : %s", lines.at(i).c_str()); in OpenatProcSelfMapsForGuest()
158 TRACE("Unexpected " PROC_SELF_MAPS " mapping with mixed guest executability"); in OpenatProcSelfMapsForGuest()
171 TRACE("--------\n%s\n--------", guest_maps.c_str()); in OpenatProcSelfMapsForGuest()
213 TRACE("openat: Translating %s to %s", path, kGuestCpuinfoPath); in TryTranslateProcCpuinfoPath()
Dsys_mman_emulation.cc55 TRACE("PR_SET_VMA_ANON_NAME failed with errno=%s", std::strerror(errno)); in UpdateGuestProt()
93 TRACE("Suppressing guest mprotect(%p, %zu) on a mapping protected from guest", addr, length); in MprotectForGuest()
/frameworks/libs/binary_translation/proxy_loader/
Dproxy_loader.cc42 TRACE("proxy library \"%s\" not found", proxy_name.c_str()); in LoadProxyLibrary()
50 TRACE("failed to initialize proxy library \"%s\"", proxy_name.c_str()); in LoadProxyLibrary()
56 TRACE("loaded proxy library \"%s\"", proxy_name.c_str()); in LoadProxyLibrary()
Dproxy_library_builder.cc75 TRACE("proxy library \"%s\": size mismatch for variable \"%s\"", library_name_, name); in InterceptSymbol()
79 TRACE("proxy library \"%s\": symbol for variable \"%s\" is NULL", library_name_, name); in InterceptSymbol()
88 TRACE("proxy library \"%s\": symbol \"%s\" not found", library_name_, name); in InterceptSymbol()
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp29 ALOGD_IF(TRACE, "ProducerQueueChannel::~ProducerQueueChannel: queue_id=%d", in ~ProducerQueueChannel()
106 TRACE, in OnCreateConsumerQueue()
151 ALOGD_IF(TRACE, in OnProducerQueueAllocateBuffers()
202 ALOGD_IF(TRACE, in AllocateBuffer()
223 ALOGD_IF(TRACE, in AllocateBuffer()
242 TRACE, in AllocateBuffer()
288 ALOGD_IF(TRACE, in OnProducerQueueInsertBuffer()
Dconsumer_queue_channel.cpp25 ALOGD_IF(TRACE, "ConsumerQueueChannel::~ConsumerQueueChannel: channel_id=%d", in ~ConsumerQueueChannel()
85 ALOGD_IF(TRACE, "%s: queue_id=%d buffer_id=%d slot=%zu silent=%d", in RegisterNewBuffer()
111 ALOGD_IF(TRACE, "%s: pending_buffer_slots=%zu", __FUNCTION__, in OnConsumerQueueImportBuffers()
159 ALOGD_IF(TRACE, "ConsumerQueueChannel::OnProducerClosed: queue_id=%d", in OnProducerClosed()
Dbuffer_hub.cpp229 TRACE, in HandleMessage()
260 ALOGD_IF(TRACE, in OnCreateBuffer()
290 ALOGD_IF(TRACE, "BufferHubService::OnCreateProducerQueue: queue_id=%d", in OnCreateProducerQueue()
313 ALOGD_IF(TRACE, in SignalAvailable()
326 ALOGD_IF(TRACE, in ClearAvailable()
339 ALOGD_IF(TRACE, "BufferHubChannel::Hangup: channel_id=%d buffer_id=%d", in Hangup()
Dproducer_channel.cpp163 ALOGD_IF(TRACE, in ~ProducerChannel()
242 ALOGD_IF(TRACE, "ProducerChannel::OnGetBuffer: buffer=%d, state=%" PRIx32 ".", in OnGetBuffer()
384 ALOGD_IF(TRACE, "ProducerChannel::OnNewConsumer: buffer_id=%d", buffer_id()); in OnNewConsumer()
395 ALOGD_IF(TRACE, "%s: buffer_id=%d, state=0x%x", __FUNCTION__, buffer_id(), in OnProducerPost()
440 ALOGD_IF(TRACE, "%s: buffer_id=%d", __FUNCTION__, buffer_id()); in OnProducerGain()
509 ALOGD_IF(TRACE, "ProducerChannel::OnConsumerAcquire: buffer_id=%d", in OnConsumerAcquire()
520 ALOGD_IF(TRACE, "ProducerChannel::OnConsumerRelease: buffer_id=%d", in OnConsumerRelease()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript74 // #define TRACE(...) rsDebug(__VA_ARGS__)
75 #define TRACE(...) (void)0
96 TRACE(# instanceName, instanceName.x); \
98 TRACE(# instanceName, instanceName.y); \
100 TRACE(# instanceName, instanceName.f); \
123 TRACE(# index, outer.outerFieldName[index].z); \
129 TRACE("l", outer.l);
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dsetjmp_thunks.cc47 TRACE("DoThunk_siglongjmp, guest_buf=%p", guest_buf); in DoThunk_siglongjmp()
55 TRACE("DoThunk_sigsetjmp, guest_buf=%p", guest_buf); in DoThunk_sigsetjmp()
/frameworks/libs/binary_translation/runtime/
Dexecute_guest.cc45 TRACE("PC modified by signal handler: old=%p new=%p", in ExecuteGuest()
58 TRACE("RunGeneratedCode @ 0x%zx", pc); in ExecuteGuest()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field.rscript76 // #define TRACE(...) rsDebug(__VA_ARGS__)
77 #define TRACE(...) (void)0
98 TRACE(# instanceName, instanceName.x); \
100 TRACE(# instanceName, instanceName.y); \
102 TRACE(# instanceName, instanceName.f); \
125 TRACE(# index, outer.outerFieldName[index].z); \
131 TRACE("l", outer.l);
/frameworks/native/services/vr/performanced/
Dtask.cpp58 ALOGD_IF(TRACE, in Task()
96 ALOGD_IF(TRACE, in GetStatusField()
128 ALOGD_IF(TRACE, "Task::ReadStatusFields: key=\"%s\" value=\"%s\"", in ReadStatusFields()
/frameworks/libs/binary_translation/guest_os_primitives/riscv64/
Dguest_signal.cc29 TRACE("Ignoring riscv sa_restorer in guest sigaction"); in CheckSigactionRestorer()

123