Home
last modified time | relevance | path

Searched refs:xyarray (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dxyarray.h6 struct xyarray { struct
13 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument
14 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()
Dxyarray.c4 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()
Dcounts.h20 struct xyarray *values;
Dcounts.c10 struct xyarray *values; in perf_counts__new()
Dpython-ext-sources16 util/xyarray.c
Devsel.h84 struct xyarray *fd;
85 struct xyarray *sample_id;
DBuild66 libperf-y += xyarray.o