/external/perfetto/src/base/ |
D | event_fd.cc | 52 PERFETTO_DFATAL("EventFd::Notify()"); in Notify() 57 PERFETTO_DFATAL("EventFd::Clear()"); in Clear() 72 PERFETTO_DFATAL("EventFd::Notify()"); in Notify() 79 PERFETTO_DFATAL("EventFd::Clear()"); in Clear() 96 PERFETTO_DFATAL("EventFd::Notify()"); in Notify() 105 PERFETTO_DFATAL("EventFd::Clear()"); in Clear()
|
D | unix_task_runner.cc | 42 PERFETTO_DFATAL("Should be unreachable."); in UnixTaskRunner()
|
/external/perfetto/src/perfetto_cmd/ |
D | trigger_producer.cc | 73 PERFETTO_DFATAL("Attempted to SetupDataSource() on commandline producer"); in SetupDataSource() 77 PERFETTO_DFATAL("Attempted to StartDataSource() on commandline producer"); in StartDataSource() 80 PERFETTO_DFATAL("Attempted to StopDataSource() on commandline producer"); in StopDataSource() 85 PERFETTO_DFATAL("Attempted to Flush() on commandline producer"); in Flush() 90 PERFETTO_DFATAL( in ClearIncrementalState()
|
/external/perfetto/include/perfetto/base/ |
D | logging.h | 187 #define PERFETTO_DFATAL(...) PERFETTO_FATAL(__VA_ARGS__) macro 188 #define PERFETTO_DFATAL_OR_ELOG(...) PERFETTO_DFATAL(__VA_ARGS__) 196 #define PERFETTO_DFATAL(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
|
D | time.h | 90 PERFETTO_DFATAL("Failed to get CPU time."); in GetThreadCPUTimeNs()
|
/external/perfetto/src/ipc/ |
D | service_proxy.cc | 54 PERFETTO_DFATAL("Not connected."); in BeginInvoke() 90 PERFETTO_DFATAL("Unexpected reply received."); in EndInvoke()
|
D | deferred.cc | 64 PERFETTO_DFATAL("No callback set."); in Resolve()
|
/external/perfetto/src/tracing/core/ |
D | id_allocator.cc | 53 PERFETTO_DFATAL("Invalid id."); in FreeGeneric()
|
D | tracing_service_impl.cc | 353 PERFETTO_DFATAL("Too many producers."); in ConnectProducer() 1157 PERFETTO_DFATAL("Producer does not exist."); in StartTracing() 1907 PERFETTO_DFATAL("Producer does not exist."); in PeriodicClearIncrementalStateTask() 2034 PERFETTO_DFATAL("Buffer not found."); in ReadBuffers() 2326 PERFETTO_DFATAL("Producer not found."); in RegisterDataSource() 2419 PERFETTO_DFATAL( in UnregisterDataSource() 2578 PERFETTO_DFATAL("Producer not found."); in CopyProducerPageIntoLogBuffer() 2600 PERFETTO_DFATAL("Forbidden target buffer"); in CopyProducerPageIntoLogBuffer() 2615 PERFETTO_DFATAL("Wrong target buffer"); in CopyProducerPageIntoLogBuffer() 2663 PERFETTO_DFATAL("Too many patches"); in ApplyChunkPatches() [all …]
|
D | shared_memory_abi.cc | 287 PERFETTO_DFATAL("Too much contention on page."); in ReleaseChunk()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader.cc | 99 PERFETTO_DFATAL("Buffer overflowed."); in ReadDataLoc() 108 PERFETTO_DFATAL("Buffer overflowed."); in ReadDataLoc() 396 PERFETTO_DFATAL("invalid page header"); in ProcessPagesForDataSource() 509 PERFETTO_DFATAL("Empty padding event."); in ParsePagePayload() 632 PERFETTO_DFATAL("Buffer overflowed."); in ParseEvent()
|
D | proto_translation_table.cc | 52 PERFETTO_DFATAL("Invalid field in header spec: %s", name.c_str()); in MakeFtracePageHeaderSpec()
|
D | ftrace_config_muxer.cc | 531 PERFETTO_DFATAL("Config not found"); in ActivateConfig()
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 108 PERFETTO_DFATAL("Meminfo counter out of bounds %u", counter); in SysStatsDataSource() 126 PERFETTO_DFATAL("Vmstat counter out of bounds %u", counter); in SysStatsDataSource()
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.cc | 269 PERFETTO_DFATAL("Snapshot does not exist in clock domain."); in ConvertSlowpath()
|
D | slice_tracker.cc | 156 PERFETTO_DFATAL("Slices with too large depth found."); in StartSlice()
|
/external/perfetto/src/traced/probes/power/ |
D | android_power_data_source.cc | 227 PERFETTO_DFATAL("Unspecified counter"); in WriteBatteryCounters()
|
/external/perfetto/src/tracing/consumer_api_deprecated/ |
D | consumer_api_deprecated.cc | 259 PERFETTO_DFATAL("Should be unreachable."); in OnTraceData()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.cc | 309 PERFETTO_DFATAL("Unknown async request received from tracing service"); in OnServiceRequest()
|
/external/perfetto/src/trace_processor/rpc/ |
D | httpd.cc | 176 PERFETTO_DFATAL("[HTTP] untracked client in OnDisconnect()"); in OnDisconnect()
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_parser.cc | 461 PERFETTO_DFATAL("Unknown record type %d in FuchsiaTraceParser", in ParseTracePacket()
|
/external/perfetto/src/trace_processor/sqlite/ |
D | sqlite_raw_table.cc | 113 PERFETTO_DFATAL("Invalid field type %d", static_cast<int>(value.type)); in WriteKernelFnValue()
|
D | span_join_operator_table.cc | 748 PERFETTO_DFATAL("Called Next when EOF"); in NextSliceState()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.cc | 1608 PERFETTO_DFATAL("Not reached"); in CreateTracingSession()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 1337 PERFETTO_DFATAL("No action name at index %d for softirq event.", evt.vec()); in ParseSoftIrqEntry()
|