Searched refs:xyarray (Results 1 – 5 of 5) sorted by relevance
6 struct xyarray { struct12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument13 void xyarray__delete(struct xyarray *xy);15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()17 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
16 util/xyarray.c
66 struct xyarray *fd;67 struct xyarray *sample_id;
63 libperf-y += xyarray.o