OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendLiteral
(Results
1 - 6
of
6
) sorted by null
/external/perfetto/tools/dump_ftrace_stats/
main.cc
82
writer.
AppendLiteral
("C|");
84
writer.
AppendLiteral
("|");
87
writer.
AppendLiteral
("overrun_");
89
writer.
AppendLiteral
("commit_overrun_");
94
writer.
AppendLiteral
("|");
96
writer.
AppendLiteral
("\n");
/external/perfetto/tools/trace_to_text/
trace_to_systrace.cc
99
writer->
AppendLiteral
("root ");
101
writer->
AppendLiteral
(" ");
103
writer->
AppendLiteral
(" 00000 000 null 0000000000 S ");
105
writer->
AppendLiteral
(" null");
112
writer->
AppendLiteral
("root ");
118
writer->
AppendLiteral
("<...>");
270
writer->
AppendLiteral
("\\n");
/external/perfetto/src/trace_processor/
ftrace_utils.cc
174
writer->
AppendLiteral
(" (");
176
writer->
AppendLiteral
("-----");
180
writer->
AppendLiteral
(") [");
182
writer->
AppendLiteral
("] .... ");
raw_table.cc
128
writer->
AppendLiteral
(" ==>");
155
writer->
AppendLiteral
(" ");
157
writer->
AppendLiteral
(" ");
/external/perfetto/src/base/
string_writer_unittest.cc
82
writer.
AppendLiteral
(kTestStr);
117
writer.
AppendLiteral
(kTestStr);
/external/perfetto/include/perfetto/base/
string_writer.h
58
inline void
AppendLiteral
(const char (&in)[N]) {
Completed in 706 milliseconds