Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CODE_PAGE_SIZE (Results 1 – 8 of 8) sorted by relevance

/tools/perf/tests/shell/
A Drecord_bpf_filter.sh109 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CODE_PAGE_SIZE
/tools/perf/tests/
A Dsample-parsing.c191 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in samples_same()
/tools/include/uapi/linux/
A Dperf_event.h166 PERF_SAMPLE_CODE_PAGE_SIZE = 1U << 23, enumerator
/tools/perf/Documentation/
A Dperf-dlfilter.txt104 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
/tools/perf/util/
A Devsel.c2421 attr.sample_type = PERF_SAMPLE_CODE_PAGE_SIZE; in evsel__detect_missing_features()
3316 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in evsel__parse_sample()
3829 …if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_s… in evsel__open_strerror()
A Dsynthetic-events.c1565 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in perf_event__sample_event_size()
1785 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in perf_event__synthesize_sample()
A Dsession.c1116 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in dump_sample()
/tools/perf/
A Dbuiltin-script.c581 …evsel__check_stype(evsel, PERF_SAMPLE_CODE_PAGE_SIZE, "CODE_PAGE_SIZE", PERF_OUTPUT_CODE_PAGE_SIZE… in evsel__check_attr()

Completed in 201 milliseconds