Lines Matching refs:read_format
741 bswap_field_64(read_format); in perf_event__attr_swap()
756 if (bswap_safe(read_format, 1)) in perf_event__attr_swap()
757 swap_bitfield((u8 *) (&attr->read_format + 1), in perf_event__attr_swap()
1170 static void sample_read__printf(struct perf_sample *sample, u64 read_format) in sample_read__printf() argument
1174 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1178 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in sample_read__printf()
1182 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1262 sample_read__printf(sample, evsel->core.attr.read_format); in dump_sample()
1268 u64 read_format; in dump_read() local
1280 read_format = evsel->core.attr.read_format; in dump_read()
1282 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
1285 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in dump_read()
1288 if (read_format & PERF_FORMAT_ID) in dump_read()
1380 u64 read_format = evsel->core.attr.read_format; in perf_evlist__deliver_sample() local
1387 if (read_format & PERF_FORMAT_GROUP) in perf_evlist__deliver_sample()