Home
last modified time | relevance | path

Searched refs:ParsePerfStatFileToProto (Results 1 – 4 of 4) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_stat_parser_test.cc77 ASSERT_TRUE(ParsePerfStatFileToProto(input.path(), &proto2)); in TEST()
121 ASSERT_FALSE(ParsePerfStatFileToProto("/dev/null/nope/nope.txt", &proto)); in TEST()
Dperf_stat_parser.h25 bool ParsePerfStatFileToProto(const string& path, PerfStatProto* proto);
Dperf_stat_parser.cc19 bool ParsePerfStatFileToProto(const string& path, PerfStatProto* proto) { in ParsePerfStatFileToProto() function
Dperf_recorder.cc58 if (!ParsePerfStatFileToProto(filename, &perf_stat)) { in ParsePerfStatFileToString()