Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 12 of 12) sorted by relevance

/developtools/hiperf/src/
Dperf_file_writer.cpp400 bool PerfFileWriter::AddNrCpusFeature(FEATURE feature, uint32_t nrCpusAvailable, in AddNrCpusFeature() argument
406 std::make_unique<PerfFileSectionNrCpus>(feature, nrCpusAvailable, nrCpusOnline)); in AddNrCpusFeature()
414 bool PerfFileWriter::AddEventDescFeature(FEATURE feature, in AddEventDescFeature() argument
419 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
426 bool PerfFileWriter::AddStringFeature(FEATURE feature, std::string string) in AddStringFeature() argument
428 HLOGV("add feature '%s' string '%s'", PerfFileSection::GetFeatureName(feature).c_str(), in AddStringFeature()
430 featureSections_.emplace_back(std::make_unique<PerfFileSectionString>(feature, string)); in AddStringFeature()
433 header_.features[(int)feature / BITS_IN_BYTE] |= 1 << ((int)feature % BITS_IN_BYTE); // bit in AddStringFeature()
437 bool PerfFileWriter::AddBoolFeature(FEATURE feature) in AddBoolFeature() argument
440 return AddU64Feature(feature, 1u); in AddBoolFeature()
[all …]
Dperf_file_reader.cpp367 const std::string PerfFileReader::GetFeatureString(const FEATURE feature) const in GetFeatureString()
369 std::string featureName = PerfFileSection::GetFeatureName(feature); in GetFeatureString()
371 if (!IsFeatrureStringSection(feature)) { in GetFeatureString()
374 const PerfFileSection *featureSection = GetFeatureSection(feature); in GetFeatureString()
386 const PerfFileSection *PerfFileReader::GetFeatureSection(FEATURE feature) const in GetFeatureSection()
390 if (it->featureId_ == feature) { in GetFeatureSection()
402 for (FEATURE feature : features_) { in ReadFeatureSection() local
411 HLOGV("process feature %d:%s", feature, PerfFileSection::GetFeatureName(feature).c_str()); in ReadFeatureSection()
426 if (IsFeatrureStringSection(feature)) { in ReadFeatureSection()
428 std::make_unique<PerfFileSectionString>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
[all …]
Dsubcommand_dump.cpp257 for (auto feature : features) { in DumpPrintFileHeader() local
258 PrintIndent(indent, "feature: %s\n", PerfFileSection::GetFeatureName(feature).c_str()); in DumpPrintFileHeader()
500 for (auto feature : features) { in DumpFeaturePortion() local
501 PrintIndent(LEVEL1, "feature %d:%s\n", feature, in DumpFeaturePortion()
502 PerfFileSection::GetFeatureName(feature).c_str()); in DumpFeaturePortion()
/developtools/hiperf/include/
Dperf_file_writer.h49 bool AddNrCpusFeature(FEATURE feature, uint32_t nrCpusAvailable, uint32_t nrCpusOnline);
50 bool AddEventDescFeature(FEATURE feature, const std::vector<AttrWithId> &eventDesces);
51 bool AddStringFeature(FEATURE feature, std::string string);
52 bool AddU64Feature(FEATURE feature, uint64_t v);
53 bool AddBoolFeature(FEATURE feature);
Dperf_file_reader.h49 const PerfFileSection *GetFeatureSection(FEATURE feature) const;
52 const std::string GetFeatureString(const FEATURE feature) const;
/developtools/global_resource_tool/
DREADME_zh.md47 | --dependEntry | 可缺省 | 带参数 | FA模型下单独编译feature时,指定entry模块的编译结果目录。 |
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLimitLine.ets21 * The limit line is an additional feature for all Line-, Bar- and
DLegend.ets243 * This will disable the feature that automatically calculates the legend
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_libunwind/
Dlibunwindbuild.gn314 [ "-Wno-format" ] # some debug feature will warning in host x64 build
/developtools/smartperf_host/trace_streamer/prebuilts/patch_libunwind/
Dlibunwindbuild.gn314 [ "-Wno-format" ] # some debug feature will warning in host x64 build
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIDataSet.ets72 * This is only needed for the autoScaleMinMax feature.
/developtools/profiler/hiebpf/include/
Dvmlinux.h32190 u32 feature; member
124969 u8 feature; member
125389 unsigned char feature; member