Home
last modified time | relevance | path

Searched refs:AppendLiteral (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/tools/trace_to_text/
Dtrace_to_systrace.cc90 writer->AppendLiteral("root "); in FormatProcess()
92 writer->AppendLiteral(" "); in FormatProcess()
94 writer->AppendLiteral(" 00000 000 null 0000000000 S "); in FormatProcess()
96 writer->AppendLiteral(" null"); in FormatProcess()
103 writer->AppendLiteral("root "); in FormatThread()
109 writer->AppendLiteral("<...>"); in FormatThread()
262 writer->AppendLiteral("\\n"); in ExtractSystrace()
265 writer->AppendLiteral("\\f"); in ExtractSystrace()
268 writer->AppendLiteral("\\b"); in ExtractSystrace()
271 writer->AppendLiteral("\\r"); in ExtractSystrace()
[all …]
/external/perfetto/tools/dump_ftrace_stats/
Dmain.cc82 writer.AppendLiteral("C|"); in DumpAllCpuStats()
84 writer.AppendLiteral("|"); in DumpAllCpuStats()
87 writer.AppendLiteral("overrun_"); in DumpAllCpuStats()
89 writer.AppendLiteral("commit_overrun_"); in DumpAllCpuStats()
94 writer.AppendLiteral("|"); in DumpAllCpuStats()
96 writer.AppendLiteral("\n"); in DumpAllCpuStats()
/external/perfetto/src/trace_processor/importers/proto/
Dgraphics_frame_event_parser.cc118 track_name.AppendLiteral("Buffer: "); in CreateBufferEvent()
120 track_name.AppendLiteral(" "); in CreateBufferEvent()
241 track_name.AppendLiteral("APP_"); in CreatePhaseEvent()
243 track_name.AppendLiteral(" "); in CreatePhaseEvent()
299 track_name.AppendLiteral("GPU_"); in CreatePhaseEvent()
301 track_name.AppendLiteral(" "); in CreatePhaseEvent()
330 track_name.AppendLiteral("SF_"); in CreatePhaseEvent()
332 track_name.AppendLiteral(" "); in CreatePhaseEvent()
356 track_name.AppendLiteral("Display_"); in CreatePhaseEvent()
Dgpu_event_parser.cc424 writer.AppendLiteral("Unknown GPU Queue "); in ParseGpuRenderStageEvent()
Dtrack_event_parser.cc268 writer.AppendLiteral("unknown("); in ParseTrackEventCategory()
/external/perfetto/include/perfetto/ext/base/
Dstring_writer.h59 inline void AppendLiteral(const char (&in)[N]) { in AppendLiteral() function
118 AppendLiteral("true"); in AppendBool()
121 AppendLiteral("false"); in AppendBool()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_raw_table.cc209 writer_->AppendLiteral(" ==>"); in SerializeArgs()
226 writer_->AppendLiteral(" "); in SerializeArgs()
233 writer_->AppendLiteral(" "); in SerializeArgs()
235 writer_->AppendLiteral(" "); in SerializeArgs()
623 writer->AppendLiteral(" ("); in SerializePrefix()
625 writer->AppendLiteral("-----"); in SerializePrefix()
629 writer->AppendLiteral(") ["); in SerializePrefix()
631 writer->AppendLiteral("] .... "); in SerializePrefix()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dtostring.cc129 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral() function
165 AppendLiteral(t_, re->rune(), in PostVisit()
171 AppendLiteral(t_, re->runes()[i], in PostVisit()
/external/perfetto/src/base/
Dstring_writer_unittest.cc106 writer.AppendLiteral(kTestStr); in TEST()
144 writer.AppendLiteral(kTestStr); in TEST()