Home
last modified time | relevance | path

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

/tools/perf/util/
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()
A Dtool_pmu.c208 evsel->start_times = xyarray__new(perf_cpu_map__nr(cpus), in evsel__tool_pmu_prepare_open()
/tools/lib/perf/
A Dxyarray.c7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new() function
A Devsel.c67 evsel->fd = xyarray__new(ncpus, nthreads, sizeof(int)); in perf_evsel__alloc_fd()
87 evsel->mmap = xyarray__new(ncpus, nthreads, sizeof(struct perf_mmap)); in perf_evsel__alloc_mmap()
531 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id()
/tools/lib/perf/include/internal/
A Dxyarray.h17 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);

Completed in 8 milliseconds