Home
last modified time | relevance | path

Searched refs:perf_stat (Results 1 – 6 of 6) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_recorder.cc57 PerfStatProto perf_stat; in ParsePerfStatFileToString() local
58 if (!ParsePerfStatFileToProto(filename, &perf_stat)) { in ParsePerfStatFileToString()
75 perf_stat.mutable_command_line()->assign(command_line); in ParsePerfStatFileToString()
77 return perf_stat.SerializeToString(output_string); in ParsePerfStatFileToString()
Dquipper.gyp102 '<(proto_in_dir)/perf_stat.proto',
DAndroid.bp26 "perf_stat.proto",
DMakefile.external36 GENERATED_SOURCES = perf_data.pb.cc perf_stat.pb.cc
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
Dplatform_DebugDaemonGetPerfData.py76 status, perf_data, perf_stat = self.dbus_iface.GetPerfOutput(
81 if len(perf_data) == 0 and len(perf_stat) == 0:
83 if len(perf_data) > 0 and len(perf_stat) > 0:
92 result = perf_stat
/external/perf_data_converter/src/
DMakefile67 QUIPPER_PROTOS = perf_data.proto perf_stat.proto