2 #ifndef _PERF_XYARRAY_H_ 3 #define _PERF_XYARRAY_H_ 1
static void * xyarray__entry(struct xyarray *xy, int x, int y)
static int xyarray__max_x(struct xyarray *xy)
struct xyarray * xyarray__new(int xlen, int ylen, size_t entry_size)
void xyarray__reset(struct xyarray *xy)
static int xyarray__max_y(struct xyarray *xy)
void xyarray__delete(struct xyarray *xy)