Searched defs:CallChainRecord (Results 1 – 3 of 3) sorted by relevance
586 struct CallChainRecord : public Record { struct595 explicit CallChainRecord(char* p); argument600 uint64_t Timestamp() const override { in Timestamp()
1173 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in CallChainRecord1188 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in CallChainRecord
292 class CallChainRecord(object): class