/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 139 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 …]
|
D | rate_limiter.cc | 62 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()
|
D | trigger_perfetto.cc | 31 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()
|
D | config.cc | 99 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/ |
D | deobfuscator.cc | 43 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/ |
D | profiler_guardrails.cc | 41 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()
|
D | producer_support.cc | 77 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/ |
D | packages_list_parser.cc | 35 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/ |
D | main.cc | 66 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()
|
D | trace_to_text.cc | 94 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()
|
D | proto_full_utils.cc | 28 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/ |
D | proto_filter.cc | 165 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/ |
D | trace_processor_impl.cc | 101 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/ |
D | ftrace_config_utils.cc | 70 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/ |
D | client_api_factory_standalone.cc | 61 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()
|
D | heapprofd_producer.cc | 167 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 …]
|
D | shared_ring_buffer.cc | 68 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/ |
D | logging.h | 140 #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/ |
D | local_symbolizer.cc | 113 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 …]
|
D | subprocess_windows.cc | 45 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/ |
D | watchdog_posix.cc | 64 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/ |
D | event_config.cc | 52 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/ |
D | track_event_tokenizer.cc | 66 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/ |
D | main.cc | 68 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/ |
D | android_power_data_source.cc | 84 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()
|