Lines Matching defs:read_format
129 pr_err("non matching read_format\n");
779 bswap_field_64(read_format);
792 * After read_format are bitfields. Check read_format because
795 if (bswap_safe(read_format, 1))
796 swap_bitfield((u8 *) (&attr->read_format + 1),
1226 static void sample_read__printf(struct perf_sample *sample, u64 read_format)
1230 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1234 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1238 if (read_format & PERF_FORMAT_GROUP) {
1318 sample_read__printf(sample, evsel->core.attr.read_format);
1324 u64 read_format;
1335 read_format = evsel->core.attr.read_format;
1337 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1340 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1343 if (read_format & PERF_FORMAT_ID)
1435 u64 read_format = evsel->core.attr.read_format;
1442 if (read_format & PERF_FORMAT_GROUP)