Searched refs:sample_labels (Results 1 – 2 of 2) sorted by relevance
/external/perf_data_converter/src/ |
D | perf_data_converter.h | 98 uint32 sample_labels = kNoLabels, uint32 options = kGroupByPids); 102 const quipper::PerfDataProto* perf_data, uint32 sample_labels = kNoLabels,
|
D | perf_data_converter.cc | 198 uint32 sample_labels = kNoLabels, in PerfDataConverter() argument 201 sample_labels_(sample_labels), in PerfDataConverter() 646 const uint32 sample_labels, in PerfDataProtoToProfiles() argument 648 PerfDataConverter converter(*perf_data, sample_labels, options); in PerfDataProtoToProfiles() 655 const uint32 sample_labels, in RawPerfDataToProfiles() argument 687 return PerfDataProtoToProfiles(&reader.proto(), sample_labels, options); in RawPerfDataToProfiles()
|