OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xyarray__new
(Results
1 - 3
of
3
) sorted by null
/external/linux-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
55
evsel->fd =
xyarray__new
(ncpus, nthreads, sizeof(int));
70
evsel->sample_id =
xyarray__new
(ncpus, nthreads, sizeof(struct perf_sample_id));
Completed in 22 milliseconds