Searched refs:StatType (Results 1 – 6 of 6) sorted by relevance
/developtools/profiler/host/smartperf/trace_streamer/src/table/ |
D | stat_table.cpp | 52 StatType statType = static_cast<StatType>(CurrentRow() % STAT_EVENT_MAX); in Column()
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | stat_filter.cpp | 27 void StatFilter::IncreaseStat(SupportedTraceEventType eventType, StatType type) in IncreaseStat()
|
D | stat_filter.h | 38 void IncreaseStat(SupportedTraceEventType eventType, StatType type);
|
/developtools/profiler/host/smartperf/trace_streamer/src/cfg/ |
D | trace_streamer_config.h | 122 enum StatType { enum 165 std::map<StatType, std::string> eventErrorDescMap_ = {}; 169 …std::map<SupportedTraceEventType, std::map<StatType, StatSeverityLevel>> eventParserStatSeverityDe…
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 871 stat_[j] = config_.eventErrorDescMap_.at(static_cast<StatType>(j)); in StatAndInfo() 877 .at(static_cast<StatType>(j)); in StatAndInfo() 899 void StatAndInfo::IncreaseStat(SupportedTraceEventType eventType, StatType type) in IncreaseStat() 903 const uint32_t& StatAndInfo::GetValue(SupportedTraceEventType eventType, StatType type) const in GetValue() 911 const std::string& StatAndInfo::GetStat(StatType type) const in GetStat() 915 const std::string& StatAndInfo::GetSeverityDesc(SupportedTraceEventType eventType, StatType type) c… in GetSeverityDesc() 919 const StatSeverityLevel& StatAndInfo::GetSeverity(SupportedTraceEventType eventType, StatType type)… in GetSeverity()
|
D | trace_stdtype.h | 935 void IncreaseStat(SupportedTraceEventType eventType, StatType type); 936 const uint32_t& GetValue(SupportedTraceEventType eventType, StatType type) const; 938 const std::string& GetStat(StatType type) const; 939 const std::string& GetSeverityDesc(SupportedTraceEventType eventType, StatType type) const; 940 const StatSeverityLevel& GetSeverity(SupportedTraceEventType eventType, StatType type) const;
|