Lines Matching refs:read_format
799 bswap_field_64(read_format); in perf_event__attr_swap()
815 if (bswap_safe(read_format, 1)) in perf_event__attr_swap()
816 swap_bitfield((u8 *) (&attr->read_format + 1), in perf_event__attr_swap()
1244 static void sample_read__printf(struct perf_sample *sample, u64 read_format) in sample_read__printf() argument
1248 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1252 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in sample_read__printf()
1256 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1357 sample_read__printf(sample, evsel->core.attr.read_format); in dump_sample()
1363 u64 read_format; in dump_read() local
1374 read_format = evsel->core.attr.read_format; in dump_read()
1376 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
1379 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in dump_read()
1382 if (read_format & PERF_FORMAT_ID) in dump_read()
1465 u64 read_format = evsel->core.attr.read_format; in evlist__deliver_sample() local
1472 if (read_format & PERF_FORMAT_GROUP) in evlist__deliver_sample()