Home
last modified time | relevance | path

Searched refs:PERFETTO_ELOG (Results 1 – 25 of 95) sorted by relevance

1234

/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc139 PERFETTO_ELOG("Unable to read ro.build.type: assuming user build"); in IsUserBuild()
170 PERFETTO_ELOG(R"( in PrintUsage()
349 PERFETTO_ELOG("--upload is only supported on Android"); in Main()
360 PERFETTO_ELOG("--dropbox is only supported on Android"); in Main()
455 PERFETTO_ELOG("--query cannot be combined with any other argument"); in Main()
460 PERFETTO_ELOG("--attach and --detach are mutually exclusive"); in Main()
465 PERFETTO_ELOG("--detach and --background are mutually exclusive"); in Main()
470 PERFETTO_ELOG("--stop is supported only in combination with --attach"); in Main()
476 PERFETTO_ELOG("--save-for-bugreport cannot take any other argument"); in Main()
493 PERFETTO_ELOG("Cannot specify a trace config with this option"); in Main()
[all …]
Drate_limiter.cc62 PERFETTO_ELOG( in ShouldTrace()
76 PERFETTO_ELOG("Guardrail: failed to initialize guardrail state."); in ShouldTrace()
91 PERFETTO_ELOG("Guardrail: state invalid, clearing it."); in ShouldTrace()
108 PERFETTO_ELOG( in ShouldTrace()
128 PERFETTO_ELOG("Guardrail: Uploaded %" PRIu64 in ShouldTrace()
177 PERFETTO_ELOG("Failed to save state."); in OnTraceDone()
Dtrigger_perfetto.cc31 PERFETTO_ELOG(R"( in PrintUsage()
78 PERFETTO_ELOG("Ignoring unknown arguments. See --help for usage."); in TriggerPerfettoMain()
85 PERFETTO_ELOG("At least one trigger must the specified."); in TriggerPerfettoMain()
Dconfig.cc99 PERFETTO_ELOG("--time argument is invalid"); in CreateConfigFromOptions()
105 PERFETTO_ELOG("--buffer argument is invalid"); in CreateConfigFromOptions()
111 PERFETTO_ELOG("--size argument is invalid"); in CreateConfigFromOptions()
/external/perfetto/src/profiling/
Ddeobfuscator.cc43 PERFETTO_ELOG("Missing deobfuscated name."); in ParseClass()
50 PERFETTO_ELOG("Missing ->"); in ParseClass()
55 PERFETTO_ELOG("Missing obfuscated name."); in ParseClass()
60 PERFETTO_ELOG("Empty obfuscated name."); in ParseClass()
64 PERFETTO_ELOG("Expected colon."); in ParseClass()
70 PERFETTO_ELOG("Unexpected data."); in ParseClass()
92 PERFETTO_ELOG("Missing type name."); in ParseMember()
98 PERFETTO_ELOG("Missing deobfuscated name."); in ParseMember()
105 PERFETTO_ELOG("Missing ->"); in ParseMember()
110 PERFETTO_ELOG("Missing obfuscated name."); in ParseMember()
[all …]
/external/perfetto/src/profiling/common/
Dprofiler_guardrails.cc41 PERFETTO_ELOG("Failed to read stat file to enforce guardrails."); in GetCputimeSecForCurrentProcess()
57 PERFETTO_ELOG("Failed to read memory usage."); in ProfilerMemoryGuardrails()
69 PERFETTO_ELOG("Exceeded data-source memory guardrail (%" PRIu32 in IsOverMemoryThreshold()
80 PERFETTO_ELOG("Failed to get CPU time."); in ProfilerCpuGuardrails()
88 PERFETTO_ELOG("Failed to get CPU time."); in ProfilerCpuGuardrails()
104 PERFETTO_ELOG("Exceeded data-source CPU guardrail (%" PRIu64 " > %" PRIu64 in IsOverCpuThreshold()
Dproducer_support.cc77 PERFETTO_ELOG("Failed to read %s.", packages_list_path.c_str()); in CanProfileAndroid()
83 PERFETTO_ELOG("Failed to parse packages.list."); in CanProfileAndroid()
90 PERFETTO_ELOG( in CanProfileAndroid()
/external/perfetto/src/traced/probes/packages_list/
Dpackages_list_parser.cc35 PERFETTO_ELOG("Failed to parse packages.list uid."); in ReadPackagesListLine()
45 PERFETTO_ELOG("Failed to parse packages.list debuggable."); in ReadPackagesListLine()
55 PERFETTO_ELOG("Failed to parse packages.list profilable_from_shell."); in ReadPackagesListLine()
65 PERFETTO_ELOG("Failed to parse packages.list version_code: %s.", in ReadPackagesListLine()
76 PERFETTO_ELOG("Failed to parse packages.list profileable."); in ReadPackagesListLine()
/external/perfetto/tools/trace_to_text/
Dmain.cc66 PERFETTO_ELOG("Invalid %s. Expected decimal integer.", str); in StringToUint64OrDie()
92 PERFETTO_ELOG( in Main()
131 PERFETTO_ELOG("Reading from stdin but it's connected to a TTY"); in Main()
156 PERFETTO_ELOG( in Main()
162 PERFETTO_ELOG("--perf requires profile format."); in Main()
179 PERFETTO_ELOG( in Main()
185 PERFETTO_ELOG( in Main()
Dtrace_to_text.cc94 PERFETTO_ELOG("Error when initiliazing zlib to decompress packets"); in PrintCompressedPackets()
104 PERFETTO_ELOG("Error when decompressing packets"); in PrintCompressedPackets()
140 PERFETTO_ELOG("%s", kErrMsg); in PrintCompressedPackets()
153 PERFETTO_ELOG("Cannot open %s.", proto_path.c_str()); in TraceToText()
154 PERFETTO_ELOG( in TraceToText()
188 PERFETTO_ELOG("Skipping invalid packet"); in TraceToText()
Dproto_full_utils.cc28 PERFETTO_ELOG("Error %s %d:%d: %s", filename.c_str(), line, column, in AddError()
36 PERFETTO_ELOG("Error %s %d:%d: %s", filename.c_str(), line, column, in AddWarning()
/external/perfetto/tools/proto_filter/
Dproto_filter.cc165 PERFETTO_ELOG("Could not open message file %s", msg_in.c_str()); in Main()
175 PERFETTO_ELOG("Failed to parse proto schema from %s", schema_in.c_str()); in Main()
188 PERFETTO_ELOG("Could not open filter file %s", filter_in.c_str()); in Main()
201 PERFETTO_ELOG("Failed to parse filter bytecode from %s", in Main()
211 PERFETTO_ELOG("Could not open filter out path %s", filter_out.c_str()); in Main()
223 PERFETTO_ELOG("Could not open filter out path %s", in Main()
280 PERFETTO_ELOG( in Main()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc101 PERFETTO_ELOG("Error initializing: %s", error); in InitializeSqlite()
111 PERFETTO_ELOG("Error deleting from bounds table: %s", error); in BuildBoundsTable()
123 PERFETTO_ELOG("Error inserting bounds table: %s", error); in BuildBoundsTable()
132 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinTables()
139 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinTables()
150 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinTables()
155 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinTables()
166 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinTables()
185 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinViews()
197 PERFETTO_ELOG("Error initializing: %s", error); in CreateBuiltinViews()
[all …]
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_utils.cc70 PERFETTO_ELOG("Bad event name '%s'", event_name.c_str()); in ValidConfig()
76 PERFETTO_ELOG("Bad category name '%s'", category.c_str()); in ValidConfig()
82 PERFETTO_ELOG("Bad app '%s'", app.c_str()); in ValidConfig()
/external/perfetto/src/profiling/memory/
Dclient_api_factory_standalone.cc61 PERFETTO_ELOG("Server disconneced."); in MonitorFd()
76 PERFETTO_ELOG("Failed to get cmdline."); in StartHeapprofdIfStatic()
87 PERFETTO_ELOG("Failed to create socket pair."); in StartHeapprofdIfStatic()
169 PERFETTO_ELOG("Failed to create socket pair."); in ConstructClient()
Dheapprofd_producer.cc167 PERFETTO_ELOG("heap_sampling_intervals and heaps length mismatch."); in HeapprofdConfigToClientConfiguration()
172 PERFETTO_ELOG("zero sampling interval."); in HeapprofdConfigToClientConfiguration()
186 PERFETTO_ELOG("Too many heaps requested. Truncating."); in HeapprofdConfigToClientConfiguration()
193 PERFETTO_ELOG("Invalid heap name %s (larger than %d)", heap.c_str(), in HeapprofdConfigToClientConfiguration()
396 PERFETTO_ELOG("enable_extra_guardrails is not supported on user."); in SetupDataSource()
404 PERFETTO_ELOG("No point setting all and pid"); in SetupDataSource()
406 PERFETTO_ELOG("No point setting all and process_cmdline"); in SetupDataSource()
422 PERFETTO_ELOG("Rejecting data source due to invalid cmdline in config."); in SetupDataSource()
450 PERFETTO_ELOG("Failed to enforce CPU guardrail. Rejecting config."); in SetupDataSource()
644 PERFETTO_ELOG("Final dump timed out."); in ShutdownDataSource()
[all …]
Dshared_ring_buffer.cc68 PERFETTO_ELOG("memfd_create() failed"); in SharedRingBuffer()
130 PERFETTO_ELOG("FD not properly sealed. Expected %x, got %x", kFDSeals, in Initialize()
149 PERFETTO_ELOG("SharedRingBuffer size is invalid (%zu)", size_with_meta); in Initialize()
277 PERFETTO_ELOG( in BeginRead()
302 PERFETTO_ELOG("Ring buffer corrupted, rd=%" PRIu64 ", wr=%" PRIu64 in IsCorrupt()
/external/perfetto/include/perfetto/base/
Dlogging.h140 #define PERFETTO_ELOG(fmt, ...) \ macro
150 PERFETTO_ELOG(x " (errno: %d, %s)", ##__VA_ARGS__, errno, strerror(errno))
153 #define PERFETTO_PLOG PERFETTO_ELOG
197 #define PERFETTO_DFATAL_OR_ELOG(...) PERFETTO_ELOG(__VA_ARGS__)
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc113 PERFETTO_ELOG("Failed to read data from subprocess."); in GetLines()
267 PERFETTO_ELOG("Corrupted ELF."); in GetLoadBias()
273 PERFETTO_ELOG("Corrupted ELF."); in GetLoadBias()
287 PERFETTO_ELOG("Corrupted ELF."); in GetBuildId()
293 PERFETTO_ELOG("Corrupted ELF."); in GetBuildId()
306 PERFETTO_ELOG("Corrupted ELF."); in GetBuildId()
312 PERFETTO_ELOG("Corrupted ELF."); in GetBuildId()
320 PERFETTO_ELOG("Corrupted ELF."); in GetBuildId()
454 PERFETTO_ELOG("Could not find Build ID: %s (file %s).", in FindBinary()
478 PERFETTO_ELOG("Could not find %s (Build ID: %s).", abspath.c_str(), in FindBinary()
[all …]
Dsubprocess_windows.cc45 PERFETTO_ELOG("Failed to create stdout pipe"); in Subprocess()
50 PERFETTO_ELOG("Failed to create stdin pipe"); in Subprocess()
93 PERFETTO_ELOG("Failed to launch: %s", cmd.str().c_str()); in Subprocess()
/external/perfetto/src/base/
Dwatchdog_posix.cc64 PERFETTO_ELOG("Failed to read stat file to enforce resource limits."); in ReadProcStat()
78 PERFETTO_ELOG("Invalid stat format: %s", c); in ReadProcStat()
152 PERFETTO_ELOG("Failed to open stat file to enforce resource limits."); in ThreadMain()
187 PERFETTO_ELOG( in CheckMemory()
213 PERFETTO_ELOG("CPU watchdog trigger. %f%% CPU use is above the %" PRIu32 in CheckCpu()
/external/perfetto/src/profiling/perf/
Devent_config.cc52 PERFETTO_ELOG("Failed to normalize config cmdline [%s], aborting", in Normalize()
85 PERFETTO_ELOG( in ParseTracepointAndResolveId()
94 PERFETTO_ELOG( in ParseTracepointAndResolveId()
111 PERFETTO_ELOG("Failure normalizing cmdline: [%s]", str.c_str()); in ParseTargetFilter()
120 PERFETTO_ELOG("Failure normalizing cmdline: [%s]", str.c_str()); in ParseTargetFilter()
151 PERFETTO_ELOG("kernel buffer size must be a power of two pages"); in ChooseActualRingBufferPages()
177 PERFETTO_ELOG("Unrecognised PerfEvents::Counter enum value: %zu", in ToPerfCounter()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tokenizer.cc66 PERFETTO_ELOG("TrackDescriptor packet without uuid"); in TokenizeTrackDescriptorPacket()
79 PERFETTO_ELOG( in TokenizeTrackDescriptorPacket()
98 PERFETTO_ELOG("No pid in ProcessDescriptor for track with uuid %" PRIu64, in TokenizeTrackDescriptorPacket()
161 PERFETTO_ELOG("ThreadDescriptor packet without trusted_packet_sequence_id"); in TokenizeThreadDescriptorPacket()
200 PERFETTO_ELOG("TrackEvent packet without trusted_packet_sequence_id"); in TokenizeTrackEventPacket()
248 PERFETTO_ELOG("TrackEvent without valid timestamp"); in TokenizeTrackEventPacket()
/external/perfetto/tools/protoprofile/
Dmain.cc68 PERFETTO_ELOG("Error %s %d:%d: %s", filename.c_str(), line, column, in AddError()
76 PERFETTO_ELOG("Error %s %d:%d: %s", filename.c_str(), line, column, in AddWarning()
280 PERFETTO_ELOG("Field not valid (can mean field id >1000)"); in ComputeInner()
334 PERFETTO_ELOG("Could not open input path (%s)", input_path); in Main()
355 PERFETTO_ELOG("Could not parse trace.proto"); in Main()
362 PERFETTO_ELOG("Could not open output path (%s)", output_path); in Main()
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc84 PERFETTO_ELOG("Failed to retrieve rail descriptors."); in GetRailDescriptors()
98 PERFETTO_ELOG("Failed to retrieve rail energy data."); in GetRailEnergyData()
113 PERFETTO_ELOG("Failed to retrieve energy consumer info."); in GetEnergyConsumerInfo()
128 PERFETTO_ELOG("Failed to retrieve energy estimation breakdown."); in GetEnergyConsumed()
158 PERFETTO_ELOG("Battery poll interval of %" PRIu32 in AndroidPowerDataSource()

1234