Lines Matching defs:read_format
662 u64 read_format)
671 if (read_format & PERF_FORMAT_LOST)
681 u64 read_format = evsel->core.attr.read_format;
685 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
690 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
695 if (read_format & PERF_FORMAT_GROUP)
703 if (read_format & PERF_FORMAT_GROUP) {
707 sample_read_group__for_each(v, sample->read.group.nr, read_format) {
708 PyObject *t = get_sample_value_as_tuple(v, read_format);
714 read_format);