Home
last modified time | relevance | path

Searched refs:GetFeatureName (Results 1 - 7 of 7) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dperf_file_format_test.cpp60 HWTEST_F(PerfFileFormatTest, GetFeatureName, TestSize.Level1) in HWTEST_F()
66 std::string name = PerfFileSection::GetFeatureName(i); in HWTEST_F()
72 std::string name = PerfFileSection::GetFeatureName(i); in HWTEST_F()
77 std::string name = PerfFileSection::GetFeatureName(i); in HWTEST_F()
83 std::string name = PerfFileSection::GetFeatureName(i); in HWTEST_F()
/developtools/hiperf/src/
H A Dperf_file_writer.cpp387 PerfFileSection::GetFeatureName(FEATURE::NRCPUS).c_str(), nrCpusAvailable, nrCpusOnline); in AddNrCpusFeature()
400 HLOGV("add feature '%s' %zu", PerfFileSection::GetFeatureName(FEATURE::EVENT_DESC).c_str(), in AddEventDescFeature()
411 HLOGV("add feature '%s' string '%s'", PerfFileSection::GetFeatureName(feature).c_str(), in AddStringFeature()
429 PerfFileSection::GetFeatureName(feature).c_str(), v); in AddU64Feature()
H A Dsubcommand_dump.cpp264 PRINT_INDENT(indent, "feature: %s\n", PerfFileSection::GetFeatureName(feature).c_str()); in DumpPrintFileHeader()
509 PerfFileSection::GetFeatureName(feature).c_str()); in DumpFeaturePortion()
519 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str()); in DumpFeaturePortion()
H A Dperf_file_reader.cpp363 std::string featureName = PerfFileSection::GetFeatureName(feature); in GetFeatureString()
403 HLOGV("process feature %d:%s", feature, PerfFileSection::GetFeatureName(feature).c_str()); in ReadFeatureSection()
H A Dperf_file_format.cpp43 std::string PerfFileSection::GetFeatureName(FEATURE featureId) in GetFeatureName() function in OHOS::Developtools::HiPerf::PerfFileSection
H A Dsubcommand_report.cpp509 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str(), in OutputStd()
/developtools/hiperf/include/
H A Dperf_file_format.h125 static std::string GetFeatureName(FEATURE featureId);

Completed in 6 milliseconds