Home
last modified time | relevance | path

Searched refs:ReportEventConfigItem (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/include/
Dreport.h470 struct ReportEventConfigItem { struct
471 ReportEventConfigItem(const ReportEventConfigItem &) = delete;
472 ReportEventConfigItem &operator=(const ReportEventConfigItem &) = delete; argument
473 ReportEventConfigItem(ReportEventConfigItem &&) = default;
483 bool operator==(const ReportEventConfigItem &o) const argument
487 bool operator!=(const ReportEventConfigItem &o) const
496 ReportEventConfigItem(std::string eventName, uint32_t type, uint64_t config, argument
502 std::vector<ReportEventConfigItem> configs_; argument
543 void OutputStdStatistics(ReportEventConfigItem &);
544 bool OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig);
[all …]
/developtools/hiperf/src/
Dreport.cpp322 void Report::OutputStdStatistics(ReportEventConfigItem &config) in OutputStdStatistics()
342 bool Report::OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig) in OutputStdStatistics()
361 void Report::OutputStdHead(ReportEventConfigItem &config, bool diffMode) in OutputStdHead()
491 void Report::OutputStdContent(ReportEventConfigItem &config) in OutputStdContent()
560 void Report::OutputStdContentDiff(ReportEventConfigItem &left, ReportEventConfigItem &right) in OutputStdContentDiff()