Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dsample-parsing.c188 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) in samples_same()
/tools/include/uapi/linux/
A Dperf_event.h165 PERF_SAMPLE_DATA_PAGE_SIZE = 1U << 22, enumerator
/tools/perf/Documentation/
A Dperf-dlfilter.txt103 __u64 data_page_size; /* Refer PERF_SAMPLE_DATA_PAGE_SIZE in <linux/perf_event.h> */
/tools/perf/util/
A Devsel.c2428 attr.sample_type = PERF_SAMPLE_DATA_PAGE_SIZE; in evsel__detect_missing_features()
3310 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) { in evsel__parse_sample()
3831 …if (evsel->core.attr.sample_type & PERF_SAMPLE_DATA_PAGE_SIZE && perf_missing_features.data_page_s… in evsel__open_strerror()
A Dsynthetic-events.c1562 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) in perf_event__sample_event_size()
1780 if (type & PERF_SAMPLE_DATA_PAGE_SIZE) { in perf_event__synthesize_sample()
A Dsession.c1113 if (sample_type & PERF_SAMPLE_DATA_PAGE_SIZE) in dump_sample()
/tools/perf/
A Dbuiltin-script.c577 …evsel__check_stype(evsel, PERF_SAMPLE_DATA_PAGE_SIZE, "DATA_PAGE_SIZE", PERF_OUTPUT_DATA_PAGE_SIZE… in evsel__check_attr()

Completed in 956 milliseconds