Searched refs:PERFETTO_PLOG (Results 1 – 16 of 16) sorted by relevance
/external/perfetto/include/perfetto/base/ |
D | logging.h | 135 PERFETTO_PLOG(fmt, ##__VA_ARGS__); \ 139 #define PERFETTO_PLOG(x, ...) \ macro 161 PERFETTO_PLOG("%s", "PERFETTO_CHECK(" #x ")"); \ 168 PERFETTO_PLOG(fmt, ##__VA_ARGS__); \ 191 PERFETTO_PLOG("%s", "PERFETTO_CHECK(" #x ")"); \
|
/external/perfetto/src/profiling/memory/ |
D | malloc_hooks.cc | 159 PERFETTO_PLOG("Daemonize.clone"); in Daemonize() 169 PERFETTO_PLOG("Daemonize.setsid"); in Daemonize() 259 PERFETTO_PLOG("Failed to create socketpair."); in CreateClientAndPrivateDaemon() 290 PERFETTO_PLOG("Failed to clone."); in CreateClientAndPrivateDaemon() 298 PERFETTO_PLOG("Daemonization failed."); in CreateClientAndPrivateDaemon() 302 PERFETTO_PLOG("Failed to execute private heapprofd."); in CreateClientAndPrivateDaemon() 308 PERFETTO_PLOG("Failed to set socket transmit timeout."); in CreateClientAndPrivateDaemon() 313 PERFETTO_PLOG("Failed to set socket receive timeout."); in CreateClientAndPrivateDaemon() 322 PERFETTO_PLOG("Failed to waitpid on immediate child."); in CreateClientAndPrivateDaemon() 349 PERFETTO_PLOG("Unpatching heapprofd hooks failed."); in ShutdownLazy()
|
D | client.cc | 106 PERFETTO_PLOG("Failed to connect to %s", sock_name.c_str()); in ConnectToHeapprofd() 110 PERFETTO_PLOG("Failed to set send timeout for %s", sock_name.c_str()); in ConnectToHeapprofd() 114 PERFETTO_PLOG("Failed to set receive timeout for %s", sock_name.c_str()); in ConnectToHeapprofd() 183 PERFETTO_PLOG("Failed to receive ClientConfiguration."); in CreateAndHandshake() 310 PERFETTO_PLOG("Failed to write to shared ring buffer. Disconnecting."); in SendWireMessageWithRetriesIfBlocking() 375 PERFETTO_PLOG("Failed to send control socket byte."); in SendControlSocketByte()
|
D | shared_ring_buffer.cc | 85 PERFETTO_PLOG("Failed to seal FD."); in SharedRingBuffer() 113 PERFETTO_PLOG("Failed to get seals of FD."); in Initialize() 126 PERFETTO_PLOG("Could not attach to fd."); in Initialize() 146 PERFETTO_PLOG("mmap(PROT_NONE) failed"); in Initialize() 161 PERFETTO_PLOG("mmap(MAP_SHARED) failed"); in Initialize()
|
D | heapprofd_producer.cc | 640 PERFETTO_PLOG("Failed to get cmdline for %d", peer_process.pid); in OnNewIncomingConnection()
|
/external/perfetto/src/traced/probes/power/ |
D | android_power_data_source.cc | 54 PERFETTO_PLOG("dlopen(%s) failed", kLibName); in DynamicLibLoader() 59 PERFETTO_PLOG("dlsym(GetBatteryCounter) failed"); in DynamicLibLoader() 66 PERFETTO_PLOG("dlsym(GetAvailableRails) failed"); in DynamicLibLoader() 73 PERFETTO_PLOG("dlsym(GetRailEnergyData) failed"); in DynamicLibLoader()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | atrace_hal_wrapper.cc | 35 PERFETTO_PLOG("dlopen(%s) failed", kLibName); in DynamicLibLoader() 40 PERFETTO_PLOG("dlsym(GetCategories) failed"); in DynamicLibLoader()
|
D | cpu_reader.cc | 309 PERFETTO_PLOG("Unexpected %s() err", mode == kRead ? "read" : "splice"); in RunWorkerThread()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | fs_mount.cc | 47 PERFETTO_PLOG("stat %s", mountpoint); in ParseMounts()
|
/external/perfetto/src/traced/probes/android_log/ |
D | android_log_data_source.cc | 143 PERFETTO_PLOG("Failed to connect to %s", kLogdrSocket); in ConnectLogdrSocket() 157 PERFETTO_PLOG("send() failed on logdr socket %s", kLogdrSocket); in Start() 509 PERFETTO_PLOG("Failed to read %s", kLogTagsPath); in ReadEventLogDefinitions()
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 50 PERFETTO_PLOG("Failed opening %s", path); in OpenReadOnly() 312 PERFETTO_PLOG("Failed reading %s", path); in ReadFile()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 282 PERFETTO_PLOG("Could not open %s", optarg); in Main() 774 PERFETTO_PLOG("Could not create a temporary trace file in %s", in OpenOutputFile() 787 PERFETTO_PLOG( in OpenOutputFile()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 105 PERFETTO_PLOG("Could not load history from %s", GetHistoryPath().c_str()); in SetupLineEditor() 196 PERFETTO_PLOG("Failed to create file: %s", output_name.c_str()); in ExportTraceToDatabase()
|
/external/perfetto/src/tracing/api_impl/ |
D | consumer_api.cc | 163 PERFETTO_PLOG("Failed to allocate temporary tracing buffer"); in Initialize()
|
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source.cc | 258 PERFETTO_PLOG("Failed to opendir(/proc)"); in OpenProcDir()
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.cc | 1586 PERFETTO_PLOG("writev() failed"); in ReadBuffers()
|