Home
last modified time | relevance | path

Searched refs:HIPERF_FILES_SYMBOL (Results 1 - 8 of 8) sorted by relevance

/developtools/hiperf/test/fuzztest/perffileformat_fuzzer/
H A DPerfFileFormat_fuzzer.cpp29 std::make_unique<PerfFileSectionString>(FEATURE::HIPERF_FILES_SYMBOL, buf, size); in FuzzPerfFileFormat()
32 std::make_unique<PerfFileSectionNrCpus>(FEATURE::HIPERF_FILES_SYMBOL, buf, size); in FuzzPerfFileFormat()
35 std::make_unique<PerfFileSectionU64>(FEATURE::HIPERF_FILES_SYMBOL, buf, size); in FuzzPerfFileFormat()
/developtools/hiperf/src/
H A Dhiperf_libreport.cpp132 if (featureSection->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in ReportGetSymbolFiles()
H A Dsubcommand_dump.cpp274 if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in DumpPrintFileHeader()
529 } else if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in DumpFeaturePortion()
H A Dperf_file_writer.cpp449 const FEATURE feature = FEATURE::HIPERF_FILES_SYMBOL; in AddSymbolsFeature()
H A Dperf_file_reader.cpp416 } else if (feature == FEATURE::HIPERF_FILES_SYMBOL) { in ReadFeatureSection()
H A Dsubcommand_report.cpp289 const auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in ProcessSymbolsData()
/developtools/hiperf/include/
H A Dperf_file_format.h58 HIPERF_FILES_SYMBOL = HIPERF_FIRST_FEATURE, member in OHOS::Developtools::HiPerf::FEATURE
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H A Dperf_data_parser.cpp612 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in UpdateSymbolAndFilesData()

Completed in 7 milliseconds