HomeSort by relevance Sort by last modified time
    Searched refs:xyarray (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.h 6 struct xyarray { struct
12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
13 void xyarray__delete(struct xyarray *xy);
15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y)
xyarray.c 1 #include "xyarray.h"
4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size)
7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
17 void xyarray__delete(struct xyarray *xy)
python-ext-sources 16 util/xyarray.c
evsel.h 9 #include "xyarray.h"
62 struct xyarray *fd;
63 struct xyarray *sample_id;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 113 util/xyarray.c \
Makefile 256 LIB_H += util/xyarray.h
355 LIB_OBJS += $(OUTPUT)util/xyarray.o

Completed in 166 milliseconds