Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcounts.h29 return xyarray__entry(counts->values, cpu, thread); in perf_counts()
Dxyarray.h20 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
Devlist.c37 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
38 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
Dbpf-loader.c1460 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
Devsel.c92 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c323 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
510 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))