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

  /external/perfetto/include/perfetto/base/
logging.h 110 #define PERFETTO_DPLOG(x, ...) \
116 PERFETTO_DPLOG("%s", "PERFETTO_CHECK(" #x ")"); \
124 #define PERFETTO_DPLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__)
  /external/perfetto/src/base/
android_task_runner.cc 87 PERFETTO_DPLOG("read");
114 PERFETTO_DPLOG("read");
140 PERFETTO_DPLOG("write");
150 PERFETTO_DPLOG("timerfd_settime");
unix_task_runner.cc 66 PERFETTO_DPLOG("write()");
161 PERFETTO_DPLOG("read()");
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.cc 83 PERFETTO_DPLOG("opendir %s", directory.c_str());
91 PERFETTO_DPLOG("fstat %s", current_directory_.c_str());
  /external/perfetto/src/tracing/ipc/
posix_shared_memory.cc 52 PERFETTO_DPLOG("memfd_create() failed");
  /external/perfetto/src/ipc/
unix_socket.cc 100 PERFETTO_DPLOG("bind()");
174 PERFETTO_DPLOG("listen()");
367 PERFETTO_DPLOG("sendmsg() failed");
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 193 PERFETTO_DPLOG("Transient splice failure -- retrying");
197 PERFETTO_DPLOG("Stopping CPUReader loop for CPU %zd.", cpu);
ftrace_config_muxer.cc 271 PERFETTO_DPLOG("Failed to enable %s.", name.c_str());

Completed in 175 milliseconds