Searched refs:PERF_SAMPLE_CODE_PAGE_SIZE (Results 1 – 11 of 11) sorted by relevance
109 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CODE_PAGE_SIZE
163 PERF_SAMPLE_CODE_PAGE_SIZE = 1U << 23, enumerator
185 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in samples_same()
104 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
2423 attr.sample_type = PERF_SAMPLE_CODE_PAGE_SIZE; in evsel__detect_missing_features()3262 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in evsel__parse_sample()3768 …if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_s… in evsel__open_strerror()
1559 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in perf_event__sample_event_size()1773 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in perf_event__synthesize_sample()
1111 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in dump_sample()
157 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CODE_PAGE_SIZE | \
1969 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in __perf_event_header_size()7911 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in perf_output_sample()8099 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_CODE_PAGE_SIZE, in perf_prepare_sample()8245 if (filtered_sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) { in perf_prepare_sample()8247 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
579 …evsel__check_stype(evsel, PERF_SAMPLE_CODE_PAGE_SIZE, "CODE_PAGE_SIZE", PERF_OUTPUT_CODE_PAGE_SIZE… in evsel__check_attr()