/external/perfetto/tools/ |
D | profiling_sample_distribution.cc | 65 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/ |
D | main.cc | 72 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()
|
D | heapprofd_end_to_end_test.cc | 142 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()
|
D | system_property.cc | 137 PERFETTO_FATAL("Properties can only be set on Android."); in SetAndroidProperty()
|
/external/perfetto/src/trace_processor/ |
D | sqlite_utils.h | 85 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()
|
D | table.cc | 43 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()
|
D | args_table.h | 65 PERFETTO_FATAL("Not reached"); // For gcc in GetType()
|
D | args_tracker.cc | 71 PERFETTO_FATAL("Unsupported table to insert args into"); in Flush()
|
D | json_trace_parser.cc | 50 PERFETTO_FATAL("Json Trace Parser cannot handle ftrace packets."); in ParseFtracePacket()
|
D | trace_processor_impl.cc | 91 PERFETTO_FATAL("Error setting pragma temp_store: %s", error); in InitializeSqlite() 284 PERFETTO_FATAL("JSON traces only supported in standalone mode."); in Parse()
|
D | stats_table.cc | 101 PERFETTO_FATAL("Unknown column %d", N); in Column()
|
D | fuchsia_trace_parser.cc | 43 PERFETTO_FATAL("Fuchsia Trace Parser cannot handle ftrace packets."); in ParseFtracePacket()
|
D | process_table.cc | 130 PERFETTO_FATAL("Unknown column %d", N); in Column()
|
D | thread_table.cc | 140 PERFETTO_FATAL("Unknown column %d", N); in Column()
|
D | window_operator_table.cc | 154 PERFETTO_FATAL("Unknown column %d", N); in Column()
|
D | filtered_row_index.cc | 126 PERFETTO_FATAL("For GCC"); in ToRowIterator()
|
/external/perfetto/tools/trace_to_text/ |
D | main.cc | 60 PERFETTO_FATAL("Could not open %s", file_path); in main() 78 PERFETTO_FATAL("Could not open %s", file_path); in main()
|
D | lite_fallbacks.cc | 28 PERFETTO_FATAL( in TraceToText()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 145 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()
|
D | pbtxt_to_pb.cc | 97 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/ |
D | proto_gen_utils.cc | 66 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/ |
D | cpu_reader_fuzzer.cc | 48 PERFETTO_FATAL( in FuzzCpuReaderParsePage()
|
D | event_info_constants.h | 128 PERFETTO_FATAL("Not reached"); in ToString()
|
/external/perfetto/tools/proto_to_cpp/ |
D | proto_to_cpp.cc | 196 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/ |
D | logging.h | 133 #define PERFETTO_FATAL(fmt, ...) \ macro
|