Home | History | Annotate | Download | only in memory

Lines Matching refs:record_type

52   iovecs[0].iov_base = const_cast<RecordType*>(&msg.record_type);
53 iovecs[0].iov_len = sizeof(msg.record_type);
55 PERFETTO_DCHECK(msg.record_type == RecordType::Malloc);
59 PERFETTO_DCHECK(msg.record_type == RecordType::Free);
111 RecordType* record_type;
113 if (!ViewAndAdvance<RecordType>(&buf, &record_type, end)) {
120 out->record_type = *record_type;
122 if (*record_type == RecordType::Malloc) {
133 } else if (*record_type == RecordType::Free) {