Home
last modified time | relevance | path

Searched defs:DebugRecord (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Drecord.h677 struct DebugRecord : public Record { struct
681 DebugRecord() {} in DebugRecord() argument
686 uint64_t Timestamp() const override { return time; } in Timestamp()
Drecord_test.cpp225 TEST_F(RecordTest, DebugRecord) { in TEST_F() argument
Drecord.cpp1607 DebugRecord::DebugRecord(uint64_t time, const std::string& s) { in DebugRecord() function in simpleperf::DebugRecord