Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dcounts.h23 return xyarray__entry(counts->values, cpu, thread); in perf_counts()
29 return *((bool *) xyarray__entry(counts->loaded, cpu, thread)); in perf_counts__is_loaded()
35 *((bool *) xyarray__entry(counts->loaded, cpu, thread)) = loaded; in perf_counts__set_loaded()
Devlist.c56 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
Dbpf-loader.c1443 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
Devsel.c102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
/Linux-v5.10/tools/lib/perf/include/internal/
Dxyarray.h21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
/Linux-v5.10/tools/lib/perf/
Devlist.c225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
408 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
Devsel.c40 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
/Linux-v5.10/tools/perf/
Dbuiltin-stat.c304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)