Searched refs:xyarray (Results 1 – 7 of 7) sorted by relevance
6 struct xyarray { struct13 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument14 void xyarray__delete(struct xyarray *xy);15 void xyarray__reset(struct xyarray *xy);17 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()18 void xyarray__reset(struct xyarray *xy) in xyarray__reset()25 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
20 struct xyarray *values;
10 struct xyarray *values; in perf_counts__new()
16 util/xyarray.c
84 struct xyarray *fd;85 struct xyarray *sample_id;
66 libperf-y += xyarray.o