Lines Matching refs:read_format
509 bswap_field_64(read_format); in perf_event__attr_swap()
525 if (bswap_safe(read_format, 1)) in perf_event__attr_swap()
526 swap_bitfield((u8 *) (&attr->read_format + 1), in perf_event__attr_swap()
1005 static void sample_read__printf(struct perf_sample *sample, u64 read_format) in sample_read__printf() argument
1009 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in sample_read__printf()
1013 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in sample_read__printf()
1017 if (read_format & PERF_FORMAT_GROUP) { in sample_read__printf()
1022 sample_read_group__for_each(value, sample->read.group.nr, read_format) { in sample_read__printf()
1026 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1033 if (read_format & PERF_FORMAT_LOST) in sample_read__printf()
1123 sample_read__printf(sample, evsel->core.attr.read_format); in dump_sample()
1129 u64 read_format; in dump_read() local
1140 read_format = evsel->core.attr.read_format; in dump_read()
1142 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) in dump_read()
1145 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) in dump_read()
1148 if (read_format & PERF_FORMAT_ID) in dump_read()
1151 if (read_format & PERF_FORMAT_LOST) in dump_read()
1228 u64 read_format, in deliver_sample_group() argument
1238 sample_read_group__for_each(v, sample->read.group.nr, read_format) { in deliver_sample_group()
1254 u64 read_format = evsel->core.attr.read_format; in evlist__deliver_sample() local
1262 if (read_format & PERF_FORMAT_GROUP) in evlist__deliver_sample()
1264 machine, read_format, per_thread); in evlist__deliver_sample()