Searched refs:perf_stat (Results 1 – 6 of 6) sorted by relevance
57 PerfStatProto perf_stat; in ParsePerfStatFileToString() local58 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()
102 '<(proto_in_dir)/perf_stat.proto',
26 "perf_stat.proto",
36 GENERATED_SOURCES = perf_data.pb.cc perf_stat.pb.cc
76 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
67 QUIPPER_PROTOS = perf_data.proto perf_stat.proto