Home
last modified time | relevance | path

Searched refs:PERFETTO_DLOG (Results 1 – 25 of 39) sorted by relevance

12

/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.cc63 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect()
71 PERFETTO_DLOG("Cannot EnableTracing(), not connected to tracing service"); in EnableTracing()
92 PERFETTO_DLOG( in ChangeTraceConfig()
101 PERFETTO_DLOG("ChangeTraceConfig() failed"); in ChangeTraceConfig()
109 PERFETTO_DLOG("Cannot StartTracing(), not connected to tracing service"); in StartTracing()
117 PERFETTO_DLOG("StartTracing() failed"); in StartTracing()
125 PERFETTO_DLOG("Cannot DisableTracing(), not connected to tracing service"); in DisableTracing()
133 PERFETTO_DLOG("DisableTracing() failed"); in DisableTracing()
141 PERFETTO_DLOG("Cannot ReadBuffers(), not connected to tracing service"); in ReadBuffers()
162 PERFETTO_DLOG("ReadBuffers() failed"); in OnReadBuffersResponse()
[all …]
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc60 PERFETTO_DLOG( in InitializeConnection()
105 PERFETTO_DLOG( in RegisterDataSource()
126 PERFETTO_DLOG("Client %" PRIu64 " disconnected", client_id); in OnClientDisconnected()
140 PERFETTO_DLOG( in UnregisterDataSource()
161 PERFETTO_DLOG( in RegisterTraceWriter()
183 PERFETTO_DLOG( in UnregisterTraceWriter()
203 PERFETTO_DLOG( in CommitData()
234 PERFETTO_DLOG( in NotifyDataSourceStarted()
256 PERFETTO_DLOG( in NotifyDataSourceStopped()
278 PERFETTO_DLOG( in ActivateTriggers()
[all …]
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc113 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect()
215 PERFETTO_DLOG( in RegisterDataSource()
224 PERFETTO_DLOG("RegisterDataSource() failed: connection reset"); in RegisterDataSource()
232 PERFETTO_DLOG( in UnregisterDataSource()
246 PERFETTO_DLOG( in RegisterTraceWriter()
260 PERFETTO_DLOG( in UnregisterTraceWriter()
274 PERFETTO_DLOG("Cannot CommitData(), not connected to tracing service"); in CommitData()
286 PERFETTO_DLOG("CommitData() failed: connection reset"); in CommitData()
298 PERFETTO_DLOG( in NotifyDataSourceStarted()
311 PERFETTO_DLOG( in NotifyDataSourceStopped()
[all …]
/external/perfetto/src/profiling/memory/
Dproc_utils.cc63 PERFETTO_DLOG("Overflow reading cmdline"); in NormalizeCmdLine()
78 PERFETTO_DLOG("cmdline ends in /"); in NormalizeCmdLine()
116 PERFETTO_DLOG("Failed to open %s", filename.c_str()); in GetCmdlineForPID()
122 PERFETTO_DLOG("Failed to read %s", filename.c_str()); in GetCmdlineForPID()
127 PERFETTO_DLOG("Empty cmdline for %" PRIdMAX ". Skipping.", in GetCmdlineForPID()
134 PERFETTO_DLOG("Overflow reading cmdline for %" PRIdMAX, in GetCmdlineForPID()
Dheapprofd_producer.cc322 PERFETTO_DLOG("Setting up data source."); in SetupDataSource()
335 PERFETTO_DLOG("Invalid data source name."); in SetupDataSource()
354 PERFETTO_DLOG("Child mode skipping setup of unrelated data source."); in SetupDataSource()
386 PERFETTO_DLOG("Set up data source."); in SetupDataSource()
403 PERFETTO_DLOG("Start DataSource"); in StartDataSource()
447 PERFETTO_DLOG("Sending %d to %d", kHeapprofdSignal, pid); in StartDataSource()
468 PERFETTO_DLOG("Started DataSource"); in StartDataSource()
593 PERFETTO_DLOG("Failed to dump %" PRIu64, id_and_data_source.first); in DumpAll()
672 PERFETTO_DLOG("%d: Received FDs.", self->peer_pid()); in OnDataAvailable()
695 PERFETTO_DLOG("%d: Received no FDs.", self->peer_pid()); in OnDataAvailable()
Dunwinding.cc184 PERFETTO_DLOG("Unable to construct unwindstack::Regs"); in DoUnwind()
209 PERFETTO_DLOG("Reparsing maps"); in DoUnwind()
235 PERFETTO_DLOG("Unwinding error %" PRIu8, error_code); in DoUnwind()
294 PERFETTO_DLOG("Unexpected data."); in HandleUnwindBatch()
Dwire_protocol.cc86 PERFETTO_DLOG("Failed to acquire spinlock."); in SendWireMessage()
/external/perfetto/src/ipc/
Dclient_impl.cc71 PERFETTO_DLOG("BindService(%s) failed", service_name); in BindService()
103 PERFETTO_DLOG("BeginInvoke() failed while sending the frame"); in BeginInvoke()
182 PERFETTO_DLOG("OnFrameReceived(): got invalid request_id=%" PRIu64, in OnFrameReceived()
198 PERFETTO_DLOG("Host error: %s", frame.msg_request_error().error().c_str()); in OnFrameReceived()
202 PERFETTO_DLOG( in OnFrameReceived()
215 PERFETTO_DLOG("BindService(): unknown service_name=\"%s\"", svc_name); in OnBindServiceReply()
221 PERFETTO_DLOG( in OnBindServiceReply()
232 PERFETTO_DLOG("OnBindServiceReply(): invalid method \"%s\" -> %" PRIu64, in OnBindServiceReply()
Dservice_proxy.cc69 PERFETTO_DLOG("Cannot find method \"%s\" on the host", method_name.c_str()); in BeginInvoke()
Dhost_impl.cc75 PERFETTO_DLOG("Duplicate ExposeService(): %s", service_name.c_str()); in ExposeService()
132 PERFETTO_DLOG("Received invalid RPC frame %u from client %" PRIu64, in OnReceivedFrame()
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.cc161 PERFETTO_DLOG("%" PRIu64 " inodes found in static file map", in AddInodesFromStaticMap()
182 PERFETTO_DLOG("%" PRIu64 " inodes found in cache", cache_found_count); in AddInodesFromLRUCache()
204 PERFETTO_DLOG("Saw %zu block devices.", inode_file_maps.size()); in OnInodes()
210 PERFETTO_DLOG("Saw %zu unique inode numbers.", inode_numbers.size()); in OnInodes()
249 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodes()
322 PERFETTO_DLOG("Filled %s", path.c_str()); in OnInodeFound()
350 PERFETTO_DLOG("Starting another filesystem scan."); in OnInodeScanDone()
354 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodeScanDone()
368 PERFETTO_DLOG("Trying to replace %s", it->second.c_str()); in AddRootsForBlockDevice()
389 PERFETTO_DLOG("Starting scan of %s", DbgFmt(roots).c_str()); in FindMissingInodes()
Dfs_mount.cc41 PERFETTO_DLOG("Invalid mount point: %s.", lines.cur_token()); in ParseMounts()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc152 PERFETTO_DLOG("Lockdown mode. Rejecting producer with UID %ld", in ConnectProducer()
162 PERFETTO_DLOG("Producer %" PRIu16 " connected", id); in ConnectProducer()
189 PERFETTO_DLOG("Producer %" PRIu16 " disconnected", id); in DisconnectProducer()
222 PERFETTO_DLOG("Consumer %p connected", reinterpret_cast<void*>(consumer)); in ConnectConsumer()
233 PERFETTO_DLOG("Consumer %p disconnected", reinterpret_cast<void*>(consumer)); in DisconnectConsumer()
253 PERFETTO_DLOG("Consumer %p detached", reinterpret_cast<void*>(consumer)); in DetachConsumer()
277 PERFETTO_DLOG("Consumer %p attaching to session %s", in AttachConsumer()
307 PERFETTO_DLOG("Enabling tracing for consumer %p", in EnableTracing()
316 PERFETTO_DLOG( in EnableTracing()
375 PERFETTO_DLOG("Too many buffers configured (%d)", cfg.buffers_size()); in EnableTracing()
[all …]
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc155 PERFETTO_DLOG("Starting Android log data source: %s", mode_.c_str()); in Start()
231 PERFETTO_DLOG( in ReadLogSocket()
261 PERFETTO_DLOG("Failed to parse Android log binary event"); in ReadLogSocket()
267 PERFETTO_DLOG("Failed to parse Android log text event"); in ReadLogSocket()
291 PERFETTO_DLOG("Seen %zu Android log events", num_events); in ReadLogSocket()
306 PERFETTO_DLOG("Skipping log event with suspiciously high priority %d", in ParseTextEvent()
430 PERFETTO_DLOG( in ParseBinaryEvent()
463 PERFETTO_DLOG("Could not parse event log format: %s", ss.cur_token()); in ParseEventLogDefinitions()
/external/perfetto/src/tracing/api_impl/
Dconsumer_api.cc178 PERFETTO_DLOG("OnConnect"); in OnConnect()
204 PERFETTO_DLOG("OnTracingDisabled"); in OnTracingDisabled()
226 PERFETTO_DLOG("OnDisconnect"); in OnDisconnect()
372 PERFETTO_DLOG("Handle invalid"); in ReadTrace()
383 PERFETTO_DLOG("ReadTrace(): called in an unexpected state (%d)", in ReadTrace()
/external/perfetto/include/perfetto/base/
Dlogging.h144 #define PERFETTO_DLOG(fmt, ...) PERFETTO_XLOG(kLogDebug, fmt, ##__VA_ARGS__) macro
147 PERFETTO_DLOG(x " (errno: %d, %s)", ##__VA_ARGS__, errno, strerror(errno))
151 #define PERFETTO_DLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc86 PERFETTO_DLOG( in GetFtraceEvents()
334 PERFETTO_DLOG("Can't enable %s, event not known", in SetupConfig()
463 PERFETTO_DLOG("Update atrace config..."); in UpdateAtrace()
485 PERFETTO_DLOG("...done"); in UpdateAtrace()
491 PERFETTO_DLOG("Stop atrace..."); in DisableAtrace()
496 PERFETTO_DLOG("...done"); in DisableAtrace()
Dformat_parser.cc85 PERFETTO_DLOG("Cannot parse line: \"%s\"\n", line); in ParseFtraceEventBody()
163 PERFETTO_DLOG("Cannot parse line: \"%s\"\n", line); in ParseFtraceEvent()
169 PERFETTO_DLOG("Could not parse format file: %s.\n", in ParseFtraceEvent()
Dproto_translation_table.cc141 PERFETTO_DLOG( in MergeFieldInfo()
357 PERFETTO_DLOG("Could not infer ftrace type for '%s'", type_and_name.c_str()); in InferFtraceType()
527 PERFETTO_DLOG("Field: %s could not be added to the generic event.", in CreateGenericEventField()
536 PERFETTO_DLOG( in CreateGenericEventField()
Devent_info_constants.cc99 PERFETTO_DLOG("No translation strategy for '%s' -> '%s'", ToString(ftrace), in SetTranslationStrategy()
/external/perfetto/src/trace_processor/metrics/
Dmetrics.cc45 PERFETTO_DLOG("Executing query in RUN_METRIC: %s", query.c_str()); in RunMetric()
71 PERFETTO_DLOG("Executing query: %s", query.c_str()); in ComputeMetrics()
/external/perfetto/src/trace_processor/
Dfuchsia_trace_tokenizer.cc161 PERFETTO_DLOG("Unexpected record of size 0"); in Parse()
217 PERFETTO_DLOG( in ParseRecord()
367 PERFETTO_DLOG("Skipping Kernel Object record with type %d", obj_type); in ParseRecord()
462 PERFETTO_DLOG("Skipping record of unknown type %d", record_type); in ParseRecord()
Dslice_tracker.cc96 PERFETTO_DLOG("Unknown tgid for ftrace tid %u", ftrace_tid); in EndAndroid()
103 PERFETTO_DLOG("Mismatched atrace pid %u and looked up pid %u", atrace_tgid, in EndAndroid()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc165 PERFETTO_DLOG("SetupDataSource(id=%" PRIu64 ", name=%s)", instance_id, in SetupDataSource()
199 PERFETTO_DLOG("StartDataSource(id=%" PRIu64 ", name=%s)", instance_id, in StartDataSource()
375 PERFETTO_DLOG("Flush %" PRIu64 " acked by data source %" PRIu64, in OnDataSourceFlushComplete()
388 PERFETTO_DLOG("All data sources acked to flush %" PRIu64, flush_request_id); in OnDataSourceFlushComplete()
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.cc57 PERFETTO_DLOG("Producer connected, sending triggers."); in OnConnect()

12