Lines Matching refs:read_format

809 	bswap_field_64(read_format);  in perf_event__attr_swap()
825 if (bswap_safe(read_format, 1)) in perf_event__attr_swap()
826 swap_bitfield((u8 *) (&attr->read_format + 1), in perf_event__attr_swap()
1282 static void sample_read__printf(struct perf_sample *sample, u64 read_format) in sample_read__printf() argument
1286 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1290 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in sample_read__printf()
1294 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1299 sample_read_group__for_each(value, sample->read.group.nr, read_format) { in sample_read__printf()
1303 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1310 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1400 sample_read__printf(sample, evsel->core.attr.read_format); in dump_sample()
1406 u64 read_format; in dump_read() local
1417 read_format = evsel->core.attr.read_format; in dump_read()
1419 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
1422 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in dump_read()
1425 if (read_format & PERF_FORMAT_ID) in dump_read()
1428 if (read_format & PERF_FORMAT_LOST) in dump_read()
1499 u64 read_format) in deliver_sample_group() argument
1504 sample_read_group__for_each(v, sample->read.group.nr, read_format) { in deliver_sample_group()
1520 u64 read_format = evsel->core.attr.read_format; in evlist__deliver_sample() local
1527 if (read_format & PERF_FORMAT_GROUP) in evlist__deliver_sample()
1529 machine, read_format); in evlist__deliver_sample()