HomeSort by relevance Sort by last modified time
    Searched refs:PERFETTO_LOG (Results 1 - 8 of 8) sorted by null

  /external/perfetto/src/traced/probes/
probes.cc 56 PERFETTO_LOG("Starting %s service", argv[0]);
probes_producer.cc 67 PERFETTO_LOG("Connected to the service");
84 PERFETTO_LOG("Disconnected from tracing service");
180 PERFETTO_LOG("Ftrace start (id=%" PRIu64 ", target_buf=%" PRIu32 ")", id,
205 PERFETTO_LOG("Inode file map start (id=%" PRIu64 ", target_buf=%" PRIu32 ")",
240 PERFETTO_LOG("Producer stop (id=%" PRIu64 ")", id);
  /external/perfetto/src/ftrace_reader/
atrace_wrapper.cc 71 PERFETTO_LOG("Atrace only supported on Android.");
ftrace_controller.cc 68 PERFETTO_LOG("drain_period_ms was %u should be between %u and %u",
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 252 PERFETTO_LOG(
272 PERFETTO_LOG("Disconnected from the Perfetto traced service");
392 PERFETTO_LOG("SIGINT received: disabling tracing");
  /external/perfetto/include/perfetto/base/
logging.h 94 #define PERFETTO_LOG(fmt, ...) PERFETTO_XLOG(kLogInfo, fmt, ##__VA_ARGS__)
  /external/perfetto/src/tracing/core/
service_impl.cc 348 PERFETTO_LOG(
712 PERFETTO_LOG("Tracing session %" PRIu64 " ended, total sessions:%zu", tsid,
    [all...]
shared_memory_arbiter_impl.cc 104 PERFETTO_LOG("Recovered from stall after %d iterations",

Completed in 112 milliseconds