xyarray
struct xyarray *fd;
struct xyarray *mmap;
struct xyarray *sample_id;
struct xyarray;
struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
void xyarray__delete(struct xyarray *xy);
void xyarray__reset(struct xyarray *xy);
static inline void *__xyarray__entry(struct xyarray *xy, int x, int y)
static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y)
static inline int xyarray__max_y(struct xyarray *xy)
static inline int xyarray__max_x(struct xyarray *xy)
struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
void xyarray__reset(struct xyarray *xy)
void xyarray__delete(struct xyarray *xy)
struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size)
struct xyarray *xy = evsel->core.sample_id;
struct xyarray *values;
struct xyarray *values;
struct xyarray *loaded;
struct xyarray *start_times;