Home
last modified time | relevance | path

Searched refs:PERFETTO_LOG (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/traced/probes/
Dprobes_producer.cc67 PERFETTO_LOG("Connected to the service"); in OnConnect()
84 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect()
180 PERFETTO_LOG("Ftrace start (id=%" PRIu64 ", target_buf=%" PRIu32 ")", id, in CreateFtraceDataSourceInstance()
205 PERFETTO_LOG("Inode file map start (id=%" PRIu64 ", target_buf=%" PRIu32 ")", in CreateInodeFileDataSourceInstance()
240 PERFETTO_LOG("Producer stop (id=%" PRIu64 ")", id); in TearDownDataSourceInstance()
Dprobes.cc56 PERFETTO_LOG("Starting %s service", argv[0]); in ProbesMain()
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc252 PERFETTO_LOG( in OnConnect()
272 PERFETTO_LOG("Disconnected from the Perfetto traced service"); in OnDisconnect()
392 PERFETTO_LOG("SIGINT received: disabling tracing"); in SetupCtrlCSignalHandler()
/external/perfetto/src/ftrace_reader/
Datrace_wrapper.cc71 PERFETTO_LOG("Atrace only supported on Android."); in RunAtrace()
Dftrace_controller.cc68 PERFETTO_LOG("drain_period_ms was %u should be between %u and %u", in ClampDrainPeriodMs()
/external/perfetto/src/tracing/core/
Dservice_impl.cc348 PERFETTO_LOG( in EnableTracing()
712 PERFETTO_LOG("Tracing session %" PRIu64 " ended, total sessions:%zu", tsid, in FreeBuffers()
828 PERFETTO_LOG( in CreateDataSourceInstance()
1157 PERFETTO_LOG("Consumer called DisableTracing() but tracing was not active"); in DisableTracing()
1166 PERFETTO_LOG("Consumer called ReadBuffers() but tracing was not active"); in ReadBuffers()
1175 PERFETTO_LOG("Consumer called FreeBuffers() but tracing was not active"); in FreeBuffers()
1186 PERFETTO_LOG("Consumer called Flush() but tracing was not active"); in Flush()
Dshared_memory_arbiter_impl.cc104 PERFETTO_LOG("Recovered from stall after %d iterations", in GetNewChunk()
/external/perfetto/include/perfetto/base/
Dlogging.h94 #define PERFETTO_LOG(fmt, ...) PERFETTO_XLOG(kLogInfo, fmt, ##__VA_ARGS__) macro