Home
last modified time | relevance | path

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

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