Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 3 of 3) sorted by relevance

/tools/lib/perf/
Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
/tools/lib/perf/include/internal/
Dxyarray.h21 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()
/tools/perf/util/
Dbpf-loader.c1401 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key() local