Searched refs:code_page_size (Results 1 - 18 of 18) sorted by relevance

/linux-master/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 in struct:perf_dlfilter_sample
/linux-master/tools/perf/util/
H A Dsample.h98 u64 code_page_size; member in struct:perf_sample
H A Dsort.h110 u64 code_page_size; member in struct:hist_entry
H A Devsel.c1905 } else if (!perf_missing_features.code_page_size &&
1907 perf_missing_features.code_page_size = true;
2678 data->code_page_size = 0;
2680 data->code_page_size = *array;
3079 if (evsel->core.attr.sample_type & PERF_SAMPLE_CODE_PAGE_SIZE && perf_missing_features.code_page_size)
H A Ddlfilter.c537 ASSIGN(code_page_size);
H A Devsel.h191 bool code_page_size; member in struct:perf_missing_features
H A Dhist.c730 .code_page_size = sample->code_page_size,
H A Dsort.c1908 uint64_t l = left->code_page_size;
1909 uint64_t r = right->code_page_size;
1920 get_page_size_name(he->code_page_size, str));
2373 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size),
H A Dsynthetic-events.c1768 *array = sample->code_page_size;
H A Dsession.c1404 printf(" .. code page size: %s\n", get_page_size_name(sample->code_page_size, str));
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h174 u64 code_page_size; member in struct:perf_sample_data
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c88 return kctx->data->code_page_size;
/linux-master/tools/perf/tests/
H A Dsample-parsing.c182 COMP(code_page_size);
265 .code_page_size = 116,
/linux-master/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 in struct:perf_dlfilter_sample
H A Ddlfilter-test-api-v2.c64 __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/include/linux/
H A Dperf_event.h1203 u64 code_page_size; member in struct:perf_sample_data
/linux-master/kernel/events/
H A Dcore.c1883 size += sizeof(data->code_page_size);
7476 perf_output_put(handle, data->code_page_size);
7810 data->code_page_size = perf_get_page_size(data->ip);
/linux-master/tools/perf/
H A Dbuiltin-script.c206 {.str = "code_page_size", .field = PERF_OUTPUT_CODE_PAGE_SIZE},
2271 fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str));
3944 "code_page_size,ins_lat,machine_pid,vcpu,cgroup,retire_lat",

Completed in 308 milliseconds