Home
last modified time | relevance | path

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

/tools/perf/util/
Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
18 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
25 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
Dxyarray.h17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
Dbpf-loader.c1401 struct xyarray *xy = evsel->fd; in apply_config_evsel_for_key() local