Home
last modified time | relevance | path

Searched refs:StatAndInfo (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
Dcommon_stdtype.cpp161 StatAndInfo::StatAndInfo() in StatAndInfo() function in SysTuning::TraceStdtype::StatAndInfo
196 void StatAndInfo::IncreaseStat(SupportedTraceEventType eventType, StatType type) in IncreaseStat()
203 const uint32_t &StatAndInfo::GetValue(SupportedTraceEventType eventType, StatType type) const in GetValue()
207 const std::string &StatAndInfo::GetEvent(SupportedTraceEventType eventType) const in GetEvent()
211 const std::string &StatAndInfo::GetStat(StatType type) const in GetStat()
215 const std::string &StatAndInfo::GetSeverityDesc(SupportedTraceEventType eventType, StatType type) c… in GetSeverityDesc()
219 const StatSeverityLevel &StatAndInfo::GetSeverity(SupportedTraceEventType eventType, StatType type)… in GetSeverity()
Dcommon_stdtype.h183 class StatAndInfo {
185 StatAndInfo();
186 ~StatAndInfo() = default;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h71 const StatAndInfo &GetConstStatAndInfo() const;
Dtrace_data_cache_writer.h55 StatAndInfo *GetStatAndInfo();
Dtrace_data_cache_base.h145 StatAndInfo stat_;
Dtrace_data_cache_reader.cpp117 const StatAndInfo &TraceDataCacheReader::GetConstStatAndInfo() const in GetConstStatAndInfo()
Dtrace_data_cache_writer.cpp165 StatAndInfo *TraceDataCacheWriter::GetStatAndInfo() in GetStatAndInfo()