Searched refs:annotate_frames (Results 1 – 3 of 3) sorted by relevance
| /external/perfetto/src/traceconv/ |
| D | trace_to_profile.cc | 53 uint64_t ToConversionFlags(bool annotate_frames) { in ToConversionFlags() argument 54 return static_cast<uint64_t>(annotate_frames in ToConversionFlags() 143 bool annotate_frames) { in TraceToHeapProfile() argument 152 ToConversionFlags(annotate_frames), "heap_profile-", filename_fn); in TraceToHeapProfile() 159 bool annotate_frames) { in TraceToPerfProfile() argument 168 ToConversionFlags(annotate_frames), "perf_profile-", filename_fn); in TraceToPerfProfile()
|
| D | trace_to_profile.h | 32 bool annotate_frames); 39 bool annotate_frames);
|
| D | pprof_builder.cc | 305 bool annotate_frames) { in PreprocessLocations() argument 349 auto intern_function = [interner, &tracker, annotate_frames]( in PreprocessLocations() 355 if (annotate_frames && !anno.empty() && !fname.empty()) in PreprocessLocations() 765 bool annotate_frames, in TraceToHeapPprof() argument 770 PreprocessLocations(tp, &interner, annotate_frames); in TraceToHeapPprof() 914 bool annotate_frames, in TraceToPerfPprof() argument 918 PreprocessLocations(tp, &interner, annotate_frames); in TraceToPerfPprof() 966 bool annotate_frames = in TraceToPprof() local 970 return heap_profile::TraceToHeapPprof(tp, output, annotate_frames, pid, in TraceToPprof() 973 return perf_profile::TraceToPerfPprof(tp, output, annotate_frames, pid); in TraceToPprof()
|