Searched refs:xyarray__entry (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | counts.h | 23 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()
|
D | evlist.c | 56 #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)
|
D | bpf-loader.c | 1443 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
D | evsel.c | 102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
/Linux-v5.10/tools/lib/perf/include/internal/ |
D | xyarray.h | 21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
|
/Linux-v5.10/tools/lib/perf/ |
D | evlist.c | 225 #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))
|
D | evsel.c | 40 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
/Linux-v5.10/tools/perf/ |
D | builtin-stat.c | 304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|