Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
H A 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)
H A Dbpf-loader.c1444 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
H A Devsel.c102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
/OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/
H A Dxyarray.h21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Devlist.c225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
400 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
H A Devsel.c40 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)