Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_DATA_PAGE_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/tests/
H A Dsample-parsing.c178 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h162 PERF_SAMPLE_DATA_PAGE_SIZE = 1U << 22, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h162 PERF_SAMPLE_DATA_PAGE_SIZE = 1U << 22, enumerator
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt103 __u64 data_page_size; /* Refer PERF_SAMPLE_DATA_PAGE_SIZE in <linux/perf_event.h> */
/linux/tools/perf/util/
H A Devsel.c2168 (evsel->core.attr.sample_type & PERF_SAMPLE_DATA_PAGE_SIZE)) { in evsel__detect_missing_features()
2981 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) { in evsel__parse_sample()
3389 …if (evsel->core.attr.sample_type & PERF_SAMPLE_DATA_PAGE_SIZE && perf_missing_features.data_page_s… in evsel__open_strerror()
H A Dsynthetic-events.c1554 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) in perf_event__sample_event_size()
1762 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) { in perf_event__synthesize_sample()
H A Dsession.c1097 if (sample_type & PERF_SAMPLE_DATA_PAGE_SIZE) in dump_sample()
/linux/arch/x86/events/intel/
H A Dds.c1298 PERF_SAMPLE_DATA_PAGE_SIZE)
1723 PERF_SAMPLE_DATA_PAGE_SIZE)
/linux/arch/powerpc/perf/
H A Dcore-book3s.c2224 PERF_SAMPLE_DATA_PAGE_SIZE)
/linux/kernel/events/
H A Dcore.c1926 if (sample_type & PERF_SAMPLE_DATA_PAGE_SIZE) in __perf_event_header_size()
7634 if (sample_type & PERF_SAMPLE_DATA_PAGE_SIZE) in perf_output_sample()
7827 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_DATA_PAGE_SIZE | in perf_prepare_sample()
7966 if (filtered_sample_type & PERF_SAMPLE_DATA_PAGE_SIZE) { in perf_prepare_sample()
7968 data->sample_flags |= PERF_SAMPLE_DATA_PAGE_SIZE; in perf_prepare_sample()
/linux/tools/perf/
H A Dbuiltin-script.c557 …evsel__check_stype(evsel, PERF_SAMPLE_DATA_PAGE_SIZE, "DATA_PAGE_SIZE", PERF_OUTPUT_DATA_PAGE_SIZE… in evsel__check_attr()