Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A Drecord_bpf_filter.sh108 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CODE_PAGE_SIZE
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l87 code_pgsz { return sample(PERF_SAMPLE_CODE_PAGE_SIZE); }
H A Devsel.c1898 (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE)) { in evsel__detect_missing_features()
2672 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in evsel__parse_sample()
3024 …if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_s… in evsel__open_strerror()
H A Dsynthetic-events.c1541 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in perf_event__sample_event_size()
1751 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) { in perf_event__synthesize_sample()
H A Dsession.c1392 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in dump_sample()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c87 case PERF_SAMPLE_CODE_PAGE_SIZE: in perf_get_sample()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c181 if (type & PERF_SAMPLE_CODE_PAGE_SIZE) in samples_same()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h163 PERF_SAMPLE_CODE_PAGE_SIZE = 1U << 23, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h163 PERF_SAMPLE_CODE_PAGE_SIZE = 1U << 23, enumerator
/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt104 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
/openbmc/linux/arch/x86/events/
H A Dperf_event.h140 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CODE_PAGE_SIZE | \
/openbmc/linux/kernel/events/
H A Dcore.c1883 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in __perf_event_header_size()
7502 if (sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) in perf_output_sample()
7690 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_CODE_PAGE_SIZE, in perf_prepare_sample()
7836 if (filtered_sample_type & PERF_SAMPLE_CODE_PAGE_SIZE) { in perf_prepare_sample()
7838 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c545 …evsel__check_stype(evsel, PERF_SAMPLE_CODE_PAGE_SIZE, "CODE_PAGE_SIZE", PERF_OUTPUT_CODE_PAGE_SIZE… in evsel__check_attr()