Home
last modified time | relevance | path

Searched refs:code_page_size (Results 1 – 19 of 19) sorted by relevance

/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h59 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
/linux/tools/perf/util/
H A Dsample.h157 /** @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 Devsel.h220 bool code_page_size;
218 bool code_page_size; global() member
H A Ddlfilter.c537 ASSIGN(code_page_size); in dlfilter__do_filter_event()
H A Dhist.h256 u64 code_page_size;
255 u64 code_page_size; global() member
H A Devsel.c2641 perf_missing_features.code_page_size = true; in evsel__detect_missing_features()
3576 data->code_page_size = 0; in evsel__parse_sample()
3578 data->code_page_size = *array; in evsel__parse_sample()
4115 if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size) in evsel__open_strerror()
H A Dsort.c2201 uint64_t l = left->code_page_size; in hist_entry__transaction_len()
2202 uint64_t r = right->code_page_size; in hist_entry__transaction_len()
2213 get_page_size_name(he->code_page_size, str)); in hist_entry__transaction_snprintf()
2740 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size), in __sort__hpp_header()
H A Dhist.c826 .code_page_size = sample->code_page_size, in __hists__add_entry()
H A Dsynthetic-events.c1791 *array = sample->code_page_size; in perf_event__synthesize_sample()
H A Dsession.c1177 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str)); in dump_sample()
/linux/tools/perf/tests/
H A Dsample-parsing.c192 COMP(code_page_size); in samples_same()
277 .code_page_size = 116, in do_test()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h176 u64 code_page_size; member
/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c142 return kctx->data->code_page_size; in perf_get_sample()
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt104 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
H A Dperf-script.txt139 code_page_size, ins_lat, machine_pid, vcpu, cgroup, retire_lat, brcntr,
H A Dperf-report.txt130 - code_page_size: the code page size of sampled code address (ip)
/linux/include/linux/
H A Dperf_event.h1348 u64 code_page_size; member
/linux/kernel/events/
H A Dcore.c2086 size += sizeof(data->code_page_size); in __perf_event_header_size()
8388 perf_output_put(handle, data->code_page_size); in perf_output_sample()
8736 data->code_page_size = perf_get_page_size(data->ip); in perf_prepare_sample()
/linux/tools/perf/
H A Dbuiltin-script.c209 {.str = "code_page_size", .field = PERF_OUTPUT_CODE_PAGE_SIZE},
2551 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); in process_event()
4088 "code_page_size,ins_lat,machine_pid,vcpu,cgroup,retire_lat," in cmd_script()