Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dperf_file_writer.cpp400 HLOGV("add feature '%s' %zu", PerfFileSection::GetFeatureName(FEATURE::EVENT_DESC).c_str(), in AddEventDescFeature()
404 header_.features[static_cast<int>(FEATURE::EVENT_DESC) / BITS_IN_BYTE] |= in AddEventDescFeature()
405 1 << (static_cast<int>(FEATURE::EVENT_DESC) % BITS_IN_BYTE); // bit in AddEventDescFeature()
H A Dsubcommand_report.cpp347 recordFileReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventConfigData()
349 HLOGV("have EVENT_DESC"); in LoadEventConfigData()
362 recordFileReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()
H A Dperf_file_reader.cpp419 } else if (feature == FEATURE::EVENT_DESC) { in ReadFeatureSection()
H A Dsubcommand_dump.cpp525 } else if (featureSection.get()->featureId_ == FEATURE::EVENT_DESC) { in DumpFeaturePortion()
H A Dsubcommand_record.cpp1484 fileWriter_->AddEventDescFeature(FEATURE::EVENT_DESC, perfEvents_.GetAttrWithId()); in AddEventDescFeature()
/developtools/hiperf/test/unittest/common/native/
H A Dperf_file_format_test.cpp242 PerfFileSectionEventDesc pfsEventDesc = {FEATURE::EVENT_DESC, eventDesc}; in HWTEST_F()
246 PerfFileSectionEventDesc withBuff(FEATURE::EVENT_DESC, buff, sizeof(buff)); in HWTEST_F()
250 ASSERT_EQ(withBuff.featureId_, FEATURE::EVENT_DESC); in HWTEST_F()
/developtools/hiperf/include/
H A Dperf_file_format.h43 EVENT_DESC, // Another description of the perf_event_attrs member in OHOS::Developtools::HiPerf::FEATURE
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H A Dperf_data_parser.cpp544 const PerfFileSection *featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in UpdateEventConfigInfo()
546 TS_LOGI("have EVENT_DESC"); in UpdateEventConfigInfo()
549 TS_LOGE("Do not have EVENT_DESC !!!"); in UpdateEventConfigInfo()
555 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()

Completed in 9 milliseconds