Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Devent_fd.cc52 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()
Dunix_task_runner.cc42 PERFETTO_DFATAL("Should be unreachable."); in UnixTaskRunner()
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.cc73 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/
Dlogging.h187 #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
Dtime.h90 PERFETTO_DFATAL("Failed to get CPU time."); in GetThreadCPUTimeNs()
/external/perfetto/src/ipc/
Dservice_proxy.cc54 PERFETTO_DFATAL("Not connected."); in BeginInvoke()
90 PERFETTO_DFATAL("Unexpected reply received."); in EndInvoke()
Ddeferred.cc64 PERFETTO_DFATAL("No callback set."); in Resolve()
/external/perfetto/src/tracing/core/
Did_allocator.cc53 PERFETTO_DFATAL("Invalid id."); in FreeGeneric()
Dtracing_service_impl.cc353 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 …]
Dshared_memory_abi.cc287 PERFETTO_DFATAL("Too much contention on page."); in ReleaseChunk()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc99 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()
Dproto_translation_table.cc52 PERFETTO_DFATAL("Invalid field in header spec: %s", name.c_str()); in MakeFtracePageHeaderSpec()
Dftrace_config_muxer.cc531 PERFETTO_DFATAL("Config not found"); in ActivateConfig()
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc108 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/
Dclock_tracker.cc269 PERFETTO_DFATAL("Snapshot does not exist in clock domain."); in ConvertSlowpath()
Dslice_tracker.cc156 PERFETTO_DFATAL("Slices with too large depth found."); in StartSlice()
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc227 PERFETTO_DFATAL("Unspecified counter"); in WriteBatteryCounters()
/external/perfetto/src/tracing/consumer_api_deprecated/
Dconsumer_api_deprecated.cc259 PERFETTO_DFATAL("Should be unreachable."); in OnTraceData()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc309 PERFETTO_DFATAL("Unknown async request received from tracing service"); in OnServiceRequest()
/external/perfetto/src/trace_processor/rpc/
Dhttpd.cc176 PERFETTO_DFATAL("[HTTP] untracked client in OnDisconnect()"); in OnDisconnect()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_parser.cc461 PERFETTO_DFATAL("Unknown record type %d in FuchsiaTraceParser", in ParseTracePacket()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_raw_table.cc113 PERFETTO_DFATAL("Invalid field type %d", static_cast<int>(value.type)); in WriteKernelFnValue()
Dspan_join_operator_table.cc748 PERFETTO_DFATAL("Called Next when EOF"); in NextSliceState()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc1608 PERFETTO_DFATAL("Not reached"); in CreateTracingSession()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1337 PERFETTO_DFATAL("No action name at index %d for softirq event.", evt.vec()); in ParseSoftIrqEntry()