/external/perfetto/src/tracing/api_impl/ |
D | consumer_api_test.cc | 58 PERFETTO_LOG("Parsing %d trace packets", trace.packet_size()); in DumpTrace() 81 PERFETTO_LOG("Got %d mm_filemap events", num_filemap_events); in DumpTrace() 85 PERFETTO_LOG("Callback: handle=%" PRId64 " state=%d", handle, in OnStateChanged() 176 PERFETTO_LOG("Testing single trace"); in main() 177 PERFETTO_LOG("============================================================="); in main() 179 PERFETTO_LOG("============================================================="); in main() 181 PERFETTO_LOG("\n"); in main() 183 PERFETTO_LOG("\n"); in main() 184 PERFETTO_LOG("Testing concurrent traces"); in main() 185 PERFETTO_LOG("============================================================="); in main() [all …]
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.cc | 180 PERFETTO_LOG("Connected to the service, mode [%s].", in OnConnect() 190 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect() 292 PERFETTO_LOG( in ActiveDataSourceWatchdogCheck() 359 PERFETTO_LOG("Child mode skipping concurrent data source."); in SetupDataSource() 440 PERFETTO_LOG("Rejecting concurrent session for %" PRIdMAX, in StartDataSource() 514 PERFETTO_LOG( in Dump() 724 PERFETTO_LOG("No data source found."); in HandleClientConnection() 737 PERFETTO_LOG("Failed to create shared memory."); in HandleClientConnection() 790 PERFETTO_LOG("Invalid data source in alloc record."); in HandleAllocRecord() 797 PERFETTO_LOG("Invalid PID in alloc record."); in HandleAllocRecord() [all …]
|
D | main.cc | 92 PERFETTO_LOG( in HeapprofdMain() 96 PERFETTO_LOG( in HeapprofdMain()
|
D | client.cc | 187 PERFETTO_LOG("Server disconnected while sending ClientConfiguration."); in CreateAndHandshake() 257 PERFETTO_LOG("Detected post-fork child situation, stopping profiling."); in RecordMalloc() 337 PERFETTO_LOG("Detected post-fork child situation, stopping profiling."); in FlushFreesLocked()
|
D | malloc_hooks.cc | 381 PERFETTO_LOG("Rejecting concurrent profiling initialization."); in HEAPPROFD_ADD_PREFIX() 403 PERFETTO_LOG("heapprofd_client not initialized, not installing hooks."); in HEAPPROFD_ADD_PREFIX() 406 PERFETTO_LOG("heapprofd_client initialized."); in HEAPPROFD_ADD_PREFIX()
|
D | heapprofd_end_to_end_test.cc | 217 PERFETTO_LOG("Stats for %s: %s", std::to_string(dump.pid()).c_str(), in PrintStats() 788 PERFETTO_LOG("HeapprofdEndToEnd::Reinit: Starting second"); in ReInit()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 602 PERFETTO_LOG( in OnConnect() 629 PERFETTO_LOG("Disconnected from the Perfetto traced service"); in OnDisconnect() 674 PERFETTO_LOG("Trace written into the output file"); in FinalizeTraceAndExit() 676 PERFETTO_LOG("Wrote %" PRIu64 " bytes into %s", bytes_written_, in FinalizeTraceAndExit() 706 PERFETTO_LOG("Skipping write to dropbox. Empty trace."); in SaveOutputToDropboxOrCrash() 723 PERFETTO_LOG("Wrote %" PRIu64 in SaveOutputToDropboxOrCrash() 739 PERFETTO_LOG("Skipping incident report. Empty trace."); in SaveOutputToIncidentTraceOrCrash() 815 PERFETTO_LOG("SIGINT/SIGTERM received: disabling tracing."); in SetupCtrlCSignalHandler()
|
/external/perfetto/tools/busy_threads/ |
D | busy_threads.cc | 83 PERFETTO_LOG( in BusyThreadsMain() 90 PERFETTO_LOG("Threads spawned, Ctrl-C to stop."); in BusyThreadsMain()
|
/external/perfetto/tools/trace_to_text/ |
D | main.cc | 65 PERFETTO_LOG("It is unlikely that you want to type in some binary."); in main() 66 PERFETTO_LOG("Either pass a file path to the cmdline or pipe stdin"); in main()
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 88 PERFETTO_LOG("Connected to the service"); in OnConnect() 136 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect() 242 PERFETTO_LOG("Ftrace setup (target_buf=%" PRIu32 ")", config.target_buffer()); in CreateFtraceDataSource() 259 PERFETTO_LOG("Inode file map setup (target_buf=%" PRIu32 ")", in CreateInodeFileDataSource() 314 PERFETTO_LOG("Producer stop (id=%" PRIu64 ")", id); in StopDataSource()
|
D | probes.cc | 56 PERFETTO_LOG("Starting %s service", argv[0]); in ProbesMain()
|
/external/perfetto/src/trace_processor/ |
D | table.cc | 88 PERFETTO_LOG( in BestIndexInternal() 135 PERFETTO_LOG("[%s::ParseConstraints] constraints=%s argc=%d cache_hit=%d", in ParseConstraints()
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.cc | 525 PERFETTO_LOG( in EnableTracing() 569 PERFETTO_LOG( in ChangeTraceConfig() 1659 PERFETTO_LOG("Tracing session %" PRIu64 " ended, total sessions:%zu", tsid, in FreeBuffers() 1790 PERFETTO_LOG( in SetupDataSource() 2313 PERFETTO_LOG( in ChangeTraceConfig() 2324 PERFETTO_LOG("Consumer called StartTracing() but tracing was not active"); in StartTracing() 2333 PERFETTO_LOG("Consumer called DisableTracing() but tracing was not active"); in DisableTracing() 2342 PERFETTO_LOG("Consumer called ReadBuffers() but tracing was not active"); in ReadBuffers() 2351 PERFETTO_LOG("Consumer called FreeBuffers() but tracing was not active"); in FreeBuffers() 2362 PERFETTO_LOG("Consumer called Flush() but tracing was not active"); in Flush()
|
D | shared_memory_arbiter_impl.cc | 107 PERFETTO_LOG("Recovered from stall after %d iterations", in GetNewChunk()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | atrace_wrapper.cc | 176 PERFETTO_LOG("Atrace only supported on Android."); in RunAtrace()
|
D | ftrace_controller.cc | 61 PERFETTO_LOG("drain_period_ms was %u should be between %u and %u", in ClampDrainPeriodMs()
|
D | proto_translation_table.cc | 394 PERFETTO_LOG("Failed to parse ftrace page header, using fallback layout"); in Create()
|
/external/perfetto/include/perfetto/base/ |
D | logging.h | 130 #define PERFETTO_LOG(fmt, ...) PERFETTO_XLOG(kLogInfo, fmt, ##__VA_ARGS__) macro
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | main.cc | 175 PERFETTO_LOG("Did not find %s", proto_name.c_str()); in main()
|