Searched refs:exit_record (Results 1 – 2 of 2) sorted by relevance
508 const VtsProfilingRecord& exit_record) { in isPairedRecord() argument509 if (entry_record.package() != exit_record.package() || in isPairedRecord()510 entry_record.version_major() != exit_record.version_major() || in isPairedRecord()511 entry_record.version_minor() != exit_record.version_minor() || in isPairedRecord()512 entry_record.interface() != exit_record.interface() || in isPairedRecord()513 entry_record.func_msg().name() != exit_record.func_msg().name()) { in isPairedRecord()518 if (exit_record.event() == InstrumentationEventType::SERVER_API_EXIT) { in isPairedRecord()524 if (exit_record.event() == InstrumentationEventType::CLIENT_API_EXIT) in isPairedRecord()529 if (exit_record.event() == InstrumentationEventType::PASSTHROUGH_EXIT) in isPairedRecord()
111 const VtsProfilingRecord& exit_record);