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

  /external/linux-tools-perf/util/
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)
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)
setup.py 12 'util/util.c', 'util/xyarray.c', 'util/cgroup.c'],
evsel.h 16 #include "xyarray.h"
59 struct xyarray *fd;
60 struct xyarray *sample_id;
  /external/linux-tools-perf/
Android.mk 88 util/xyarray.c
Makefile 266 LIB_H += util/xyarray.h
343 LIB_OBJS += $(OUTPUT)util/xyarray.o
393 PYRF_OBJS += $(OUTPUT)util/xyarray.o
builtin-top.c 44 #include "util/xyarray.h"
android.patch 612 #include "xyarray.h"
    [all...]

Completed in 1009 milliseconds