Lines Matching defs:read_format

151 	WRITE_ASS(read_format,   "llu");
367 evsel->core.attr.read_format |= PERF_FORMAT_ID;
1510 attr->read_format = PERF_FORMAT_LOST;
1529 attr->read_format |= PERF_FORMAT_GROUP;
1533 * Inherit + SAMPLE_READ requires SAMPLE_TID in the read_format
1537 evsel->core.attr.read_format |=
1563 evsel->core.attr.read_format |=
1672 evsel->core.attr.read_format |=
1719 evsel->core.attr.read_format |= PERF_FORMAT_ID;
1970 u64 read_format = leader->core.attr.read_format;
1978 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
1981 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
1984 if (read_format & PERF_FORMAT_ID)
1987 if (read_format & PERF_FORMAT_LOST)
1990 if (read_format & PERF_FORMAT_GROUP) {
2001 u64 read_format = leader->core.attr.read_format;
2010 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
2013 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
2017 sample_read_group__for_each(v, nr, read_format) {
2024 if (read_format & PERF_FORMAT_LOST)
2036 u64 read_format = leader->core.attr.read_format;
2040 if (!(read_format & PERF_FORMAT_ID))
2098 if (evsel->core.attr.read_format & PERF_FORMAT_GROUP)
2340 evsel->core.attr.read_format &= ~PERF_FORMAT_LOST;
2361 evsel->core.attr.read_format &= ~(PERF_FORMAT_GROUP|PERF_FORMAT_ID);
2624 attr.read_format = PERF_FORMAT_LOST;
2629 attr.read_format = 0;
2713 attr.read_format = PERF_FORMAT_GROUP;
2719 attr.read_format = 0;
2739 if ((evsel->core.attr.read_format & PERF_FORMAT_LOST) &&
2768 if (evsel->core.attr.inherit && (evsel->core.attr.read_format & PERF_FORMAT_GROUP) &&
3327 u64 read_format = evsel->core.attr.read_format;
3330 if (read_format & PERF_FORMAT_GROUP)
3337 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
3343 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
3350 if (read_format & PERF_FORMAT_GROUP) {
3357 sz = data->read.group.nr * sample_read_value_size(read_format);
3367 if (read_format & PERF_FORMAT_LOST) {