Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsample.h98 u64 code_page_size; member
H A Dsort.h108 u64 code_page_size; member
H A Devsel.c1897 } else if (!perf_missing_features.code_page_size && in evsel__detect_missing_features()
1899 perf_missing_features.code_page_size = true; in evsel__detect_missing_features()
2671 data->code_page_size = 0; in evsel__parse_sample()
2673 data->code_page_size = *array; in evsel__parse_sample()
3024 …(evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size) in evsel__open_strerror()
H A Devsel.h191 bool code_page_size; member
H A Ddlfilter.c535 ASSIGN(code_page_size); in dlfilter__do_filter_event()
H A Dsort.c1861 uint64_t l = left->code_page_size; in sort__code_page_size_cmp()
1862 uint64_t r = right->code_page_size; in sort__code_page_size_cmp()
1873 get_page_size_name(he->code_page_size, str)); in hist_entry__code_page_size_snprintf()
H A Dhist.c731 .code_page_size = sample->code_page_size, in __hists__add_entry()
H A Dsynthetic-events.c1752 *array = sample->code_page_size; in perf_event__synthesize_sample()
H A Dsession.c1393 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str)); in dump_sample()
/openbmc/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
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h167 u64 code_page_size; member
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c182 COMP(code_page_size); in samples_same()
265 .code_page_size = 116, in do_test()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c88 return kctx->data->code_page_size; in perf_get_sample()
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c58 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
H A Ddlfilter-test-api-v2.c64 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
/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> */
H A Dperf-script.txt136 phys_addr, metric, misc, srccode, ipc, data_page_size, code_page_size, ins_lat,
H A Dperf-report.txt111 - code_page_size: the code page size of sampled code address (ip)
/openbmc/linux/include/linux/
H A Dperf_event.h1193 u64 code_page_size; member
/openbmc/linux/kernel/events/
H A Dcore.c1883 size += sizeof(data->code_page_size); in __perf_event_header_size()
7469 perf_output_put(handle, data->code_page_size); in perf_output_sample()
7803 data->code_page_size = perf_get_page_size(data->ip); in perf_prepare_sample()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2255 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); in process_event()