Lines Matching defs:lost
1974 struct perf_record_lost_samples *lost,
1983 lost->lost = lost_count;
1989 id_hdr_size = perf_event__synthesize_id_sample((void *)(lost + 1),
1991 lost->header.size = sizeof(*lost) + id_hdr_size;
1992 lost->header.misc = misc_flag;
1993 record__write(rec, NULL, lost, lost->header.size);
2000 struct perf_record_lost_samples_and_ids lost;
2028 if (count.lost) {
2029 memset(&lost, 0, sizeof(lost));
2030 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES;
2031 __record__save_lost_samples(rec, evsel, &lost.lost,
2032 x, y, count.lost, 0);
2039 memset(&lost, 0, sizeof(lost));
2040 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES;
2041 __record__save_lost_samples(rec, evsel, &lost.lost, 0, 0, lost_count,