Searched refs:code_page_size (Results 1 – 18 of 18) sorted by relevance
/linux/tools/perf/include/perf/ |
A D | perf_dlfilter.h | 53 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
|
/linux/tools/perf/tests/ |
A D | sample-parsing.c | 177 COMP(code_page_size); in samples_same() 260 .code_page_size = 116, in do_test()
|
/linux/tools/perf/util/ |
A D | sort.h | 108 u64 code_page_size; member
|
A D | event.h | 146 u64 code_page_size; member
|
A D | evsel.c | 1871 } else if (!perf_missing_features.code_page_size && in evsel__detect_missing_features() 1873 perf_missing_features.code_page_size = true; in evsel__detect_missing_features() 2626 data->code_page_size = 0; in evsel__parse_sample() 2628 data->code_page_size = *array; in evsel__parse_sample() 2941 …(evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size) in evsel__open_strerror()
|
A D | evsel.h | 178 bool code_page_size; member
|
A D | dlfilter.c | 492 ASSIGN(code_page_size); in dlfilter__do_filter_event()
|
A D | sort.c | 1577 uint64_t l = left->code_page_size; in sort__code_page_size_cmp() 1578 uint64_t r = right->code_page_size; in sort__code_page_size_cmp() 1589 get_page_size_name(he->code_page_size, str)); in hist_entry__code_page_size_snprintf()
|
A D | hist.c | 721 .code_page_size = sample->code_page_size, in __hists__add_entry()
|
A D | synthetic-events.c | 1700 *array = sample->code_page_size; in perf_event__synthesize_sample()
|
A D | session.c | 1355 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str)); in dump_sample()
|
/linux/tools/perf/dlfilters/ |
A D | dlfilter-test-api-v0.c | 58 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member
|
/linux/tools/perf/Documentation/ |
A D | perf-dlfilter.txt | 98 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */
|
A D | perf-script.txt | 133 metric, misc, srccode, ipc, data_page_size, code_page_size, ins_lat.
|
A D | perf-report.txt | 111 - code_page_size: the code page size of sampled code address (ip)
|
/linux/include/linux/ |
A D | perf_event.h | 1039 u64 code_page_size; member
|
/linux/kernel/events/ |
A D | core.c | 1889 size += sizeof(data->code_page_size); in __perf_event_header_size() 7130 perf_output_put(handle, data->code_page_size); in perf_output_sample() 7439 data->code_page_size = perf_get_page_size(data->ip); in perf_prepare_sample()
|
/linux/tools/perf/ |
A D | builtin-script.c | 2092 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); in process_event()
|
Completed in 82 milliseconds