Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traceconv/
H A Dtrace_to_profile.h42 int TraceToJavaHeapProfile(std::istream* input,
H A Dtrace_to_pprof_integrationtest.cc47 trace_to_text::TraceToJavaHeapProfile(&file_istream, &os, /*pid=*/0, in ConvertTraceToPprof()
H A Dmain.cc218 return TraceToJavaHeapProfile(input_stream, output_stream, pid, timestamps, in Main()
H A Dtrace_to_profile.cc172 int TraceToJavaHeapProfile(std::istream* input, in TraceToJavaHeapProfile() function