Home
last modified time | relevance | path

Searched refs:sample_labels (Results 1 – 2 of 2) sorted by relevance

/external/perf_data_converter/src/
Dperf_data_converter.h98 uint32 sample_labels = kNoLabels, uint32 options = kGroupByPids);
102 const quipper::PerfDataProto* perf_data, uint32 sample_labels = kNoLabels,
Dperf_data_converter.cc198 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()