Home
last modified time | relevance | path

Searched refs:PERFETTO_PLOG (Results 1 – 25 of 39) sorted by relevance

12

/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc45 PERFETTO_PLOG("Failed to open [%s]", dir_buf); in GetDescriptorsForPid()
52 PERFETTO_PLOG("Failed to stat [%s]", dir_buf); in GetDescriptorsForPid()
60 PERFETTO_PLOG("Failed to open %s/maps", dir_buf); in GetDescriptorsForPid()
69 PERFETTO_PLOG("Failed to open %s/mem", dir_buf); in GetDescriptorsForPid()
Devent_reader.cc75 PERFETTO_PLOG("Failed ioctl to set event filter"); in MaybeApplyTracepointFilter()
109 PERFETTO_PLOG("failed munmap"); in ~PerfRingBuffer()
128 PERFETTO_PLOG("failed mmap"); in Allocate()
233 PERFETTO_PLOG("Failed perf_event_open"); in ConfigureEvents()
/external/perfetto/src/kallsyms/
Dlazy_kernel_symbolizer.cc114 PERFETTO_PLOG("Failed to read %s", kPtrRestrictPath); in ScopedKptrUnrestrict()
144 PERFETTO_PLOG("Failed to set %s to %s", kPtrRestrictPath, value.c_str()); in WriteKptrRestrict()
178 PERFETTO_PLOG("open(%s) failed", kKallsymsPath); in CanReadKernelSymbolAddresses()
185 PERFETTO_PLOG("read(%s) failed", kKallsymsPath); in CanReadKernelSymbolAddresses()
Dkernel_symbol_map.cc57 PERFETTO_PLOG("Cannot open %s", kallsyms_path.c_str()); in ForEachSym()
82 PERFETTO_PLOG("read(%s) failed", kallsyms_path.c_str()); in ForEachSym()
/external/perfetto/src/profiling/memory/
Dclient_api_factory_standalone.cc64 PERFETTO_PLOG("Receive failed."); in MonitorFd()
93 PERFETTO_PLOG("fork"); in StartHeapprofdIfStatic()
100 PERFETTO_PLOG("waitpid"); in StartHeapprofdIfStatic()
145 PERFETTO_PLOG("Receive"); in StartHeapprofdIfStatic()
Dclient.cc102 PERFETTO_PLOG("sigaltstack"); in GetSigAltStackRange()
147 PERFETTO_PLOG("Failed to connect to %s", sock_name.c_str()); in ConnectToHeapprofd()
151 PERFETTO_PLOG("Failed to set send timeout for %s", sock_name.c_str()); in ConnectToHeapprofd()
155 PERFETTO_PLOG("Failed to set receive timeout for %s", sock_name.c_str()); in ConnectToHeapprofd()
225 PERFETTO_PLOG("Failed to receive ClientConfiguration."); in CreateAndHandshake()
426 PERFETTO_PLOG("Failed to write to shared ring buffer. Disconnecting."); in SendWireMessageWithRetriesIfBlocking()
499 PERFETTO_PLOG("Failed to send control socket byte."); in SendControlSocketByte()
Dshared_ring_buffer.cc86 PERFETTO_PLOG("Failed to seal FD."); in SharedRingBuffer()
126 PERFETTO_PLOG("Failed to get seals of FD."); in Initialize()
139 PERFETTO_PLOG("Could not attach to fd."); in Initialize()
159 PERFETTO_PLOG("mmap(PROT_NONE) failed"); in Initialize()
174 PERFETTO_PLOG("mmap(MAP_SHARED) failed"); in Initialize()
/external/perfetto/include/perfetto/base/
Dlogging.h144 PERFETTO_PLOG(fmt, ##__VA_ARGS__); \
149 #define PERFETTO_PLOG(x, ...) \ macro
153 #define PERFETTO_PLOG PERFETTO_ELOG macro
159 PERFETTO_PLOG("%s", "PERFETTO_CHECK(" #x ")"); \
/external/perfetto/src/android_internal/
Dlazy_library_loader.cc59 PERFETTO_PLOG("dlopen(%s) failed", kLibName); in LoadLibraryOnce()
74 PERFETTO_PLOG("dlsym(%s) failed", function_name); in LazyLoadFunction()
/external/perfetto/src/profiling/symbolizer/
Dfilesystem_posix.cc43 PERFETTO_PLOG("fts_open"); in WalkDirectories()
57 PERFETTO_PLOG("Failed to get file size %s", file_path.c_str()); in GetFileSize()
Dfilesystem_windows.cc60 PERFETTO_PLOG("Failed to get file size %s", file_path.c_str()); in GetFileSize()
66 PERFETTO_PLOG("Failed to get file size %s", file_path.c_str()); in GetFileSize()
Dscoped_read_mmap_posix.cc32 PERFETTO_PLOG("Failed to open %s", fname); in ScopedReadMmap()
Dlocal_symbolizer.cc362 PERFETTO_PLOG("mmap"); in GetBuildIdAndLoadBias()
399 PERFETTO_PLOG("Failed to open %s", fname); in BuildIdIndex()
404 PERFETTO_PLOG("Failed to read %s", fname); in BuildIdIndex()
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc52 PERFETTO_PLOG("Failed opening %s", path); in OpenReadOnly()
242 PERFETTO_PLOG("failed to opendir(/sys/class/devfreq)"); in OpenDevfreqDir()
257 PERFETTO_PLOG("Failed to open %s", cur_freq_path); in ReadDevfreqCurFreq()
395 PERFETTO_PLOG("Failed reading %s", path); in ReadFile()
/external/perfetto/src/tracing/ipc/
Ddefault_socket.cc48 PERFETTO_PLOG("%s exists but cannot be accessed. Falling back on /tmp/ ", in UseRunPerfettoBaseDir()
Dposix_shared_memory.cc94 PERFETTO_PLOG("Couldn't verify file seals on shmem FD"); in AttachToFd()
/external/perfetto/src/traced/probes/filesystem/
Dfs_mount.cc47 PERFETTO_PLOG("stat %s", mountpoint); in ParseMounts()
/external/perfetto/src/base/
Dsubprocess_posix.cc363 PERFETTO_PLOG("Subprocess read(s_->exit_status_pipe) failed"); in TryReadExitStatus()
396 PERFETTO_PLOG("Subprocess write(stdin) failed"); in TryPushStdin()
419 PERFETTO_PLOG("Subprocess read(stdout/err) failed"); in TryReadStdoutAndErr()
Dsubprocess_windows.cc174 PERFETTO_PLOG("Subprocess WriteFile(stdin) failed %lx", err); in StdinThread()
192 PERFETTO_PLOG("Subprocess ReadFile(stdouterr) failed %ld", err); in StdoutErrThread()
Dperiodic_task.cc133 PERFETTO_PLOG("read(timerfd) failed, falling back on PostDelayedTask"); in RunTaskAndPostNext()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc160 PERFETTO_PLOG("Failed to connect to %s", kLogdrSocket); in ConnectLogdrSocket()
174 PERFETTO_PLOG("send() failed on logdr socket %s", kLogdrSocket); in Start()
526 PERFETTO_PLOG("Failed to read %s", kLogTagsPath); in ReadEventLogDefinitions()
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd_android.cc136 PERFETTO_PLOG("Could not create a temporary trace file in %s", kStateDir); in CreateUnlinkedTmpFile()
/external/perfetto/src/traced/probes/
Dkmem_activity_trigger.cc89 PERFETTO_PLOG("Failed to open trace_pipe_raw for cpu %zu", cpu); in WorkerData()
/external/perfetto/src/traced/probes/common/
Dcpu_freq_info.cc48 PERFETTO_PLOG("Failed to opendir(%s)", cpu_dir_path.c_str()); in CpuFreqInfo()
/external/perfetto/src/profiling/common/
Dunwind_support.cc51 PERFETTO_PLOG("Failed remote pread of %zu bytes at address %" PRIx64, size, in Read()

12