Lines Matching refs:read_format
803 bswap_field_64(read_format); in perf_event__attr_swap()
819 if (bswap_safe(read_format, 1)) in perf_event__attr_swap()
820 swap_bitfield((u8 *) (&attr->read_format + 1), in perf_event__attr_swap()
1276 static void sample_read__printf(struct perf_sample *sample, u64 read_format) in sample_read__printf() argument
1280 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1284 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in sample_read__printf()
1288 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1293 sample_read_group__for_each(value, sample->read.group.nr, read_format) { in sample_read__printf()
1297 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1304 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1394 sample_read__printf(sample, evsel->core.attr.read_format); in dump_sample()
1400 u64 read_format; in dump_read() local
1411 read_format = evsel->core.attr.read_format; in dump_read()
1413 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
1416 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in dump_read()
1419 if (read_format & PERF_FORMAT_ID) in dump_read()
1422 if (read_format & PERF_FORMAT_LOST) in dump_read()
1493 u64 read_format) in deliver_sample_group() argument
1498 sample_read_group__for_each(v, sample->read.group.nr, read_format) { in deliver_sample_group()
1514 u64 read_format = evsel->core.attr.read_format; in evlist__deliver_sample() local
1521 if (read_format & PERF_FORMAT_GROUP) in evlist__deliver_sample()
1523 machine, read_format); in evlist__deliver_sample()