Lines Matching defs:read_format
639 u64 read_format)
648 if (read_format & PERF_FORMAT_LOST)
658 u64 read_format = evsel->core.attr.read_format;
662 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
667 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
672 if (read_format & PERF_FORMAT_GROUP)
680 if (read_format & PERF_FORMAT_GROUP) {
684 sample_read_group__for_each(v, sample->read.group.nr, read_format) {
685 PyObject *t = get_sample_value_as_tuple(v, read_format);
691 read_format);