Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h510 struct CallChainRecord : public Record { struct
519 explicit CallChainRecord(char* p); argument
524 uint64_t Timestamp() const override { in Timestamp()
Drecord.cpp1072 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in CallChainRecord
1087 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in CallChainRecord
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py292 class CallChainRecord(object): class