Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc91 class HprofWriter { class
93 HprofWriter(std::ostream* output) : output_(output) {} in HprofWriter() function in perfetto::trace_to_text::__anon1c37e3f70111::HprofWriter
122 void WriteHprofLoadClass(HprofWriter* writer, in WriteHprofLoadClass()
177 void Write(HprofWriter* writer) { in Write()
258 void WriteStrings(HprofWriter* writer) { in WriteStrings()
269 void WriteLoadClass(HprofWriter* writer) { in WriteLoadClass()
278 void WriteHeaderAndStack(HprofWriter* writer) { in WriteHeaderAndStack()
304 HprofWriter writer(output); in TraceToHprof()