Home
last modified time | relevance | path

Searched refs:PERFETTO_ILOG (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/tracing/api_impl/
Dconsumer_api_test.cc93 PERFETTO_ILOG("Starting, handle=%" PRId64 " state=%d", handle, in TestSingle()
110 PERFETTO_ILOG("Destroying"); in TestSingle()
121 PERFETTO_ILOG("Creating handle=%" PRId64 " state=%d", handle, in TestMany()
158 PERFETTO_ILOG("ReadTrace[%zu] buf=%p %zu", i, static_cast<void*>(buf.begin), in TestMany()
169 PERFETTO_ILOG("Destroying"); in TestMany()
/external/perfetto/src/traced/service/
Dservice.cc64 PERFETTO_ILOG("Started traced, listening on %s %s", GetProducerSocket(), in ServiceMain()
/external/perfetto/include/perfetto/base/
Dlogging.h131 #define PERFETTO_ILOG(fmt, ...) PERFETTO_XLOG(kLogImportant, fmt, ##__VA_ARGS__) macro
/external/perfetto/src/trace_processor/
Dwasm_bridge.cc56 PERFETTO_ILOG("Initializing WASM bridge"); in Initialize()
Dtrace_processor_shell.cc422 PERFETTO_ILOG("Executing query: %s", sql_query.c_str()); in RunQueryAndPrintResult()
582 PERFETTO_ILOG("Trace loaded: %.2f MB (%.1f MB/s)", size_mb, size_mb / t_load); in TraceProcessorMain()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc78 PERFETTO_ILOG("%s %d:%d: %s", filename.c_str(), line, col, msg.c_str()); in AddWarning()
277 PERFETTO_ILOG("GEN %s %s", msg->name().c_str(), msg->file()->name().c_str()); in GenHeader()
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc56 PERFETTO_ILOG("%s %" PRIu32 in ClampTo10Ms()
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc106 PERFETTO_ILOG("proc_stats_poll_ms %" PRIu32 in ProcessStatsDataSource()
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc340 PERFETTO_ILOG("Guardrail state cleared"); in Main()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc1006 PERFETTO_ILOG("Timeout while waiting for ACKs for tracing session %" PRIu64, in OnDisableTracingTimeout()