Searched defs:SampleInfo (Results 1 – 10 of 10) sorted by relevance
25 struct SampleInfo { struct26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() function27 const std::string name_;28 int last_; // Last added sample.29 int total_; // Total number of added samples.
60 struct SampleInfo { struct77 std::map<uint64_t, SampleInfo> known_histograms_; argument
476 class SampleInfo : public Item class479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
42 using SampleInfo = PerfDataProto_SampleInfo; typedef
186 message SampleInfo { message
28 using SampleInfo = PerfDataProto_SampleInfo; typedef
36 using SampleInfo = PerfDataProto_SampleInfo; typedef
31 using SampleInfo = PerfDataProto_SampleInfo; typedef
538 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog