Searched refs:code_page_size (Results 1 – 18 of 18) sorted by relevance
| /linux/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/tools/perf/util/ |
| H A D | sample.h | 157 /** @code_page_size: The sample event PERF_SAMPLE_CODE_PAGE_SIZE value. */ 158 u64 code_page_size; 101 u64 code_page_size; global() member
|
| H A D | evsel.h | 227 bool code_page_size; 218 bool code_page_size; global() member
|
| H A D | dlfilter.c | 537 ASSIGN(code_page_size); in dlfilter__do_filter_event()
|
| H A D | hist.h | 255 u64 code_page_size; member
|
| H A D | evsel.c | 2813 perf_missing_features.code_page_size = true; in evsel__open_cpu() 3760 data->code_page_size = 0; in evsel__taskstate() 3762 data->code_page_size = *array; in evsel__taskstate() 4344 if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size) in evsel__uniquify_counter()
|
| H A D | sort.c | 2206 uint64_t l = left->code_page_size; in hist_entry__transaction_len() 2207 uint64_t r = right->code_page_size; 2218 get_page_size_name(he->code_page_size, str)); in hist_entry__transaction_snprintf() 2746 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size), in __sort__hpp_width()
|
| H A D | hist.c | 826 .code_page_size = sample->code_page_size, in __hists__add_entry()
|
| H A D | synthetic-events.c | 1802 *array = sample->code_page_size; in perf_event__synthesize_sample()
|
| H A D | session.c | 1628 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str)); in perf_session__process_user_event()
|
| /linux/tools/perf/util/bpf_skel/vmlinux/ |
| H A D | vmlinux.h | 176 u64 code_page_size; member
|
| /linux/tools/perf/tests/ |
| H A D | sample-parsing.c | 192 COMP(code_page_size); in samples_same() 277 .code_page_size = 116, in do_test()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | sample_filter.bpf.c | 142 return kctx->data->code_page_size; in perf_get_sample()
|
| /linux/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 | 139 code_page_size, ins_lat, machine_pid, vcpu, cgroup, retire_lat, brcntr,
|
| H A D | perf-report.txt | 130 - code_page_size: the code page size of sampled code address (ip)
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1348 u64 code_page_size; member
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 213 {.str = "code_page_size", .field = PERF_OUTPUT_CODE_PAGE_SIZE}, 2560 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); in process_event() 4102 "code_page_size,ins_lat,machine_pid,vcpu,cgroup,retire_lat," in cmd_script()
|