Home
last modified time | relevance | path

Searched refs:PERFETTO_DPLOG (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc83 PERFETTO_DPLOG("opendir %s", directory.c_str()); in NextDirectory()
91 PERFETTO_DPLOG("fstat %s", current_directory_.c_str()); in NextDirectory()
/external/perfetto/include/perfetto/base/
Dlogging.h146 #define PERFETTO_DPLOG(x, ...) \ macro
152 #define PERFETTO_DPLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
/external/perfetto/src/base/
Dandroid_task_runner.cc106 PERFETTO_DPLOG("read"); in RunDelayedTask()
138 PERFETTO_DPLOG("timerfd_settime"); in ScheduleDelayedWakeUp()
Devent.cc71 PERFETTO_DPLOG("read()"); in Clear()
Dunix_socket.cc187 PERFETTO_DPLOG("bind(%s)", socket_name.c_str()); in Bind()
457 PERFETTO_DPLOG("listen()"); in UnixSocket()
629 PERFETTO_DPLOG("sendmsg() failed"); in Send()
/external/perfetto/src/tracing/ipc/
Dposix_shared_memory.cc52 PERFETTO_DPLOG("memfd_create() failed"); in Create()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc70 PERFETTO_DPLOG("memfd_create() failed"); in SharedRingBuffer()
Dunwinding.cc142 PERFETTO_DPLOG("read of %zu at offset %" PRIu64, size, addr); in Read()
Dheapprofd_producer.cc449 PERFETTO_DPLOG("kill"); in StartDataSource()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc349 PERFETTO_DPLOG("Failed to enable %s.", group_and_name.ToString().c_str()); in SetupConfig()
Dcpu_reader.cc386 PERFETTO_DPLOG("Terminating CPUReader thread for CPU %zd.", cpu); in RunWorkerThread()