Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter_test.cc229 pps = PerfDataProtoToProfiles( in TEST_F()
255 const auto pps = PerfDataProtoToProfiles( in TEST_F()
300 ProcessProfiles pps = PerfDataProtoToProfiles(&perf_data_proto); in TEST_F()
Dperf_data_converter.h101 extern ProcessProfiles PerfDataProtoToProfiles(
Dperf_data_converter.cc645 ProcessProfiles PerfDataProtoToProfiles(const quipper::PerfDataProto* perf_data, in PerfDataProtoToProfiles() function
687 return PerfDataProtoToProfiles(&reader.proto(), sample_labels, options); in RawPerfDataToProfiles()