| /linux-6.15/tools/perf/include/perf/ |
| H A D | perf_dlfilter.h | 59 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
|
| /linux-6.15/tools/perf/util/ |
| H A D | sample.h | 98 u64 code_page_size; member
|
| H A D | evsel.h | 208 bool code_page_size; member
|
| H A D | dlfilter.c | 538 ASSIGN(code_page_size); in dlfilter__do_filter_event()
|
| H A D | hist.h | 242 u64 code_page_size; member
|
| H A D | evsel.c | 2426 perf_missing_features.code_page_size = true; in evsel__detect_missing_features() 3261 data->code_page_size = 0; in evsel__parse_sample() 3263 data->code_page_size = *array; in evsel__parse_sample() 3768 …(evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size) in evsel__open_strerror()
|
| H A D | sort.c | 2040 uint64_t l = left->code_page_size; in sort__code_page_size_cmp() 2041 uint64_t r = right->code_page_size; in sort__code_page_size_cmp() 2052 get_page_size_name(he->code_page_size, str)); in hist_entry__code_page_size_snprintf()
|
| H A D | hist.c | 757 .code_page_size = sample->code_page_size, in __hists__add_entry()
|
| H A D | synthetic-events.c | 1774 *array = sample->code_page_size; in perf_event__synthesize_sample()
|
| H A D | session.c | 1112 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str)); in dump_sample()
|
| /linux-6.15/tools/perf/util/bpf_skel/vmlinux/ |
| H A D | vmlinux.h | 176 u64 code_page_size; member
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 186 COMP(code_page_size); in samples_same() 271 .code_page_size = 116, in do_test()
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | sample_filter.bpf.c | 142 return kctx->data->code_page_size; in perf_get_sample()
|
| /linux-6.15/tools/perf/dlfilters/ |
| H A D | dlfilter-test-api-v0.c | 58 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
|
| H A D | dlfilter-test-api-v2.c | 64 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-dlfilter.txt | 104 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
|
| H A D | perf-script.txt | 137 code_page_size, ins_lat, machine_pid, vcpu, cgroup, retire_lat, brcntr,
|
| H A D | perf-report.txt | 129 - code_page_size: the code page size of sampled code address (ip)
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 1281 u64 code_page_size; member
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1970 size += sizeof(data->code_page_size); in __perf_event_header_size() 7912 perf_output_put(handle, data->code_page_size); in perf_output_sample() 8246 data->code_page_size = perf_get_page_size(data->ip); in perf_prepare_sample()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-script.c | 2309 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); in process_event()
|