Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc53 uint64_t ToConversionFlags(bool annotate_frames) { in ToConversionFlags() argument
54 return static_cast<uint64_t>(annotate_frames in ToConversionFlags()
144 bool annotate_frames) { in TraceToHeapProfile() argument
153 ToConversionFlags(annotate_frames), "heap_profile-", filename_fn); in TraceToHeapProfile()
160 bool annotate_frames) { in TraceToPerfProfile() argument
169 ToConversionFlags(annotate_frames), "perf_profile-", filename_fn); in TraceToPerfProfile()
Dtrace_to_profile.h31 bool annotate_frames);
38 bool annotate_frames);
Dpprof_builder.cc319 bool annotate_frames) { in PreprocessLocations() argument
361 auto intern_function = [interner, &tracker, annotate_frames]( in PreprocessLocations()
366 if (annotate_frames && !anno.empty() && !func_name.empty()) in PreprocessLocations()
763 bool annotate_frames, in TraceToHeapPprof() argument
768 PreprocessLocations(tp, &interner, annotate_frames); in TraceToHeapPprof()
904 bool annotate_frames, in TraceToPerfPprof() argument
908 PreprocessLocations(tp, &interner, annotate_frames); in TraceToPerfPprof()
956 bool annotate_frames = in TraceToPprof() local
960 return heap_profile::TraceToHeapPprof(tp, output, annotate_frames, pid, in TraceToPprof()
963 return perf_profile::TraceToPerfPprof(tp, output, annotate_frames, pid); in TraceToPprof()