Searched refs:xyarray (Results 1 – 10 of 10) 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()
51 struct xyarray *fd;52 struct xyarray *sample_id;95 struct xyarray *group_fds);98 struct xyarray *group_fds);101 struct xyarray *group_fds);
15 util/xyarray.c
298 struct xyarray *group_fds) in __perf_evsel__open()376 struct xyarray *group_fd) in perf_evsel__open()391 struct xyarray *group_fd) in perf_evsel__open_per_cpu()399 struct xyarray *group_fd) in perf_evsel__open_per_thread()
751 struct xyarray *group_fd = NULL; in perf_evlist__open()
309 LIB_H += util/xyarray.h394 LIB_OBJS += $(OUTPUT)util/xyarray.o446 PYRF_OBJS += $(OUTPUT)util/xyarray.o
191 struct xyarray *group_fd = NULL; in perf_record__open()
285 struct xyarray *group_fd = NULL; in create_perf_stat_counter()
885 struct xyarray *group_fd = NULL; in perf_top__start_counters()