Searched refs:PERF_SAMPLE_READ (Results 1 – 11 of 11) sorted by relevance
78 if (type & PERF_SAMPLE_READ) { in samples_same()399 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
144 PERF_SAMPLE_READ = 1U << 4, enumerator
2042 (evsel->core.attr.sample_type & PERF_SAMPLE_READ)) in evsel__disable_missing_features()2248 attr.sample_type = PERF_SAMPLE_READ; in evsel__detect_missing_features()2359 (evsel->core.attr.sample_type & PERF_SAMPLE_READ) && in evsel__detect_missing_features()2893 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
1476 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()1650 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
1106 if (sample_type & PERF_SAMPLE_READ) in dump_sample() 1242 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample() 1245 /* For PERF_SAMPLE_READ we have either single or group mode. */ in machines__deliver_event()
1288 /* PERF_SAMPLE_READ implies PERF_FORMAT_ID. */1289 if ((sample_type & PERF_SAMPLE_READ) &&
70 S - read sample value (PERF_SAMPLE_READ)
1808 return attr->inherit && (attr->sample_type & PERF_SAMPLE_READ); in has_inherit_and_sample_read()1907 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()7508 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()
3988 !(event->attr.sample_type & PERF_SAMPLE_READ)) in intel_pmu_hw_config()