Home
last modified time | relevance | path

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

/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/tools/trace_to_text/
Dtrace_to_systrace.cc99 writer->AppendLiteral("root "); in FormatProcess()
101 writer->AppendLiteral(" "); in FormatProcess()
103 writer->AppendLiteral(" 00000 000 null 0000000000 S "); in FormatProcess()
105 writer->AppendLiteral(" null"); in FormatProcess()
112 writer->AppendLiteral("root "); in FormatThread()
118 writer->AppendLiteral("<...>"); in FormatThread()
270 writer->AppendLiteral("\\n"); in TraceToSystrace()
/external/perfetto/src/trace_processor/
Dftrace_utils.cc174 writer->AppendLiteral(" ("); in FormatSystracePrefix()
176 writer->AppendLiteral("-----"); in FormatSystracePrefix()
180 writer->AppendLiteral(") ["); in FormatSystracePrefix()
182 writer->AppendLiteral("] .... "); in FormatSystracePrefix()
Draw_table.cc128 writer->AppendLiteral(" ==>"); in FormatSystraceArgs()
155 writer->AppendLiteral(" "); in FormatSystraceArgs()
157 writer->AppendLiteral(" "); in FormatSystraceArgs()
/external/perfetto/src/base/
Dstring_writer_unittest.cc82 writer.AppendLiteral(kTestStr); in TEST()
117 writer.AppendLiteral(kTestStr); in TEST()
/external/perfetto/include/perfetto/base/
Dstring_writer.h58 inline void AppendLiteral(const char (&in)[N]) { in AppendLiteral() function