Searched refs:xyarray__new (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | counts.c | 17 values = xyarray__new(ncpus, nthreads, sizeof(struct perf_counts_values)); in perf_counts__new() 25 values = xyarray__new(ncpus, nthreads, sizeof(bool)); in perf_counts__new()
|
/openbmc/linux/tools/lib/perf/ |
H A D | xyarray.c | 7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new() function
|
H A D | evsel.c | 54 evsel->fd = xyarray__new(ncpus, nthreads, sizeof(int)); in perf_evsel__alloc_fd() 74 evsel->mmap = xyarray__new(ncpus, nthreads, sizeof(struct perf_mmap)); in perf_evsel__alloc_mmap() 518 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id()
|
/openbmc/linux/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 17 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
|