Searched refs:PERFETTO_LOG (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 67 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()
|
D | probes.cc | 56 PERFETTO_LOG("Starting %s service", argv[0]); in ProbesMain()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 252 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/ |
D | atrace_wrapper.cc | 71 PERFETTO_LOG("Atrace only supported on Android."); in RunAtrace()
|
D | ftrace_controller.cc | 68 PERFETTO_LOG("drain_period_ms was %u should be between %u and %u", in ClampDrainPeriodMs()
|
/external/perfetto/src/tracing/core/ |
D | service_impl.cc | 348 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()
|
D | shared_memory_arbiter_impl.cc | 104 PERFETTO_LOG("Recovered from stall after %d iterations", in GetNewChunk()
|
/external/perfetto/include/perfetto/base/ |
D | logging.h | 94 #define PERFETTO_LOG(fmt, ...) PERFETTO_XLOG(kLogInfo, fmt, ##__VA_ARGS__) macro
|