Home
last modified time | relevance | path

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

12

/external/perfetto/tools/
Dprofiling_sample_distribution.cc65 PERFETTO_FATAL("Invalid sampling interval: %s", optarg); in ProfilingSampleDistributionMain()
74 PERFETTO_FATAL("Invalid times: %s", optarg); in ProfilingSampleDistributionMain()
83 PERFETTO_FATAL("Invalid seed: %s", optarg); in ProfilingSampleDistributionMain()
88 PERFETTO_FATAL("%s [-t times] [-i interval] [-s seed]", argv[0]); in ProfilingSampleDistributionMain()
102 PERFETTO_FATAL("Could not read callsite"); in ProfilingSampleDistributionMain()
106 PERFETTO_FATAL("Could not read size"); in ProfilingSampleDistributionMain()
129 PERFETTO_FATAL("Failed to initialize TLS."); in ProfilingSampleDistributionMain()
/external/perfetto/src/profiling/memory/
Dmain.cc72 PERFETTO_FATAL("Duplicate exclusive-for-pid"); in HeapprofdMain()
77 PERFETTO_FATAL("Duplicate exclusive-for-cmdline"); in HeapprofdMain()
82 PERFETTO_FATAL("Duplicate inherit-socket-fd"); in HeapprofdMain()
Dheapprofd_end_to_end_test.cc142 PERFETTO_FATAL("Failed to fork."); in ForkContinuousMalloc()
436 PERFETTO_FATAL("Failed to fork."); in NativeStartup()
517 PERFETTO_FATAL("Failed to fork."); in NativeStartupDenormalizedCmdline()
588 PERFETTO_FATAL("Failed to fork."); in DiscoverByName()
665 PERFETTO_FATAL("Failed to fork."); in DiscoverByNameDenormalizedCmdline()
730 PERFETTO_FATAL("Failed to fork."); in ReInit()
749 PERFETTO_FATAL("Should be unreachable"); in ReInit()
Dsystem_property.cc137 PERFETTO_FATAL("Properties can only be set on Android."); in SetAndroidProperty()
/external/perfetto/src/trace_processor/
Dsqlite_utils.h85 PERFETTO_FATAL("Operator to string conversion not impemented for %d", op); in OpToString()
173 PERFETTO_FATAL("For GCC"); in operator()
245 PERFETTO_FATAL("For GCC"); in CreateStringPredicate()
378 PERFETTO_FATAL("Unknown value type %d", sqlite3_value_type(value)); in SqliteValueAsString()
415 PERFETTO_FATAL("Schema for %s has invalid column values", in GetColumnsForTable()
435 PERFETTO_FATAL("Unknown column type '%s' on table %s", raw_type, in GetColumnsForTable()
Dtable.cc43 PERFETTO_FATAL("Cannot map unknown column type"); in TypeToString()
45 PERFETTO_FATAL("Not reached"); // For gcc in TypeToString()
183 PERFETTO_FATAL("Unknown type for primary key column %s", in ToCreateTableStmt()
Dargs_table.h65 PERFETTO_FATAL("Not reached"); // For gcc in GetType()
Dargs_tracker.cc71 PERFETTO_FATAL("Unsupported table to insert args into"); in Flush()
Djson_trace_parser.cc50 PERFETTO_FATAL("Json Trace Parser cannot handle ftrace packets."); in ParseFtracePacket()
Dtrace_processor_impl.cc91 PERFETTO_FATAL("Error setting pragma temp_store: %s", error); in InitializeSqlite()
284 PERFETTO_FATAL("JSON traces only supported in standalone mode."); in Parse()
Dstats_table.cc101 PERFETTO_FATAL("Unknown column %d", N); in Column()
Dfuchsia_trace_parser.cc43 PERFETTO_FATAL("Fuchsia Trace Parser cannot handle ftrace packets."); in ParseFtracePacket()
Dprocess_table.cc130 PERFETTO_FATAL("Unknown column %d", N); in Column()
Dthread_table.cc140 PERFETTO_FATAL("Unknown column %d", N); in Column()
Dwindow_operator_table.cc154 PERFETTO_FATAL("Unknown column %d", N); in Column()
Dfiltered_row_index.cc126 PERFETTO_FATAL("For GCC"); in ToRowIterator()
/external/perfetto/tools/trace_to_text/
Dmain.cc60 PERFETTO_FATAL("Could not open %s", file_path); in main()
78 PERFETTO_FATAL("Could not open %s", file_path); in main()
Dlite_fallbacks.cc28 PERFETTO_FATAL( in TraceToText()
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc145 PERFETTO_FATAL("should not be called"); in StartIncidentReport()
319 PERFETTO_FATAL("optarg is null"); in Main()
522 PERFETTO_FATAL("fork"); in Main()
727 PERFETTO_FATAL("DropBox upload failed: %s", status.toString8().c_str()); in SaveOutputToDropboxOrCrash()
779 PERFETTO_FATAL("Tracing to Dropbox requires the Android build."); in OpenOutputFile()
Dpbtxt_to_pb.cc97 PERFETTO_FATAL("Non complete switch"); in FieldToTypeName()
199 PERFETTO_FATAL("Invalid type"); in NumericField()
224 PERFETTO_FATAL("Escape at end of string."); in StringField()
604 PERFETTO_FATAL("Unexpected char %c", c); in Parse()
/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.cc66 PERFETTO_FATAL("write failed"); in RunClangFmt()
79 PERFETTO_FATAL("read failed"); in RunClangFmt()
108 PERFETTO_FATAL("%s is out of date. Please run tools/run_ftrace_proto_gen.", in ~VerifyStream()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_fuzzer.cc48 PERFETTO_FATAL( in FuzzCpuReaderParsePage()
Devent_info_constants.h128 PERFETTO_FATAL("Not reached"); in ToString()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc196 PERFETTO_FATAL("No cpp type for a group field."); in GetCppType()
198 PERFETTO_FATAL("Not reached"); // for gcc in GetCppType()
285 PERFETTO_FATAL( in GenHeader()
/external/perfetto/include/perfetto/base/
Dlogging.h133 #define PERFETTO_FATAL(fmt, ...) \ macro

12