Lines Matching refs:lost
1915 struct perf_record_lost_samples *lost,
1923 lost->lost = lost_count;
1929 id_hdr_size = perf_event__synthesize_id_sample((void *)(lost + 1),
1931 lost->header.size = sizeof(*lost) + id_hdr_size;
1932 lost->header.misc = misc_flag;
1933 record__write(rec, NULL, lost, lost->header.size);
1939 struct perf_record_lost_samples_and_ids lost;
1967 if (count.lost) {
1968 memset(&lost, 0, sizeof(lost));
1969 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES;
1970 __record__save_lost_samples(rec, evsel, &lost.lost,
1971 x, y, count.lost, 0);
1978 memset(&lost, 0, sizeof(lost));
1979 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES;
1980 __record__save_lost_samples(rec, evsel, &lost.lost, 0, 0, lost_count,