Lines Matching defs:read_format
82 pr_err("non matching read_format\n");
517 bswap_field_64(read_format);
530 * After read_format are bitfields. Check read_format because
533 if (bswap_safe(read_format, 1))
534 swap_bitfield((u8 *) (&attr->read_format + 1),
1057 static void sample_read__printf(struct perf_sample *sample, u64 read_format)
1061 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1065 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1069 if (read_format & PERF_FORMAT_GROUP) {
1074 sample_read_group__for_each(value, sample->read.group.nr, read_format) {
1078 if (read_format & PERF_FORMAT_LOST)
1085 if (read_format & PERF_FORMAT_LOST)
1183 sample_read__printf(sample, evsel->core.attr.read_format);
1202 u64 read_format;
1213 read_format = evsel->core.attr.read_format;
1215 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1218 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1221 if (read_format & PERF_FORMAT_ID)
1224 if (read_format & PERF_FORMAT_LOST)
1304 u64 read_format,
1314 sample_read_group__for_each(v, sample->read.group.nr, read_format) {
1330 u64 read_format = evsel->core.attr.read_format;
1338 if (read_format & PERF_FORMAT_GROUP)
1340 machine, read_format, per_thread);