Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/base/
Dlogging.h170 #define PERFETTO_DPLOG(x, ...) \ macro
174 #define PERFETTO_DPLOG PERFETTO_DLOG macro
180 #define PERFETTO_DPLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc84 PERFETTO_DPLOG("opendir %s", directory.c_str()); in NextDirectory()
92 PERFETTO_DPLOG("fstat %s", current_directory_.c_str()); in NextDirectory()
/external/perfetto/src/profiling/common/
Dproc_utils.cc88 PERFETTO_DPLOG("Failed to open %s", filename.c_str()); in GetCmdlineForPID()
95 PERFETTO_DPLOG("Failed to read %s", filename.c_str()); in GetCmdlineForPID()
/external/perfetto/src/tracing/ipc/
Dposix_shared_memory.cc57 PERFETTO_DPLOG("memfd_create() failed"); in Create()
/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc100 PERFETTO_DPLOG("Failed sigqueue(%d)", pid); in GetDescriptorsForPid()
/external/perfetto/src/base/
Dperiodic_task.cc87 PERFETTO_DPLOG("timerfd not supported, falling back on PostDelayedTask"); in Start()
Dunix_socket.cc362 PERFETTO_DPLOG("bind(%s)", socket_name.c_str()); in Bind()
684 PERFETTO_DPLOG("listen() failed"); in UnixSocket()
787 PERFETTO_DPLOG("Connection error: %d", err); in OnEvent()
926 PERFETTO_DPLOG("sendmsg() failed"); in Send()
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc84 PERFETTO_DPLOG("sigqueue"); in SignalDataSource()
Dshared_ring_buffer.cc71 PERFETTO_DPLOG("memfd_create() failed"); in SharedRingBuffer()
Dheapprofd_producer.cc532 PERFETTO_DPLOG("sigqueue"); in SignalRunningProcesses()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc512 PERFETTO_DPLOG("Failed to enable %s.", group_and_name.ToString().c_str()); in SetupConfig()