Lines Matching defs:read_format
135 pr_err("non matching read_format\n");
803 bswap_field_64(read_format);
816 * After read_format are bitfields. Check read_format because
819 if (bswap_safe(read_format, 1))
820 swap_bitfield((u8 *) (&attr->read_format + 1),
1276 static void sample_read__printf(struct perf_sample *sample, u64 read_format)
1280 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1284 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1288 if (read_format & PERF_FORMAT_GROUP) {
1293 sample_read_group__for_each(value, sample->read.group.nr, read_format) {
1297 if (read_format & PERF_FORMAT_LOST)
1304 if (read_format & PERF_FORMAT_LOST)
1394 sample_read__printf(sample, evsel->core.attr.read_format);
1400 u64 read_format;
1411 read_format = evsel->core.attr.read_format;
1413 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1416 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1419 if (read_format & PERF_FORMAT_ID)
1422 if (read_format & PERF_FORMAT_LOST)
1493 u64 read_format)
1498 sample_read_group__for_each(v, sample->read.group.nr, read_format) {
1514 u64 read_format = evsel->core.attr.read_format;
1521 if (read_format & PERF_FORMAT_GROUP)
1523 machine, read_format);