Searched refs:PERFETTO_DPLOG (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/include/perfetto/base/ |
D | logging.h | 170 #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/ |
D | file_scanner.cc | 84 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/ |
D | proc_utils.cc | 88 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/ |
D | posix_shared_memory.cc | 57 PERFETTO_DPLOG("memfd_create() failed"); in Create()
|
/external/perfetto/src/profiling/perf/ |
D | proc_descriptors.cc | 100 PERFETTO_DPLOG("Failed sigqueue(%d)", pid); in GetDescriptorsForPid()
|
/external/perfetto/src/base/ |
D | periodic_task.cc | 87 PERFETTO_DPLOG("timerfd not supported, falling back on PostDelayedTask"); in Start()
|
D | unix_socket.cc | 362 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/ |
D | java_hprof_producer.cc | 84 PERFETTO_DPLOG("sigqueue"); in SignalDataSource()
|
D | shared_ring_buffer.cc | 71 PERFETTO_DPLOG("memfd_create() failed"); in SharedRingBuffer()
|
D | heapprofd_producer.cc | 532 PERFETTO_DPLOG("sigqueue"); in SignalRunningProcesses()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_config_muxer.cc | 512 PERFETTO_DPLOG("Failed to enable %s.", group_and_name.ToString().c_str()); in SetupConfig()
|