Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traceconv/
H A 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()
176 const bool annotate_frames) { in TraceToJavaHeapProfile() argument
185 ToConversionFlags(annotate_frames), "heap_profile-", filename_fn); in TraceToJavaHeapProfile()
H A Dtrace_to_profile.h32 bool annotate_frames);
39 bool annotate_frames);
46 bool annotate_frames);
H A Dpprof_builder.cc300 bool annotate_frames) { in PreprocessLocations() argument
344 auto intern_function = [interner, &tracker, annotate_frames]( in PreprocessLocations()
350 if (annotate_frames && !anno.empty() && !fname.empty()) in PreprocessLocations()
761 bool annotate_frames, in TraceToHeapPprof() argument
766 PreprocessLocations(tp, &interner, annotate_frames); in TraceToHeapPprof()
1132 bool annotate_frames, in TraceToPerfPprof() argument
1136 PreprocessLocations(tp, &interner, annotate_frames); in TraceToPerfPprof()
1184 bool annotate_frames = in TraceToPprof() local
1188 return heap_profile::TraceToHeapPprof(tp, output, annotate_frames, pid, in TraceToPprof()
1191 return perf_profile::TraceToPerfPprof(tp, output, annotate_frames, pid); in TraceToPprof()