Home
last modified time | relevance | path

Searched refs:PERFETTO_LOG (Results 1 – 25 of 41) sorted by relevance

12

/external/perfetto/tools/cpu_utilization/
Dcpu_utilization.cc111 PERFETTO_LOG("--- setup: ---"); in CpuUtilizationMain()
112 PERFETTO_LOG("target pid: %d", target_pid); in CpuUtilizationMain()
113 PERFETTO_LOG("intervals: %d x %uus", sleep_intervals, sleep_duration_us); in CpuUtilizationMain()
114 PERFETTO_LOG("utime/stime ticks per sec: %ld", ticks_per_s); in CpuUtilizationMain()
115 PERFETTO_LOG("wall clock resolution (ns): %ld", ts.tv_nsec); in CpuUtilizationMain()
116 PERFETTO_LOG("--- timings: ---"); in CpuUtilizationMain()
143 PERFETTO_LOG("wall_ms : [%" PRIu64 "] - [%" PRIu64 "] = [%" PRIu64 "]", in CpuUtilizationMain()
148 PERFETTO_LOG("utime_ticks: [%lu] - [%lu] = [%lu]", utime, last_utime, in CpuUtilizationMain()
150 PERFETTO_LOG("stime_ticks: [%lu] - [%lu] = [%lu]", stime, last_stime, in CpuUtilizationMain()
162 PERFETTO_LOG("utime ratio : %f", utime_ratio); in CpuUtilizationMain()
[all …]
/external/perfetto/src/tracing/consumer_api_deprecated/
Dconsumer_api_deprecated_test.cc66 PERFETTO_LOG("Parsing %d trace packets", trace.packet_size()); in DumpTrace()
89 PERFETTO_LOG("Got %d mm_filemap events", num_filemap_events); in DumpTrace()
93 PERFETTO_LOG("Callback: handle=%" PRId64 " state=%d", handle, in OnStateChanged()
184 PERFETTO_LOG("Testing single trace"); in main()
185 PERFETTO_LOG("============================================================="); in main()
187 PERFETTO_LOG("============================================================="); in main()
189 PERFETTO_LOG("\n"); in main()
191 PERFETTO_LOG("\n"); in main()
192 PERFETTO_LOG("Testing concurrent traces"); in main()
193 PERFETTO_LOG("============================================================="); in main()
[all …]
/external/perfetto/tools/proto_filter/
Dproto_filter.cc163 PERFETTO_LOG("Loading proto-encoded message from %s", msg_in.c_str()); in Main()
172 PERFETTO_LOG("Loading proto schema from %s", schema_in.c_str()); in Main()
186 PERFETTO_LOG("Loading filter bytecode from %s", filter_in.c_str()); in Main()
193 PERFETTO_LOG("Generating filter bytecode from %s", schema_in.c_str()); in Main()
214 PERFETTO_LOG("Writing filter bytecode (%zu bytes) into %s", in Main()
240 PERFETTO_LOG("Writing filter bytecode (%zu bytes) into %s", oct_str.size(), in Main()
248 PERFETTO_LOG("Applying filter %s to proto message %s", in Main()
260 PERFETTO_LOG("Writing filtered proto bytes (%zu bytes) into %s", in Main()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc247 PERFETTO_LOG("Connected to the service, mode [%s].", in OnConnect()
258 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect()
344 PERFETTO_LOG( in ActiveDataSourceWatchdogCheck()
367 PERFETTO_LOG("Shutting down child heapprofd (status %d).", exit_status); in TerminateProcess()
391 PERFETTO_LOG("Setting up datasource: statsd initiator."); in SetupDataSource()
393 PERFETTO_LOG("Setting up datasource: non-statsd initiator."); in SetupDataSource()
436 PERFETTO_LOG("Child mode skipping concurrent data source."); in SetupDataSource()
520 PERFETTO_LOG("Rejecting concurrent session for %" PRIdMAX, in SignalRunningProcesses()
759 PERFETTO_LOG("Received signal. Dumping all data sources."); in DumpAll()
860 PERFETTO_LOG("Got handshake for DS that is shutting down. Rejecting."); in OnDataAvailable()
[all …]
Dmain.cc77 PERFETTO_LOG( in HeapprofdMain()
81 PERFETTO_LOG( in HeapprofdMain()
Dclient_api.cc244 PERFETTO_LOG("heapprofd_client: handling atfork."); in AtForkChild()
499 PERFETTO_LOG("%s: Rejecting concurrent profiling initialization.", in AHeapProfile_initSession()
520 PERFETTO_LOG("%s: heapprofd_client not initialized, not installing hooks.", in AHeapProfile_initSession()
531 PERFETTO_LOG("%s: heapprofd_client initialized.", getprogname()); in AHeapProfile_initSession()
Dclient_api_factory_android.cc44 PERFETTO_LOG("Constructing client for central daemon."); in ConstructClient()
Dclient.cc229 PERFETTO_LOG("Server disconnected while sending ClientConfiguration."); in CreateAndHandshake()
338 PERFETTO_LOG( in IsPostFork()
497 PERFETTO_LOG("Profiling session ended."); in SendControlSocketByte()
Djava_hprof_producer.cc168 PERFETTO_LOG("Connected to the service."); in OnConnect()
213 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect()
/external/perfetto/examples/sdk/
Dexample_system_wide.cc37 PERFETTO_LOG("Waiting for tracing to start..."); in WaitForTracingStart()
40 PERFETTO_LOG("Tracing started"); in WaitForTracingStart()
/external/perfetto/test/
Dclient_api_example.cc76 PERFETTO_LOG("Tracing lambda called while stopping"); in OnStop()
106 PERFETTO_LOG("Tracing lambda called"); in main()
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd_android.cc44 PERFETTO_LOG("Skipping write to incident. Empty trace."); in SaveTraceIntoDropboxAndIncidentOrCrash()
53 PERFETTO_LOG("go/trace-uuid/%s (%" PRIu64 " bytes)", in SaveTraceIntoDropboxAndIncidentOrCrash()
Dperfetto_cmd.cc791 PERFETTO_LOG("Connected to the Perfetto traced service, TTL: %ds", in OnConnect()
794 PERFETTO_LOG("Connected to the Perfetto traced service, starting tracing"); in OnConnect()
824 PERFETTO_LOG("Disconnected from the Perfetto traced service"); in OnDisconnect()
862 PERFETTO_LOG("Service error: %s", error.c_str()); in OnTracingDisabled()
913 PERFETTO_LOG("Trace written into the output file"); in FinalizeTraceAndExit()
915 PERFETTO_LOG("Wrote %" PRIu64 " bytes into %s", bytes_written_, in FinalizeTraceAndExit()
951 PERFETTO_LOG("SIGINT/SIGTERM received: disabling tracing."); in SetupCtrlCSignalHandler()
/external/perfetto/tools/busy_threads/
Dbusy_threads.cc172 PERFETTO_LOG("Spawning %" PRId64 " threads; period duration: %" PRId64 in BusyThreadsMain()
181 PERFETTO_LOG("Threads spawned, Ctrl-C to stop."); in BusyThreadsMain()
/external/perfetto/include/perfetto/base/
Dlogging.h132 #define PERFETTO_LOG(fmt, ...) \ macro
135 #define PERFETTO_LOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
/external/perfetto/src/traced/probes/
Dprobes_producer.cc112 PERFETTO_LOG("Connected to the service"); in OnConnect()
129 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect()
241 PERFETTO_LOG("Ftrace setup (target_buf=%" PRIu32 ")", config.target_buffer()); in CreateFtraceDataSource()
258 PERFETTO_LOG("Inode file map setup (target_buf=%" PRIu32 ")", in CreateInodeFileDataSource()
340 PERFETTO_LOG("Producer stop (id=%" PRIu64 ")", id); in StopDataSource()
Dprobes.cc84 PERFETTO_LOG("Starting %s service", argv[0]); in ProbesMain()
Dkmem_activity_trigger.cc69 PERFETTO_LOG( in WorkerData()
/external/perfetto/tools/trace_to_text/
Dmain.cc132 PERFETTO_LOG("It is unlikely that you want to type in some binary."); in Main()
133 PERFETTO_LOG("Either pass a file path to the cmdline or pipe stdin"); in Main()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.cc125 PERFETTO_LOG( in BestIndexInternal()
163 PERFETTO_LOG("[%s::ParseConstraints] constraints=%s argc=%d", name_.c_str(), in ReadConstraints()
/external/perfetto/src/profiling/perf/
Dperf_producer.cc258 PERFETTO_LOG("StartDataSource(%zu, %s)", static_cast<size_t>(ds_id), in StartDataSource()
388 PERFETTO_LOG("StopDataSource(%zu)", static_cast<size_t>(ds_id)); in StopDataSource()
872 PERFETTO_LOG("FinishDataSourceStop(%zu)", static_cast<size_t>(ds_id)); in FinishDataSourceStop()
909 PERFETTO_LOG("Stopping DataSource(%zu) prematurely", in PurgeDataSource()
979 PERFETTO_LOG("Connected to the service"); in OnConnect()
999 PERFETTO_LOG("Disconnected from tracing service"); in OnDisconnect()
/external/perfetto/src/trace_processor/rpc/
Dhttpd.cc162 PERFETTO_LOG("[HTTP] New connection"); in OnNewIncomingConnection()
169 PERFETTO_LOG("[HTTP] Client disconnected"); in OnDisconnect()
276 PERFETTO_LOG("[HTTP] %04d %s %s (body: %zu bytes)", req.id, in HandleRequest()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller.cc80 PERFETTO_LOG("drain_period_ms was %u should be between %u and %u", in ClampDrainPeriodMs()
104 PERFETTO_LOG("Hard resetting ftrace state."); in HardResetFtraceState()
Datrace_wrapper.cc177 PERFETTO_LOG("Atrace only supported on Android."); in RunAtrace()
/external/perfetto/src/protozero/filtering/
Dfilter_util.cc108 PERFETTO_LOG( in LoadMessageDefinition()
213 PERFETTO_LOG( in Dedupe()

12