/external/perfetto/src/tracing/ipc/consumer/ |
D | consumer_ipc_client_impl.cc | 67 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect() 75 PERFETTO_DLOG("Cannot EnableTracing(), not connected to tracing service"); in EnableTracing() 105 PERFETTO_DLOG( in ChangeTraceConfig() 114 PERFETTO_DLOG("ChangeTraceConfig() failed"); in ChangeTraceConfig() 123 PERFETTO_DLOG("Cannot StartTracing(), not connected to tracing service"); in StartTracing() 131 PERFETTO_DLOG("StartTracing() failed"); in StartTracing() 139 PERFETTO_DLOG("Cannot DisableTracing(), not connected to tracing service"); in DisableTracing() 147 PERFETTO_DLOG("DisableTracing() failed"); in DisableTracing() 155 PERFETTO_DLOG("Cannot ReadBuffers(), not connected to tracing service"); in ReadBuffers() 176 PERFETTO_DLOG("ReadBuffers() failed"); in OnReadBuffersResponse() [all …]
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.cc | 66 PERFETTO_DLOG( in InitializeConnection() 111 PERFETTO_DLOG( in InitializeConnection() 151 PERFETTO_DLOG( in RegisterDataSource() 174 PERFETTO_DLOG( in UpdateDataSource() 194 PERFETTO_DLOG("Client %" PRIu64 " disconnected", client_id); in OnClientDisconnected() 208 PERFETTO_DLOG( in UnregisterDataSource() 229 PERFETTO_DLOG( in RegisterTraceWriter() 251 PERFETTO_DLOG( in UnregisterTraceWriter() 271 PERFETTO_DLOG( in CommitData() 300 PERFETTO_DLOG( in NotifyDataSourceStarted() [all …]
|
/external/perfetto/src/trace_processor/ |
D | forwarding_trace_parser.cc | 77 PERFETTO_DLOG("JSON trace detected"); in Parse() 91 PERFETTO_DLOG("Proto trace detected"); in Parse() 102 PERFETTO_DLOG("Ninja log detected"); in Parse() 110 PERFETTO_DLOG("Fuchsia trace detected"); in Parse() 125 PERFETTO_DLOG("Systrace trace detected"); in Parse() 136 PERFETTO_DLOG("gzip trace detected"); in Parse() 138 PERFETTO_DLOG("ctrace trace detected"); in Parse()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.cc | 215 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect() 255 PERFETTO_DLOG("Service failed adopt producer-provided SMB, disconnecting."); in OnConnectionInitialized() 381 PERFETTO_DLOG( in RegisterDataSource() 390 PERFETTO_DLOG("RegisterDataSource() failed: connection reset"); in RegisterDataSource() 399 PERFETTO_DLOG( in UpdateDataSource() 408 PERFETTO_DLOG("UpdateDataSource() failed: connection reset"); in UpdateDataSource() 416 PERFETTO_DLOG( in UnregisterDataSource() 430 PERFETTO_DLOG( in RegisterTraceWriter() 444 PERFETTO_DLOG( in UnregisterTraceWriter() 458 PERFETTO_DLOG("Cannot CommitData(), not connected to tracing service"); in CommitData() [all …]
|
/external/perfetto/src/profiling/perf/ |
D | unwinding.cc | 55 PERFETTO_DLOG("Unwinder::StartDataSource(%zu)", static_cast<size_t>(ds_id)); in StartDataSource() 98 PERFETTO_DLOG("Unwinder::AdoptProcDescriptors(%zu, %d, %d, %d)", in AdoptProcDescriptors() 137 PERFETTO_DLOG("Unwinder::UpdateProcessStateStatus(%zu, %d, %d)", in UpdateProcessStateStatus() 162 PERFETTO_DLOG("Unwinder::ProcessQueue"); in ProcessQueue() 182 PERFETTO_DLOG( in ProcessQueue() 239 PERFETTO_DLOG("Unwinder skipping sample for pid [%d]: kFdsTimedOut", in ConsumeAndUnwindReadySamples() 255 PERFETTO_DLOG("Unwinder deferring sample for pid [%d]", in ConsumeAndUnwindReadySamples() 306 PERFETTO_DLOG("Unwind queue drain: [%" PRIu64 "]->[%" PRIu64 "]", in ConsumeAndUnwindReadySamples() 393 PERFETTO_DLOG("Skipping reparse/reunwind due to maxed stack for tid [%d]", in UnwindSample() 398 PERFETTO_DLOG("Reparsing maps for pid [%d]", in UnwindSample() [all …]
|
D | perf_producer.cc | 311 PERFETTO_DLOG("Explicitly rejecting samples for pid [%d] due to cmdline", in ShouldRejectDueToFilter() 316 PERFETTO_DLOG("Explicitly rejecting samples for pid [%d] due to pid", in ShouldRejectDueToFilter() 342 PERFETTO_DLOG("Process sharding: keeping pid [%d]", in ShouldRejectDueToFilter() 346 PERFETTO_DLOG("Process sharding: rejecting pid [%d]", in ShouldRejectDueToFilter() 364 PERFETTO_DLOG("Rejecting samples for pid [%d]", static_cast<int>(pid)); in ShouldRejectDueToFilter() 568 PERFETTO_DLOG("Flush(%zu)", static_cast<size_t>(ds_id)); in Flush() 584 PERFETTO_DLOG("ClearIncrementalState(%zu)", static_cast<size_t>(ds_id)); in ClearIncrementalState() 591 PERFETTO_DLOG("ClearIncrementalState(%zu): did not find matching entry", in ClearIncrementalState() 620 PERFETTO_DLOG("TickDataSourceRead(%zu): source gone", in TickDataSourceRead() 695 PERFETTO_DLOG("Skipping sample for pid [%d]: kFdsTimedOut", in ReadAndParsePerCpuBuffer() [all …]
|
D | proc_descriptors.cc | 97 PERFETTO_DLOG("Sending signal to pid [%d]", pid); in GetDescriptorsForPid() 109 PERFETTO_DLOG("remote fds: new connection from pid [%d]", in OnNewIncomingConnection() 116 PERFETTO_DLOG("remote fds: disconnect from pid [%d]", in OnDisconnect() 134 PERFETTO_DLOG("remote fds: received %zu bytes", received_bytes); in OnDataAvailable()
|
/external/perfetto/src/traced/probes/android_game_intervention_list/ |
D | android_game_intervention_list_data_source.cc | 146 PERFETTO_DLOG("Failed to parse game_mode_intervention.list uid."); in ParseAndroidGameInterventionListLine() 156 PERFETTO_DLOG( in ParseAndroidGameInterventionListLine() 169 PERFETTO_DLOG( in ParseAndroidGameInterventionListLine() 192 PERFETTO_DLOG( in ParseAndroidGameInterventionListLine() 202 PERFETTO_DLOG( in ParseAndroidGameInterventionListLine() 214 PERFETTO_DLOG("Failed to parse game_mode_intervention.list fps."); in ParseAndroidGameInterventionListLine()
|
/external/perfetto/src/ipc/ |
D | client_impl.cc | 97 PERFETTO_DLOG("BindService(%s) failed", service_name); in BindService() 127 PERFETTO_DLOG("BeginInvoke() failed while sending the frame"); in BeginInvoke() 158 PERFETTO_DLOG( in OnConnect() 239 PERFETTO_DLOG("OnFrameReceived(): got invalid request_id=%" PRIu64, in OnFrameReceived() 255 PERFETTO_DLOG("Host error: %s", frame.msg_request_error().error().c_str()); in OnFrameReceived() 259 PERFETTO_DLOG( in OnFrameReceived() 272 PERFETTO_DLOG("BindService(): unknown service_name=\"%s\"", svc_name); in OnBindServiceReply() 278 PERFETTO_DLOG( in OnBindServiceReply() 289 PERFETTO_DLOG("OnBindServiceReply(): invalid method \"%s\" -> %" PRIu64, in OnBindServiceReply()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | inode_file_data_source.cc | 170 PERFETTO_DLOG("%" PRIu64 " inodes found in static file map", in AddInodesFromStaticMap() 191 PERFETTO_DLOG("%" PRIu64 " inodes found in cache", cache_found_count); in AddInodesFromLRUCache() 213 PERFETTO_DLOG("Saw %zu block devices.", inode_file_maps.size()); in OnInodes() 219 PERFETTO_DLOG("Saw %zu unique inode numbers.", inode_numbers.size()); in OnInodes() 258 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodes() 330 PERFETTO_DLOG("Filled %s", path.c_str()); in OnInodeFound() 358 PERFETTO_DLOG("Starting another filesystem scan."); in OnInodeScanDone() 362 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodeScanDone() 376 PERFETTO_DLOG("Trying to replace %s", it->second.c_str()); in AddRootsForBlockDevice() 397 PERFETTO_DLOG("Starting scan of %s", DbgFmt(roots).c_str()); in FindMissingInodes()
|
/external/perfetto/src/protozero/filtering/ |
D | filter_bytecode_parser.cc | 103 PERFETTO_DLOG("bytecode error @ word %zu, invalid field id (0)", i); in LoadInternal() 124 PERFETTO_DLOG("bytecode error @ word %zu: unterminated nested field", in LoadInternal() 142 PERFETTO_DLOG("bytecode error @ word %zu: unterminated range", i); in LoadInternal() 175 PERFETTO_DLOG("bytecode error @ word %zu: invalid opcode (%x)", i, word); in LoadInternal() 181 PERFETTO_DLOG( in LoadInternal() 187 PERFETTO_DLOG( in LoadInternal()
|
/external/perfetto/src/profiling/symbolizer/ |
D | scoped_read_mmap_windows.cc | 32 PERFETTO_DLOG("Failed to open file: %s", fName); in ScopedReadMmap() 37 PERFETTO_DLOG("Failed to mmap file"); in ScopedReadMmap() 42 PERFETTO_DLOG("Failed to map view of file"); in ScopedReadMmap()
|
/external/perfetto/src/traced/probes/android_log/ |
D | android_log_data_source.cc | 173 PERFETTO_DLOG("Starting Android log data source: %s", mode_.c_str()); in Start() 249 PERFETTO_DLOG( in ReadLogSocket() 279 PERFETTO_DLOG("Failed to parse Android log binary event"); in ReadLogSocket() 285 PERFETTO_DLOG("Failed to parse Android log text event"); in ReadLogSocket() 309 PERFETTO_DLOG("Seen %zu Android log events", num_events); in ReadLogSocket() 324 PERFETTO_DLOG("Skipping log event with suspiciously high priority %d", in ParseTextEvent() 446 PERFETTO_DLOG( in ParseBinaryEvent() 479 PERFETTO_DLOG("Could not parse event log format: %s", ss.cur_token()); in ParseEventLogDefinitions()
|
/external/perfetto/include/perfetto/base/ |
D | logging.h | 210 #define PERFETTO_DLOG(fmt, ...) \ macro 215 PERFETTO_DLOG(x " (errno: %d, %s)", ##__VA_ARGS__, errno, strerror(errno)) 218 #define PERFETTO_DPLOG PERFETTO_DLOG 223 #define PERFETTO_DLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_tracker.cc | 59 PERFETTO_DLOG("New track reservation for process track with uuid %" PRIu64 in ReserveDescriptorProcessTrack() 95 PERFETTO_DLOG("New track reservation for thread track with uuid %" PRIu64 in ReserveDescriptorThreadTrack() 134 PERFETTO_DLOG("New track reservation for counter track with uuid %" PRIu64 in ReserveDescriptorCounterTrack() 157 PERFETTO_DLOG("New track reservation for child track with uuid %" PRIu64 in ReserveDescriptorChildTrack() 421 PERFETTO_DLOG("Detected tid reuse (pid: %" PRIu32 " tid: %" PRIu32 in ResolveDescriptorTrackImpl() 453 PERFETTO_DLOG("Detected pid reuse (pid: %" PRIu32 in ResolveDescriptorTrackImpl() 533 PERFETTO_DLOG("Unknown counter track with uuid %" PRIu64, in ConvertToAbsoluteCounterValue() 540 PERFETTO_DLOG("Track with uuid %" PRIu64 " is not a counter track", in ConvertToAbsoluteCounterValue() 550 PERFETTO_DLOG( in ConvertToAbsoluteCounterValue()
|
D | stack_profile_tracker.cc | 71 PERFETTO_DLOG("Invalid string."); in AddMapping() 147 PERFETTO_DLOG("Invalid string."); in AddFrame() 253 PERFETTO_DLOG("Invalid frame."); in GetDatabaseFrameIdForTesting() 287 PERFETTO_DLOG("Invalid string."); in FindOrInsertString() 332 PERFETTO_DLOG("Unknown frame %" PRIu64 " : %zu", frame_id, in FindOrInsertFrame() 352 PERFETTO_DLOG("Unknown callstack %" PRIu64 " : %zu", callstack_id, in FindOrInsertCallstack()
|
D | track_event_tokenizer.cc | 314 PERFETTO_DLOG( in TokenizeTrackEventPacket() 321 PERFETTO_DLOG( in TokenizeTrackEventPacket() 342 PERFETTO_DLOG("Ignoring TrackEvent with invalid track_uuid %" PRIu64, in TokenizeTrackEventPacket() 358 PERFETTO_DLOG("%s", result.c_message()); in TokenizeTrackEventPacket() 368 PERFETTO_DLOG("%s", result.c_message()); in TokenizeTrackEventPacket()
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.cc | 364 PERFETTO_DLOG("Lockdown mode. Rejecting producer with UID %ld", in ConnectProducer() 374 PERFETTO_DLOG("Producer %" PRIu16 " connected, uid=%d", id, in ConnectProducer() 415 PERFETTO_DLOG( in ConnectProducer() 437 PERFETTO_DLOG("Producer %" PRIu16 " disconnected", id); in DisconnectProducer() 470 PERFETTO_DLOG("Consumer %p connected from UID %" PRIu64, in ConnectConsumer() 488 PERFETTO_DLOG("Consumer %p disconnected", reinterpret_cast<void*>(consumer)); in DisconnectConsumer() 508 PERFETTO_DLOG("Consumer %p detached", reinterpret_cast<void*>(consumer)); in DetachConsumer() 532 PERFETTO_DLOG("Consumer %p attaching to session %s", in AttachConsumer() 569 PERFETTO_DLOG("Enabling tracing for consumer %p, UUID: %s", in EnableTracing() 1343 PERFETTO_DLOG("DisableTracing() failed, invalid session ID %" PRIu64, tsid); in DisableTracing() [all …]
|
/external/perfetto/src/traced/probes/ftrace/format_parser/ |
D | format_parser.cc | 87 PERFETTO_DLOG("Cannot parse line: \"%s\"\n", line); in ParseFtraceEventBody() 165 PERFETTO_DLOG("Cannot parse line: \"%s\"\n", line); in ParseFtraceEvent() 171 PERFETTO_DLOG("Could not parse format file: %s.\n", in ParseFtraceEvent()
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 394 PERFETTO_DLOG("SetupDataSource(id=%" PRIu64 ", name=%s)", instance_id, in SetupDataSource() 422 PERFETTO_DLOG("StartDataSource(id=%" PRIu64 ", name=%s)", instance_id, in StartDataSource() 507 PERFETTO_DLOG("ProbesProducer::Flush(%" PRIu64 ") begin", flush_request_id); in Flush() 510 PERFETTO_DLOG("ProbesProducer::Flush(%" PRIu64 ") end", flush_request_id); in Flush() 548 PERFETTO_DLOG("Flushing data source %" PRIu64 " %s", ds_id, in Flush() 556 PERFETTO_DLOG("Flush %" PRIu64 " acked by data source %" PRIu64, in OnDataSourceFlushComplete() 569 PERFETTO_DLOG("All data sources acked to flush %" PRIu64, flush_request_id); in OnDataSourceFlushComplete()
|
/external/perfetto/src/websocket_bridge/ |
D | websocket_bridge.cc | 112 PERFETTO_DLOG("[WSBridge] Connected to %s", ep.endpoint); in OnHttpRequest() 150 PERFETTO_DLOG("[WSBridge] Websocket connection closed"); in OnHttpConnectionClosed() 166 PERFETTO_DLOG("[WSBridge] Socket connection closed"); in OnDisconnect()
|
/external/perfetto/test/stress_test/ |
D | stress_producer.cc | 106 PERFETTO_DLOG("Stopping worker %u", id_); in Stop() 112 PERFETTO_DLOG("Worker %u starting", worker_id); in WorkerMain() 159 PERFETTO_DLOG("Worker done"); in WorkerMain()
|
/external/perfetto/src/protozero/ |
D | proto_decoder.cc | 132 PERFETTO_DLOG("Invalid proto field type: %u", field_type); in ParseOneField() 139 PERFETTO_DLOG("Skipping field %" PRIu32 " because its id > 0xFFFF", in ParseOneField() 146 PERFETTO_DLOG("Skipping field %" PRIu32 " because it's too big (%" PRIu64 in ParseOneField()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.cc | 246 PERFETTO_DLOG("Producer connected"); in OnConnect() 959 PERFETTO_DLOG("Consumer backend creation failed, type %d", in AddConsumerBackend() 980 PERFETTO_DLOG("Producer backend creation failed, type %d", in AddProducerBackend() 1097 PERFETTO_DLOG( in RegisterDataSource() 1229 PERFETTO_DLOG("Setting up data source %" PRIu64 in MaybeAdoptStartupTracingInDataSource() 1257 PERFETTO_DLOG("Setting up data source %" PRIu64 " %s", instance_id, in SetupDataSource() 1293 PERFETTO_DLOG( in SetupDataSource() 1374 PERFETTO_DLOG("Intercepting data source %" PRIu64 in SetupDataSourceImpl() 1415 PERFETTO_DLOG("Starting data source %" PRIu64, instance_id); in StartDataSource() 1439 PERFETTO_DLOG("Data source %" PRIu64 in StartDataSource() [all …]
|
/external/perfetto/src/base/http/ |
D | http_server.cc | 181 PERFETTO_DLOG("[HTTP] Malformed HTTP header: \"%s\"", in ParseOneHttpRequest() 317 PERFETTO_DLOG("[HTTP] Handshaking WebSocket for %.*s", in UpgradeToWebsocket() 320 PERFETTO_DLOG("> %s", hdr); in UpgradeToWebsocket() 410 PERFETTO_DLOG( in ParseOneWebsocketFrame() 424 PERFETTO_DLOG("[HTTP] Websocket PING"); in ParseOneWebsocketFrame()
|