/external/perfetto/src/tracing/ipc/consumer/ |
D | consumer_ipc_client_impl.cc | 61 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect() 69 PERFETTO_DLOG("Cannot EnableTracing(), not connected to tracing service"); in EnableTracing() 92 PERFETTO_DLOG("Cannot DisableTracing(), not connected to tracing service"); in DisableTracing() 100 PERFETTO_DLOG("DisableTracing() failed"); in DisableTracing() 108 PERFETTO_DLOG("Cannot ReadBuffers(), not connected to tracing service"); in ReadBuffers() 129 PERFETTO_DLOG("ReadBuffers() failed"); in OnReadBuffersResponse() 145 PERFETTO_DLOG("Cannot FreeBuffers(), not connected to tracing service"); in FreeBuffers() 154 PERFETTO_DLOG("FreeBuffers() failed"); in FreeBuffers() 161 PERFETTO_DLOG("Cannot Flush(), not connected to tracing service"); in Flush()
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.cc | 60 PERFETTO_DLOG( in InitializeConnection() 91 PERFETTO_DLOG( in RegisterDataSource() 108 PERFETTO_DLOG("Client %" PRIu64 " disconnected", client_id); in OnClientDisconnected() 122 PERFETTO_DLOG( in UnregisterDataSource() 138 PERFETTO_DLOG( in CommitData() 167 PERFETTO_DLOG( in GetAsyncCommand() 200 PERFETTO_DLOG( in CreateDataSourceInstance() 215 PERFETTO_DLOG( in TearDownDataSourceInstance() 228 PERFETTO_DLOG( in OnTracingSetup() 249 PERFETTO_DLOG( in Flush()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.cc | 94 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect() 154 PERFETTO_DLOG("Unknown async request %d received from tracing service", in OnServiceRequest() 163 PERFETTO_DLOG( in RegisterDataSource() 172 PERFETTO_DLOG("RegisterDataSource() failed: connection reset"); in RegisterDataSource() 180 PERFETTO_DLOG( in UnregisterDataSource() 194 PERFETTO_DLOG("Cannot CommitData(), not connected to tracing service"); in CommitData() 206 PERFETTO_DLOG("CommitData() failed: connection reset"); in CommitData()
|
/external/perfetto/src/tracing/core/ |
D | service_impl.cc | 103 PERFETTO_DLOG("Lockdown mode. Rejecting producer with UID %ld", in ConnectProducer() 113 PERFETTO_DLOG("Producer %" PRIu16 " connected", id); in ConnectProducer() 127 PERFETTO_DLOG("Producer %" PRIu16 " disconnected", id); in DisconnectProducer() 154 PERFETTO_DLOG("Consumer %p connected", reinterpret_cast<void*>(consumer)); in ConnectConsumer() 165 PERFETTO_DLOG("Consumer %p disconnected", reinterpret_cast<void*>(consumer)); in DisconnectConsumer() 188 PERFETTO_DLOG("Enabling tracing for consumer %p", in EnableTracing() 197 PERFETTO_DLOG( in EnableTracing() 222 PERFETTO_DLOG("Too many buffers configured (%d)", cfg.buffers_size()); in EnableTracing() 366 PERFETTO_DLOG("DisableTracing() failed, invalid session ID %" PRIu64, tsid); in DisableTracing() 400 PERFETTO_DLOG("Flush() failed, invalid session ID %" PRIu64, tsid); in Flush() [all …]
|
D | trace_buffer.cc | 29 #define TRACE_BUFFER_DLOG PERFETTO_DLOG
|
/external/perfetto/src/ipc/ |
D | client_impl.cc | 68 PERFETTO_DLOG("BindService(%s) failed", service_name); in BindService() 100 PERFETTO_DLOG("BeginInvoke() failed while sending the frame"); in BeginInvoke() 179 PERFETTO_DLOG("OnFrameReceived(): got invalid request_id=%" PRIu64, in OnFrameReceived() 195 PERFETTO_DLOG("Host error: %s", frame.msg_request_error().error().c_str()); in OnFrameReceived() 199 PERFETTO_DLOG( in OnFrameReceived() 212 PERFETTO_DLOG("BindService(): unknown service_name=\"%s\"", svc_name); in OnBindServiceReply() 218 PERFETTO_DLOG( in OnBindServiceReply() 229 PERFETTO_DLOG("OnBindServiceReply(): invalid method \"%s\" -> %" PRIu64, in OnBindServiceReply()
|
D | service_proxy.cc | 69 PERFETTO_DLOG("Cannot find method \"%s\" on the host", method_name.c_str()); in BeginInvoke()
|
D | host_impl.cc | 75 PERFETTO_DLOG("Duplicate ExposeService(): %s", service_name.c_str()); in ExposeService() 131 PERFETTO_DLOG("Received invalid RPC frame %u from client %" PRIu64, in OnReceivedFrame()
|
D | buffered_frame_deserializer.cc | 116 PERFETTO_DLOG("Frame too large (size %zu)", next_frame_size); in EndReceive()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | inode_file_data_source.cc | 153 PERFETTO_DLOG("%" PRIu64 " inodes found in static file map", in AddInodesFromStaticMap() 174 PERFETTO_DLOG("%" PRIu64 " inodes found in cache", cache_found_count); in AddInodesFromLRUCache() 195 PERFETTO_DLOG("Saw %zu block devices.", inode_file_maps.size()); in OnInodes() 201 PERFETTO_DLOG("Saw %zu unique inode numbers.", inode_numbers.size()); in OnInodes() 240 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodes() 313 PERFETTO_DLOG("Filled %s", path.c_str()); in OnInodeFound() 341 PERFETTO_DLOG("Starting another filesystem scan."); in OnInodeScanDone() 345 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodeScanDone() 359 PERFETTO_DLOG("Trying to replace %s", it->second.c_str()); in AddRootsForBlockDevice() 380 PERFETTO_DLOG("Starting scan of %s", DbgFmt(roots).c_str()); in FindMissingInodes()
|
D | fs_mount.cc | 41 PERFETTO_DLOG("Invalid mount point: %s.", lines.cur_token()); in ParseMounts()
|
/external/perfetto/include/perfetto/base/ |
D | logging.h | 108 #define PERFETTO_DLOG(fmt, ...) PERFETTO_XLOG(kLogDebug, fmt, ##__VA_ARGS__) macro 111 PERFETTO_DLOG(x " (errno: %d, %s)", ##__VA_ARGS__, errno, strerror(errno)) 123 #define PERFETTO_DLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
|
/external/perfetto/src/ftrace_reader/ |
D | ftrace_config_muxer.cc | 259 PERFETTO_DLOG("Can't enable %s, event not known", name.c_str()); in RequestConfig() 350 PERFETTO_DLOG("Update atrace config..."); in UpdateAtrace() 367 PERFETTO_DLOG("...done"); in UpdateAtrace() 373 PERFETTO_DLOG("Stop atrace..."); in DisableAtrace() 378 PERFETTO_DLOG("...done"); in DisableAtrace()
|
D | proto_translation_table.cc | 64 PERFETTO_DLOG( in MergeFieldInfo() 79 PERFETTO_DLOG( in MergeFieldInfo() 248 PERFETTO_DLOG("Could not infer ftrace type for '%s'", type_and_name.c_str()); in InferFtraceType()
|
D | event_info_constants.cc | 81 PERFETTO_DLOG("No translation strategy for '%s' -> '%s'", ToString(ftrace), in SetTranslationStrategy()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 209 PERFETTO_DLOG("Parsing TraceConfig, %zu bytes", trace_config_raw.size()); in Main() 225 PERFETTO_DLOG("Continuing in background"); in Main()
|