HomeSort by relevance Sort by last modified time
    Searched refs:xyarray__new (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.c 4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) function
xyarray.h 12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
evsel.c 703 evsel->fd = xyarray__new(ncpus, nthreads, sizeof(int));
751 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
    [all...]

Completed in 693 milliseconds