Lines Matching refs:perfprofd
70 using ProtoUniquePtr = std::unique_ptr<android::perfprofd::PerfprofdRecord>;
372 static void annotate_encoded_perf_profile(android::perfprofd::PerfprofdRecord* profile, in annotate_encoded_perf_profile()
427 perfprofd::Symbolizer* symbolizer) { in encode_to_proto()
432 android::perfprofd::RawPerfDataToAndroidPerfProfile(data_file_path, in encode_to_proto()
450 perfprofd::Symbolizer* symbolizer) in encode_to_proto()
464 return android::perfprofd::SerializeProtobuf(encodedProfile.get(), in encode_to_proto()
555 android::perfprofd::PerfResult invoke_res = in collect_profile()
556 android::perfprofd::InvokePerf(config, in collect_profile()
562 if (invoke_res != android::perfprofd::PerfResult::kOK) { in collect_profile()
570 std::unique_ptr<perfprofd::Symbolizer> symbolizer; in collect_profile()
572 symbolizer = perfprofd::CreateELFSymbolizer(); in collect_profile()
648 if (!android::perfprofd::FindSupportedPerfCounters(perf_path)) { in GlobalInit()