PERF_SAMPLE_READ 1749 kernel/events/core.c if (sample_type & PERF_SAMPLE_READ) PERF_SAMPLE_READ 1809 kernel/events/core.c __perf_event_header_size(event, event->attr.sample_type & ~PERF_SAMPLE_READ); PERF_SAMPLE_READ 6395 kernel/events/core.c if (sample_type & PERF_SAMPLE_READ) PERF_SAMPLE_READ 10541 kernel/events/core.c if (attr->inherit && (attr->sample_type & PERF_SAMPLE_READ)) PERF_SAMPLE_READ 80 tools/perf/arch/x86/tests/intel-cqm.c pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; PERF_SAMPLE_READ 68 tools/perf/tests/sample-parsing.c if (type & PERF_SAMPLE_READ) { PERF_SAMPLE_READ 329 tools/perf/tests/sample-parsing.c if (sample_type == PERF_SAMPLE_READ) { PERF_SAMPLE_READ 1136 tools/perf/util/evlist.c if ((sample_type & PERF_SAMPLE_READ) && PERF_SAMPLE_READ 2031 tools/perf/util/evsel.c if (type & PERF_SAMPLE_READ) { PERF_SAMPLE_READ 1261 tools/perf/util/session.c if (sample_type & PERF_SAMPLE_READ) PERF_SAMPLE_READ 1383 tools/perf/util/session.c if (!(sample_type & PERF_SAMPLE_READ)) PERF_SAMPLE_READ 1158 tools/perf/util/synthetic-events.c if (type & PERF_SAMPLE_READ) { PERF_SAMPLE_READ 1296 tools/perf/util/synthetic-events.c if (type & PERF_SAMPLE_READ) {