Home
last modified time | relevance | path

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

123

/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.cc66 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect()
74 PERFETTO_DLOG("Cannot EnableTracing(), not connected to tracing service"); in EnableTracing()
104 PERFETTO_DLOG( in ChangeTraceConfig()
113 PERFETTO_DLOG("ChangeTraceConfig() failed"); in ChangeTraceConfig()
122 PERFETTO_DLOG("Cannot StartTracing(), not connected to tracing service"); in StartTracing()
130 PERFETTO_DLOG("StartTracing() failed"); in StartTracing()
138 PERFETTO_DLOG("Cannot DisableTracing(), not connected to tracing service"); in DisableTracing()
146 PERFETTO_DLOG("DisableTracing() failed"); in DisableTracing()
154 PERFETTO_DLOG("Cannot ReadBuffers(), not connected to tracing service"); in ReadBuffers()
175 PERFETTO_DLOG("ReadBuffers() failed"); in OnReadBuffersResponse()
[all …]
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc61 PERFETTO_DLOG( in InitializeConnection()
106 PERFETTO_DLOG( in InitializeConnection()
145 PERFETTO_DLOG( in RegisterDataSource()
165 PERFETTO_DLOG("Client %" PRIu64 " disconnected", client_id); in OnClientDisconnected()
179 PERFETTO_DLOG( in UnregisterDataSource()
200 PERFETTO_DLOG( in RegisterTraceWriter()
222 PERFETTO_DLOG( in UnregisterTraceWriter()
242 PERFETTO_DLOG( in CommitData()
271 PERFETTO_DLOG( in NotifyDataSourceStarted()
293 PERFETTO_DLOG( in NotifyDataSourceStopped()
[all …]
/external/perfetto/src/trace_processor/
Dforwarding_trace_parser.cc68 PERFETTO_DLOG("JSON trace detected"); in Parse()
81 PERFETTO_DLOG("Proto trace detected"); in Parse()
92 PERFETTO_DLOG("Ninja log detected"); in Parse()
97 PERFETTO_DLOG("Fuchsia trace detected"); in Parse()
111 PERFETTO_DLOG("Systrace trace detected"); in Parse()
122 PERFETTO_DLOG("gzip trace detected"); in Parse()
124 PERFETTO_DLOG("ctrace trace detected"); in Parse()
/external/perfetto/src/profiling/perf/
Dunwinding.cc55 PERFETTO_DLOG("Unwinder::StartDataSource(%zu)", static_cast<size_t>(ds_id)); in StartDataSource()
98 PERFETTO_DLOG("Unwinder::AdoptProcDescriptors(%zu, %d, %d, %d)", in AdoptProcDescriptors()
127 PERFETTO_DLOG("Unwinder::RecordTimedOutProcDescriptors(%zu, %d)", in RecordTimedOutProcDescriptors()
154 PERFETTO_DLOG("Unwinder::ProcessQueue"); in ProcessQueue()
174 PERFETTO_DLOG( in ProcessQueue()
231 PERFETTO_DLOG("Unwinder skipping sample for pid [%d]", in ConsumeAndUnwindReadySamples()
247 PERFETTO_DLOG("Unwinder deferring sample for pid [%d]", in ConsumeAndUnwindReadySamples()
292 PERFETTO_DLOG("Unwind queue drain: [%" PRIu64 "]->[%" PRIu64 "]", in ConsumeAndUnwindReadySamples()
367 PERFETTO_DLOG("Skipping reparse/reunwind due to maxed stack for tid [%d]", in UnwindSample()
372 PERFETTO_DLOG("Reparsing maps for pid [%d]", in UnwindSample()
[all …]
Dperf_producer.cc151 PERFETTO_DLOG("Failed to look up cmdline for pid [%d]", in ShouldRejectDueToFilter()
156 PERFETTO_DLOG("Explicitly rejecting samples for pid [%d] due to cmdline", in ShouldRejectDueToFilter()
161 PERFETTO_DLOG("Explicitly rejecting samples for pid [%d] due to pid", in ShouldRejectDueToFilter()
190 PERFETTO_DLOG("Rejecting samples for pid [%d]", static_cast<int>(pid)); in ShouldRejectDueToFilter()
425 PERFETTO_DLOG("Flush(%zu)", static_cast<size_t>(ds_id)); in Flush()
441 PERFETTO_DLOG("ClearIncrementalState(%zu)", static_cast<size_t>(ds_id)); in ClearIncrementalState()
448 PERFETTO_DLOG("ClearIncrementalState(%zu): did not find matching entry", in ClearIncrementalState()
477 PERFETTO_DLOG("TickDataSourceRead(%zu): source gone", in TickDataSourceRead()
555 PERFETTO_DLOG("Skipping sample for previously expired pid [%d]", in ReadAndParsePerCpuBuffer()
564 PERFETTO_DLOG("Skipping sample for pid [%d] due to target filter", in ReadAndParsePerCpuBuffer()
[all …]
Dproc_descriptors.cc96 PERFETTO_DLOG("Sending signal to pid [%d]", pid); in GetDescriptorsForPid()
108 PERFETTO_DLOG("remote fds: new connection from pid [%d]", in OnNewIncomingConnection()
115 PERFETTO_DLOG("remote fds: disconnect from pid [%d]", in OnDisconnect()
133 PERFETTO_DLOG("remote fds: received %zu bytes", received_bytes); in OnDataAvailable()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc195 PERFETTO_DLOG("Tracing service connection failure"); in OnDisconnect()
217 PERFETTO_DLOG("Service failed adopt producer-provided SMB, disconnecting."); in OnConnectionInitialized()
316 PERFETTO_DLOG( in RegisterDataSource()
325 PERFETTO_DLOG("RegisterDataSource() failed: connection reset"); in RegisterDataSource()
333 PERFETTO_DLOG( in UnregisterDataSource()
347 PERFETTO_DLOG( in RegisterTraceWriter()
361 PERFETTO_DLOG( in UnregisterTraceWriter()
375 PERFETTO_DLOG("Cannot CommitData(), not connected to tracing service"); in CommitData()
385 PERFETTO_DLOG("CommitData() failed: connection reset"); in CommitData()
397 PERFETTO_DLOG( in NotifyDataSourceStarted()
[all …]
/external/perfetto/src/ipc/
Dclient_impl.cc97 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()
228 PERFETTO_DLOG("OnFrameReceived(): got invalid request_id=%" PRIu64, in OnFrameReceived()
244 PERFETTO_DLOG("Host error: %s", frame.msg_request_error().error().c_str()); in OnFrameReceived()
248 PERFETTO_DLOG( in OnFrameReceived()
261 PERFETTO_DLOG("BindService(): unknown service_name=\"%s\"", svc_name); in OnBindServiceReply()
267 PERFETTO_DLOG( in OnBindServiceReply()
278 PERFETTO_DLOG("OnBindServiceReply(): invalid method \"%s\" -> %" PRIu64, in OnBindServiceReply()
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.cc169 PERFETTO_DLOG("%" PRIu64 " inodes found in static file map", in AddInodesFromStaticMap()
190 PERFETTO_DLOG("%" PRIu64 " inodes found in cache", cache_found_count); in AddInodesFromLRUCache()
212 PERFETTO_DLOG("Saw %zu block devices.", inode_file_maps.size()); in OnInodes()
218 PERFETTO_DLOG("Saw %zu unique inode numbers.", inode_numbers.size()); in OnInodes()
257 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodes()
329 PERFETTO_DLOG("Filled %s", path.c_str()); in OnInodeFound()
357 PERFETTO_DLOG("Starting another filesystem scan."); in OnInodeScanDone()
361 PERFETTO_DLOG("Giving up filesystem scan."); in OnInodeScanDone()
375 PERFETTO_DLOG("Trying to replace %s", it->second.c_str()); in AddRootsForBlockDevice()
396 PERFETTO_DLOG("Starting scan of %s", DbgFmt(roots).c_str()); in FindMissingInodes()
/external/perfetto/src/profiling/symbolizer/
Dscoped_read_mmap_windows.cc32 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/include/perfetto/base/
Dlogging.h166 #define PERFETTO_DLOG(fmt, ...) \ macro
171 PERFETTO_DLOG(x " (errno: %d, %s)", ##__VA_ARGS__, errno, strerror(errno))
174 #define PERFETTO_DPLOG PERFETTO_DLOG
179 #define PERFETTO_DLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc101 PERFETTO_DLOG("bytecode error @ word %zu, invalid field id (0)", i); in LoadInternal()
118 PERFETTO_DLOG("bytecode error @ word %zu: unterminated nested field", in LoadInternal()
136 PERFETTO_DLOG("bytecode error @ word %zu: unterminated range", i); in LoadInternal()
169 PERFETTO_DLOG("bytecode error @ word %zu: invalid opcode (%x)", i, word); in LoadInternal()
175 PERFETTO_DLOG( in LoadInternal()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc172 PERFETTO_DLOG("Starting Android log data source: %s", mode_.c_str()); in Start()
248 PERFETTO_DLOG( in ReadLogSocket()
278 PERFETTO_DLOG("Failed to parse Android log binary event"); in ReadLogSocket()
284 PERFETTO_DLOG("Failed to parse Android log text event"); in ReadLogSocket()
308 PERFETTO_DLOG("Seen %zu Android log events", num_events); in ReadLogSocket()
323 PERFETTO_DLOG("Skipping log event with suspiciously high priority %d", in ParseTextEvent()
447 PERFETTO_DLOG( in ParseBinaryEvent()
480 PERFETTO_DLOG("Could not parse event log format: %s", ss.cur_token()); in ParseEventLogDefinitions()
/external/perfetto/src/trace_processor/importers/proto/
Dstack_profile_tracker.cc66 PERFETTO_DLOG("Invalid string."); in AddMapping()
142 PERFETTO_DLOG("Invalid string."); in AddFrame()
248 PERFETTO_DLOG("Invalid frame."); in GetDatabaseFrameIdForTesting()
282 PERFETTO_DLOG("Invalid string."); in FindOrInsertString()
327 PERFETTO_DLOG("Unknown frame %" PRIu64 " : %zu", frame_id, in FindOrInsertFrame()
347 PERFETTO_DLOG("Unknown callstack %" PRIu64 " : %zu", callstack_id, in FindOrInsertCallstack()
Dtrack_event_tokenizer.cc290 PERFETTO_DLOG( in TokenizeTrackEventPacket()
297 PERFETTO_DLOG( in TokenizeTrackEventPacket()
318 PERFETTO_DLOG("Ignoring TrackEvent with invalid track_uuid %" PRIu64, in TokenizeTrackEventPacket()
334 PERFETTO_DLOG("%s", result.c_message()); in TokenizeTrackEventPacket()
344 PERFETTO_DLOG("%s", result.c_message()); in TokenizeTrackEventPacket()
Dchrome_string_lookup.cc192 PERFETTO_DLOG("GetProcessName error: Unknown Chrome process type %u", in GetProcessName()
202 PERFETTO_DLOG("GetThreadName error: Unknown Chrome thread type %u", in GetThreadName()
Dheap_graph_module.cc304 PERFETTO_DLOG("Class %s not found", in DeobfuscateClass()
325 PERFETTO_DLOG("Class string %s not found", in ParseDeobfuscationMapping()
348 PERFETTO_DLOG("Field string %s not found", merged_obfuscated.c_str()); in ParseDeobfuscationMapping()
363 PERFETTO_DLOG("Field %s not found", merged_obfuscated.c_str()); in ParseDeobfuscationMapping()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc347 PERFETTO_DLOG("Lockdown mode. Rejecting producer with UID %ld", in ConnectProducer()
357 PERFETTO_DLOG("Producer %" PRIu16 " connected", id); in ConnectProducer()
398 PERFETTO_DLOG( in ConnectProducer()
420 PERFETTO_DLOG("Producer %" PRIu16 " disconnected", id); in DisconnectProducer()
453 PERFETTO_DLOG("Consumer %p connected from UID %" PRIu64, in ConnectConsumer()
471 PERFETTO_DLOG("Consumer %p disconnected", reinterpret_cast<void*>(consumer)); in DisconnectConsumer()
491 PERFETTO_DLOG("Consumer %p detached", reinterpret_cast<void*>(consumer)); in DetachConsumer()
515 PERFETTO_DLOG("Consumer %p attaching to session %s", in AttachConsumer()
545 PERFETTO_DLOG("Enabling tracing for consumer %p", in EnableTracing()
1199 PERFETTO_DLOG("DisableTracing() failed, invalid session ID %" PRIu64, tsid); in DisableTracing()
[all …]
/external/perfetto/src/tracing/consumer_api_deprecated/
Dconsumer_api_deprecated.cc177 PERFETTO_DLOG("OnConnect"); in OnConnect()
203 PERFETTO_DLOG("OnTracingDisabled %s", error.c_str()); in OnTracingDisabled()
225 PERFETTO_DLOG("OnDisconnect"); in OnDisconnect()
370 PERFETTO_DLOG("Handle invalid"); in ReadTrace()
381 PERFETTO_DLOG("ReadTrace(): called in an unexpected state (%d)", in ReadTrace()
/external/perfetto/src/traced/probes/ftrace/format_parser/
Dformat_parser.cc87 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/protozero/
Dproto_decoder.cc129 PERFETTO_DLOG("Invalid proto field type: %u", field_type); in ParseOneField()
136 PERFETTO_DLOG("Skipping field %" PRIu32 " because its id > 0xFFFF", in ParseOneField()
143 PERFETTO_DLOG("Skipping field %" PRIu32 " because it's too big (%" PRIu64 in ParseOneField()
/external/perfetto/test/stress_test/
Dstress_producer.cc106 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/profiling/memory/
Dunwinding.cc129 PERFETTO_DLOG("Unable to construct unwindstack::Regs"); in DoUnwind()
160 PERFETTO_DLOG("Skipping reparse due to rate limit."); in DoUnwind()
163 PERFETTO_DLOG("Reparsing maps"); in DoUnwind()
190 PERFETTO_DLOG("Unwinding error %" PRIu8, error_code); in DoUnwind()
284 PERFETTO_DLOG("Unexpected data."); in BatchUnwindJob()
Dwire_protocol.cc65 PERFETTO_DLOG("Failed to acquire spinlock."); in WithBuffer()
72 PERFETTO_DLOG("Buffer overflow."); in WithBuffer()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc111 PERFETTO_DLOG( in GetFtraceEvents()
495 PERFETTO_DLOG("Can't enable %s, event not known", in SetupConfig()
693 PERFETTO_DLOG("Update atrace config..."); in StartAtrace()
715 PERFETTO_DLOG("...done (%s)", result ? "success" : "fail"); in StartAtrace()
722 PERFETTO_DLOG("Stop atrace..."); in DisableAtrace()
730 PERFETTO_DLOG("...done"); in DisableAtrace()

123