Home
last modified time | relevance | path

Searched refs:xyarray__new (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dcounts.c17 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()
/linux/tools/lib/perf/
H A Dxyarray.c7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new() function
/linux/tools/lib/perf/include/internal/
H A Dxyarray.h17 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);