Home
last modified time | relevance | path

Searched refs:xyarray__entry (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Dxyarray.h17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
Dcounts.h27 return xyarray__entry(counts->values, cpu, thread); in perf_counts()
Devlist.c34 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
35 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
Dbpf-loader.c1443 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
Devsel.c87 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
/tools/perf/
Dbuiltin-stat.c277 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
508 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))