Searched defs:CallChainRecord (Results 1 – 3 of 3) sorted by relevance
510 struct CallChainRecord : public Record { struct519 explicit CallChainRecord(char* p); argument524 uint64_t Timestamp() const override { in Timestamp()
1072 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in CallChainRecord1087 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in CallChainRecord
292 class CallChainRecord(object): class