Home
last modified time | relevance | path

Searched refs:PERFETTO_DFATAL (Results 1 – 25 of 32) sorted by relevance

12

/external/perfetto/src/profiling/memory/
Dwire_protocol.cc63 PERFETTO_DFATAL("Neither alloc_header nor free_header set."); in SendWireMessage()
93 PERFETTO_DFATAL("Buffer overflow."); in SendWireMessage()
114 PERFETTO_DFATAL("Cannot read record type."); in ReceiveWireMessage()
124 PERFETTO_DFATAL("Cannot read alloc header."); in ReceiveWireMessage()
129 PERFETTO_DFATAL("Buffer overflowed"); in ReceiveWireMessage()
135 PERFETTO_DFATAL("Cannot read free header."); in ReceiveWireMessage()
139 PERFETTO_DFATAL("Invalid record type."); in ReceiveWireMessage()
Dclient.cc125 PERFETTO_DFATAL("Socket not connected."); in CreateAndHandshake()
147 PERFETTO_DFATAL("Failed to open /proc/self/maps"); in CreateAndHandshake()
152 PERFETTO_DFATAL("Failed to open /proc/self/mem"); in CreateAndHandshake()
166 PERFETTO_DFATAL("Failed to send file descriptors."); in CreateAndHandshake()
194 PERFETTO_DFATAL("Did not receive shmem fd."); in CreateAndHandshake()
200 PERFETTO_DFATAL("Failed to attach to shmem."); in CreateAndHandshake()
267 PERFETTO_DFATAL("Stackbase >= stacktop."); in RecordMalloc()
Dheapprofd_producer.cc341 PERFETTO_DFATAL("Received duplicated data source instance id: %" PRIu64, in SetupDataSource()
411 PERFETTO_DFATAL( in StartDataSource()
479 PERFETTO_DFATAL("Trying to stop non existing data source: %" PRIu64, id); in StopDataSource()
613 PERFETTO_DFATAL("FinishDataSourceFlush id invalid: %" PRIu64, flush_id); in FinishDataSourceFlush()
626 PERFETTO_DFATAL("Unexpected disconnect."); in OnDisconnect()
649 PERFETTO_DFATAL("Unexpected data."); in OnDataAvailable()
692 PERFETTO_DFATAL("%d: Received partial FDs.", self->peer_pid()); in OnDataAvailable()
743 PERFETTO_DFATAL("Invalid PID connected."); in HandleClientConnection()
852 PERFETTO_DFATAL("Malformed free page."); in HandleFreeRecord()
Dsystem_property.cc119 PERFETTO_DFATAL("Cannot ResetHeapprofdProperties on out-of-tree builds."); in ResetHeapprofdProperties()
144 PERFETTO_DFATAL("Unsetting unknown property."); in UnsetProperty()
Dunwinding.cc250 PERFETTO_DFATAL("Disconnected unexpecter socket."); in OnDisconnect()
346 PERFETTO_DFATAL("Failed to receive wire message."); in HandleBuffer()
368 PERFETTO_DFATAL("Invalid record type."); in HandleBuffer()
Dproc_utils.h33 PERFETTO_DFATAL("Failed to open /proc"); in ForEachPid()
Dunwinding_unittest.cc98 PERFETTO_DFATAL("Stacktop >= stackbase."); in GetRecord()
Dunwinding.h168 PERFETTO_DFATAL("This should not happen."); in OnNewIncomingConnection()
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.cc75 PERFETTO_DFATAL("Attempted to SetupDataSource() on commandline producer"); in SetupDataSource()
79 PERFETTO_DFATAL("Attempted to StartDataSource() on commandline producer"); in StartDataSource()
82 PERFETTO_DFATAL("Attempted to StopDataSource() on commandline producer"); in StopDataSource()
87 PERFETTO_DFATAL("Attempted to Flush() on commandline producer"); in Flush()
92 PERFETTO_DFATAL( in ClearIncrementalState()
/external/perfetto/src/trace_processor/
Dheap_profile_tracker.cc80 PERFETTO_DFATAL("Invalid mapping."); in AddFrame()
116 PERFETTO_DFATAL("Unknown frames."); in AddCallstack()
143 PERFETTO_DFATAL("Unknown callstack %" PRIu64 " : %zu", alloc.callstack_id, in AddAllocation()
177 PERFETTO_DFATAL("Invalid frame."); in GetDatabaseFrameIdForTesting()
194 PERFETTO_DFATAL("Invalid string."); in FindString()
Dfuchsia_trace_parser.cc134 PERFETTO_DFATAL("Unknown record type %d in FuchsiaTraceParser", in ParseTracePacket()
Dslice_tracker.cc78 PERFETTO_DFATAL("Slices with too large depth found."); in StartSlice()
/external/perfetto/include/perfetto/base/
Dlogging.h166 #define PERFETTO_DFATAL(fmt, ...) \ macro
172 #define PERFETTO_DFATAL_OR_ELOG(...) PERFETTO_DFATAL(__VA_ARGS__)
180 #define PERFETTO_DFATAL(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
Dtime.h89 PERFETTO_DFATAL("Failed to get CPU time."); in GetThreadCPUTimeNs()
/external/perfetto/src/ipc/
Dservice_proxy.cc53 PERFETTO_DFATAL("Not connected."); in BeginInvoke()
89 PERFETTO_DFATAL("Unexpected reply received."); in EndInvoke()
Ddeferred.cc64 PERFETTO_DFATAL("No callback set."); in Resolve()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc96 PERFETTO_DFATAL("Buffer overflowed."); in ReadDataLoc()
105 PERFETTO_DFATAL("Buffer overflowed."); in ReadDataLoc()
471 PERFETTO_DFATAL("Empty padding event."); in ParsePage()
495 PERFETTO_DFATAL("Unimplemented in kernel. Should be unreachable."); in ParsePage()
557 PERFETTO_DFATAL("Buffer overflowed."); in ParseEvent()
/external/perfetto/src/tracing/core/
Did_allocator.cc53 PERFETTO_DFATAL("Invalid id."); in FreeGeneric()
Dtracing_service_impl.cc158 PERFETTO_DFATAL("Too many producers."); in ConnectProducer()
730 PERFETTO_DFATAL("Producer does not exist."); in StartTracing()
1368 PERFETTO_DFATAL("Producer does not exist."); in PeriodicClearIncrementalStateTask()
1414 PERFETTO_DFATAL("Consumer trying to read from write_into_file session."); in ReadBuffers()
1477 PERFETTO_DFATAL("Buffer not found."); in ReadBuffers()
1688 PERFETTO_DFATAL("Producer not found."); in RegisterDataSource()
1752 PERFETTO_DFATAL( in UnregisterDataSource()
1884 PERFETTO_DFATAL("Producer not found."); in CopyProducerPageIntoLogBuffer()
1906 PERFETTO_DFATAL("Forbidden target buffer"); in CopyProducerPageIntoLogBuffer()
1921 PERFETTO_DFATAL("Wrong target buffer"); in CopyProducerPageIntoLogBuffer()
[all …]
Dsliced_protobuf_input_stream.cc53 PERFETTO_DFATAL("Protobuf library backed up too many bytes."); in BackUp()
/external/perfetto/src/base/
Devent.cc56 PERFETTO_DFATAL("write()"); in Notify()
Dunix_task_runner.cc33 PERFETTO_DFATAL("Should be unreachable."); in UnixTaskRunner()
/external/perfetto/src/protozero/
Dproto_decoder.cc131 PERFETTO_DFATAL("Cannot parse proto field ids > 0xFFFF"); in ParseOneField()
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc206 PERFETTO_DFATAL("Unspecified counter"); in WriteBatteryCounters()
/external/perfetto/src/tracing/ipc/service/
Dconsumer_ipc_service.cc178 PERFETTO_DFATAL("Unknown ObservableEvent type: %d", type); in ObserveEvents()

12