Searched refs:xyarray (Results 1 – 8 of 8) sorted by relevance
8 struct xyarray { struct17 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument18 void xyarray__delete(struct xyarray *xy);19 void xyarray__reset(struct xyarray *xy);21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry()26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry()33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y()38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
12 struct xyarray;47 struct xyarray *fd;48 struct xyarray *mmap;49 struct xyarray *sample_id;
7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
8 libperf-y += xyarray.o
15 struct xyarray *values;16 struct xyarray *loaded;
15 struct xyarray *values; in perf_counts__new()
1752 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key()
1909 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples()